[drupal-devel] Drupal 4.5.2 released
The Drupal project has released version 4.5.2 of its open-source content management platform. Drupal 4.5.2 is a maintenance release that provides corrections of problems reported using the bug tracking system. Drupal 4.5.2 also fixes a cross-site scripting (XSS) vulnerability so it is recommended that you upgrade your existing Drupal sites. For more information about the Drupal 4.5.2 release, consult the announcement at: http://drupal.org/drupal-4.5.2 -- Dries Buytaert :: http://www.buytaert.net/
Dries Buytaert said: [...]
For more information about the Drupal 4.5.2 release, consult the announcement at:
These page says that there were no database changes since 4.5.0 and that 4.4 upgraders can optionally run the upgrade script. The comment count problem affects all 4.5.x installs, so users upgrading from 4.5.x *should* run the install. Those updating from 4.4 should definitely run the upgrade script, as there are many changes between 4.4 and 4.5. -- Tim Altman
On Sun, 16 Jan 2005 14:19:13 +0100 (CET), Tim Altman <web@timaltman.com> wrote:
Dries Buytaert said:
[...]
For more information about the Drupal 4.5.2 release, consult the announcement at:
I have a lightly modded 4.5.1 and thus would like to upgrade via CVS. I found the page at http://drupal.org/node/320, with the repository details. I assume the team keep the repository tagged for releases? Can I ask what the tags are for 451 and 452? thanks Mark
On Mon, 17 Jan 2005 08:38:07 +0000, Mark Quinn <cheeky.mini@gmail.com> wrote:
On Sun, 16 Jan 2005 14:19:13 +0100 (CET), Tim Altman <web@timaltman.com> wrote:
Dries Buytaert said:
[...]
For more information about the Drupal 4.5.2 release, consult the announcement at:
I have a lightly modded 4.5.1 and thus would like to upgrade via CVS. I found the page at http://drupal.org/node/320, with the repository details. I assume the team keep the repository tagged for releases?
Yep. I have run into problems in the past if my Drupal install wasn't originally from CVS.
Can I ask what the tags are for 451 and 452?
DRUPAL-4-5-1 and DRUPAL-4-5-2. -- Tim Altman
Can I ask what the tags are for 451 and 452?
DRUPAL-4-5-1 and DRUPAL-4-5-2.
Thanks. Can I just confirm if they are tags or branches ? Do any fixes go into branches for older releases, or is it just a case of updating to the new tag on subsequent releases. (for a production environment, i don't want to risk any problems with following the HEAD) Mark
On Monday 17 January 2005 11.22, Mark Quinn wrote:
Can I ask what the tags are for 451 and 452?
DRUPAL-4-5-1 and DRUPAL-4-5-2.
Thanks. Can I just confirm if they are tags or branches ? Do any fixes go into branches for older releases, or is it just a case of updating
These are tags. DRUPAL-4-5 is a branch.
Can I ask what the tags are for 451 and 452?
DRUPAL-4-5-1 and DRUPAL-4-5-2.
Thanks. Can I just confirm if they are tags or branches ? Do any fixes go into branches for older releases, or is it just a case of updating to the new tag on subsequent releases. (for a production environment, i don't want to risk any problems with following the HEAD)
The DRUPAL-4-5 *branch* is maintained, DRUPAL-4-5-1 and DRUPAL-4-5-2 are *tags* on that branch, and it is possible that there will be a DRUPAL-4-5-3 tag, if enough bug fixes come in. DRUPAL-4-4 is not maintained AFAIK. The HEAD *branch* will be branched into DRUPAL-4-6 later, and obviously is also heavily maintained :) Note that the minor version tags are not used in the contrib CVS module, all modules in the DRUPAL-4-5 branch there are supposed to work with all core code released from the DRUPAL-4-5 core branch, as well as with the latest code in that branch. To put the other way, there are no tags used in the contrib repository, only branches. Goba
participants (5)
-
Dries Buytaert -
Gabor Hojtsy -
Mark Quinn -
Negyesi Karoly -
Tim Altman