Closed (works as designed)
Project:
Drupal core
Version:
5.7
Component:
system.module
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Jul 2008 at 00:57 UTC
Updated:
10 Jul 2008 at 07:05 UTC
The 5.7 to 5.8 Drupal patch: http://drupal.org/files/sa-2008-044/SA-2008-044-5.7.patch misses one small thing. It didn't update system.module to reflect the new version number. The 5.8 archive has this, but the patch file does not.
I have created a patch file to rectify this (attached), or you can just open modules/system/system.module and change:
define('VERSION', '5.7');
to
define('VERSION', '5.8');
Now when you hit the status log, the correct version number will be reported.
Thanks!
- Eric Marden
| Comment | File | Size | Author |
|---|---|---|---|
| system.module-5.8.patch | 3.83 KB | xentek |
Comments
Comment #1
xentek commentedWell, nevermind. Drupal complains if you make this change, and thinks your install is still out of date.
When I diffed the 5.8 archive with my clean 5.7 with SA-2008-044-5.7.patch applied, there were a bunch of little changes that weren't in the security patch.
Clean 5.7 with SA-2008-044-5.7.patch reported that I was still on 5.7, but said I was up to date, which I guess is the lesser of two evils.
Comment #2
damien tournoud commentedThe SA-2008-044-5.7 patch only includes the security-related changes. It is meant for people that want to be safe, but don't want to upgrade their Drupal installations to 5.8 just yet.
That's not Drupal 5.8.