Releases for Drupal

drupal 7.0-alpha1

webchick - January 15, 2010 - 14:41
Download Size md5 hash
drupal-7.0-alpha1.tar.gz 2.18 MB 508109c6cf0ead868e02d8c3db2a4d1f
Official release from CVS tag: DRUPAL-7-0-ALPHA1
Last updated: January 15, 2010 - 14:45

TODO

drupal 6.15

Gábor Hojtsy - December 16, 2009 - 20:51
Download Size md5 hash
drupal-6.15.tar.gz 1.04 MB 43c60bde08d6ea67682a998c2804c357
Official release from CVS tag: DRUPAL-6-15
Last updated: December 16, 2009 - 20:55

The fifteenth maintenance and security release of the Drupal 6 series. Only fixes for security vulnerabilities and other bugs have been committed. New features are only being added to the forthcoming Drupal 7.0 release.

This release fixes security vulnerabilities. Sites are urged to upgrade immediately after reading the security announcement:

In addition to this security vulnerability, the following bugs have been fixed since the 6.14 release:

  • #193383 follow up by TheRec: (regression) - some set_time_limit() numbers were inadvertently removed in the previous patch.
  • #499828 by Darren Oh, Dave Reid, dww: Wrong release dates were recorded on multi-module projects if deployed from CVS
  • #563526 by jhodgdon: fix @see and @code phpdoc in user-profile.tpl.php
  • #485350 by jhodgdon: better documentation and add code example for module_load_include()
  • #574862 by jhodgdon: better documentation for menu_set_active_trail()
  • #263517 by mfb: fix notice when parsing an RSS feed with file attachments

Drupal 5.21

drumm - December 16, 2009 - 20:49
Download Size md5 hash
drupal-5.21.tar.gz 749.18 KB 1efb86c2457f02cd40a976e1382d03bb
Official release from CVS tag: DRUPAL-5-21
Last updated: December 16, 2009 - 20:50

The twenty-first maintenance and security release of the Drupal 5 series. Only fixes for security vulnerabilities and other bugs have been committed. New features are only being added to the forthcoming Drupal 7.0 release.

This release fixes security vulnerabilities. Sites are urged to upgrade immediately after reading the security announcement:

Drupal 5.20

drumm - September 16, 2009 - 19:39
Download Size md5 hash
drupal-5.20.tar.gz 749.15 KB c042fdb1e995808efc398437ea7c5de4
Official release from CVS tag: DRUPAL-5-20
Last updated: September 16, 2009 - 19:40

The twentieth maintenance and security release of the Drupal 5 series. Only fixes for security vulnerabilities and other bugs have been committed. New features are only being added to the forthcoming Drupal 7.0 release.

This release fixes security vulnerabilities. Sites are urged to upgrade immediately after reading the security announcement:

In addition to this security vulnerability, the following bugs have been fixed since the 5.19 release:

  • Backport of #227228 by andypost, et al. Per-table cache_flush variables to avoid not flushing all but the first table when multiple tables are cleared.
  • #141965 by jeffschuler: taxonomy_term_path() and its phpdoc block was separated by one blank line, thus disconnecting it for the API docs parser.
  • #472160 by chx and Heine. Deny D6-style access elements.
  • #109513 backport by Freso. Create temporary mysql tables in memory.
  • #292565 second follow up by John Morahan: fix login destination again on 403/404 pages and make the search form work there if displayed

drupal 6.14

Gábor Hojtsy - September 16, 2009 - 19:37
Download Size md5 hash
drupal-6.14.tar.gz 1.03 MB 014bb453a8d0adb0233c763e40d63859
Official release from CVS tag: DRUPAL-6-14
Last updated: September 16, 2009 - 19:40

The fourteenth maintenance and security release of the Drupal 6 series. Only fixes for security vulnerabilities and other bugs have been committed. New features are only being added to the forthcoming Drupal 7.0 release.

This release fixes security vulnerabilities. Sites are urged to upgrade immediately after reading the security announcement:

In addition to this security vulnerability, the following bugs have been fixed since the 6.13 release:

  • #482646 follow up by Dave Reid: only check the db prefix for simpletest if it was a string (not running a multisite)
  • #284392 by Passionate_Lass, Anselm Heaton, tassoman, agentrickard: DISTINCT handling in db_distinct_field()'s MySQL implementations was resulting in bogus queries
  • #310139 by fonant, c960657, pwolanin: drupal_urlencode() and Drupal.encodeURIComponent was used to encode query strings and other components it should not have been used for
  • #499254 by chx: Drupal lacked support for positive integer values in database queries, beyond PHP_INT_MAX; caused issues with twitter integration and big numbers in general

drupal 8.x-dev

dww - September 9, 2009 - 16:44
Nightly development snapshot from CVS branch: _HEAD_

Placeholder release. The 8.x-dev series won't actually have any code until the DRUPAL-7 branch for core is created and HEAD is opened for business. This release just exists so that there's a "8.x-dev" option in the issue queue.

Drupal 5.19

drumm - July 1, 2009 - 20:56
Download Size md5 hash
drupal-5.19.tar.gz 748.86 KB d5e3dbcfd3e7f7ef431dada57a6c846e
Official release from CVS tag: DRUPAL-5-19
Last updated: July 1, 2009 - 21:01

The nineteenth maintenance and security release of the Drupal 5 series. Only fixes for security vulnerabilities and other bugs have been committed. New features are only being added to the forthcoming Drupal 7.0 release.

This release fixes security vulnerabilities. Sites are urged to upgrade immediately after reading the security announcement:

drupal 6.13

Gábor Hojtsy - July 1, 2009 - 20:54
Download Size md5 hash
drupal-6.13.tar.gz 1.03 MB 76dcb6e311fbb98ca3322fd1413f4a04
Official release from CVS tag: DRUPAL-6-13
Last updated: July 1, 2009 - 20:55

The thirteenth maintenance and security release of the Drupal 6 series. Only fixes for security vulnerabilities and other bugs have been committed. New features are only being added to the forthcoming Drupal 7.0 release.

This release fixes security vulnerabilities. Sites are urged to upgrade immediately after reading the security announcement:

In addition to this security vulnerability, the following bugs have been fixed since the 6.12 release:

  • - Patch #463450 by wulff: fixed documentation glitch.
  • #193577 by Rob Loach, Damien Tournoud, andypost: JavaScript string split() function does not behave like PHP explode(); causes problems with multiple node body break tags
  • #454992 by sun, bengtan: _drupal_flush_css_js() should not have 'q' as a possible CSS query character, since that is the Drupal path name character too
  • #452704 by andypost, catch: Names of compressed CSS and JS files should have a prefix, so that names starting in ad* will not happen. Those are easily blocked by firewalls, Firefox's Adblock, etc.

Drupal 5.18

drumm - May 13, 2009 - 19:58
Download Size md5 hash
drupal-5.18.tar.gz 748.82 KB d88a6c737d6b8dbffabd0df40ad319af
Official release from CVS tag: DRUPAL-5-18
Last updated: May 13, 2009 - 20:01

The eighteenth maintenance and security release of the Drupal 5 series. Only fixes for security vulnerabilities and other bugs have been committed. New features are only being added to the forthcoming Drupal 7.0 release.

This release fixes security vulnerabilities. Sites are urged to upgrade immediately after reading the security announcement:

drupal 6.12

Gábor Hojtsy - May 13, 2009 - 19:44
Download Size md5 hash
drupal-6.12.tar.gz 1.03 MB 82e2517f175320cffe20997333b3a33a
Official release from CVS tag: DRUPAL-6-12
Last updated: May 13, 2009 - 19:45

The twelfth maintenance and security release of the Drupal 6 series. Only fixes for security vulnerabilities and other bugs have been committed. New features are only being added to the forthcoming Drupal 7.0 release.

This release fixes security vulnerabilities. Sites are urged to upgrade immediately after reading the security announcement:

In addition to this security vulnerability, the following bugs have been fixed since the 6.11 release:

  • #353328 by catch, BrianV: When a new commment is added, the redirection path should point to page, where the new comment is.
  • #239945 by Xano, JeremyFrench, Damien Tournoud, andypost: Should not iterate over the children in taxonomy_get_tree() anymore if we reached max_depth.
  • #292565 by grendzy, John Morahan, Jody Linn: remove path munging on 403/404 pages, which caused problems for login redirects
  • #448268 by dww: Make sure that submitting the themes admin form clears out the update status cache, just like the modules admin form does.

Drupal 5.17

drumm - April 30, 2009 - 00:17
Download Size md5 hash
drupal-5.17.tar.gz 748.57 KB 14d5aec31f6878b959015d038280c266
Official release from CVS tag: DRUPAL-5-17
Last updated: April 30, 2009 - 00:20

The seventeenth maintenance and security release of the Drupal 5 series. Only fixes for security vulnerabilities and other bugs have been committed. New features are only being added to the forthcoming Drupal 7.0 release.

This release fixes security vulnerabilities. Sites are urged to upgrade immediately after reading the security announcement:

drupal 6.11

Gábor Hojtsy - April 30, 2009 - 00:17
Download Size md5 hash
drupal-6.11.tar.gz 1.03 MB 6a341807b83c4e48f50ce7921562402c
Official release from CVS tag: DRUPAL-6-11
Last updated: April 30, 2009 - 00:20

The eleventh maintenance and security release of the Drupal 6 series. Only fixes for security vulnerabilities and other bugs have been committed. New features are only being added to the forthcoming Drupal 7.0 release.

This release fixes a security vulnerability. Sites are urged to upgrade immediately after reading the security announcement:

In addition to this security vulnerability, the following bugs have been fixed since the 6.10 release:

  • #376408 follow up by pwolanin: search_nodeapi() lacked break in switch; resulted in issue in logic not code flow
  • #197864 by vito_swat, alpritt, Murz, catch: Use hook_term_path() in forum module instead of hook_link_alter(); simplfies code, improves performance and compatibility.
  • #314314 by bastos, Dave Reid, mr.baileys, Pasqualle: fix invalid XHTML markup in update.php output
  • #372914 by chx, pwolanin, webchick: Menu link title localization was broken when a non-t callback was used
  • #395086 by Freso: call trim() before truncate_utf8() in comment module for better quality truncation.

Drupal 5.16

drumm - February 25, 2009 - 23:18
Download Size md5 hash
drupal-5.16.tar.gz 748.29 KB b8b603a5dbf5e7f280ed6e1521ca9bae
Official release from CVS tag: DRUPAL-5-16
Last updated: February 25, 2009 - 23:20

The sixteenth maintenance and security release of the Drupal 5 series. Only fixes for security vulnerabilities and other bugs have been committed. New features are only being added to the forthcoming Drupal 7.0 release.

This release fixes security vulnerabilities. Sites are urged to upgrade immediately after reading the security announcement:

drupal 6.10

Gábor Hojtsy - February 25, 2009 - 21:05
Download Size md5 hash
drupal-6.10.tar.gz 1.03 MB d8f222c260556b5d7c3ff41bdd251b3c
Official release from CVS tag: DRUPAL-6-10
Last updated: February 25, 2009 - 21:10

The tenth maintenance and security release of the Drupal 6 series. Only fixes for security vulnerabilities and other bugs have been committed. New features are only being added to the forthcoming Drupal 7.0 release.

This release fixes a security vulnerability. Sites are urged to upgrade immediately after reading the security announcement:

In addition to this security vulnerability, the following bugs have been fixed since the 6.9 release:

  • - Patch #298722 by pwolanin: _menu_translate returns FALSE before to_arg is available. Drupal.org upgrade blocker.
  • #310863 by bangpound, dboulet, catch, lee20: Locale variable results in locale module install, so skip adding empty variable when not needed.
  • #275796 by Gribnif, Damien Tournoud, Dave Reid, vaish: module_list() should set its static variable to NULL instead of unset()-ing it, so it does not retain its value
  • #328110 by marcingy, swentel, Damien Tournoud, pwolanin, David_Rothstein: the link argument is passed by reference to menu_link_save(), so avoid overwriting local variables in menu_enable().

drupal 6.9

Gábor Hojtsy - January 14, 2009 - 23:35
Download Size md5 hash
drupal-6.9.tar.gz 1.03 MB 5c682a4709f4632febbe7617a784a01a
Official release from CVS tag: DRUPAL-6-9
Last updated: January 14, 2009 - 23:40

The ninth maintenance and security release of the Drupal 6 series. Only fixes for security vulnerabilities and other bugs have been committed. New features are only being added to the forthcoming Drupal 7.0 release.

This release fixes security vulnerabilities. Sites are urged to upgrade immediately after reading the security announcement:

In addition to this security vulnerability, the following bugs have been fixed since the 6.8 release:

  • - Patch #331708 by chx: poll_choice_js uses FAPI2.
  • - Patch #350708 by dww: t() documentation clean-up.
  • #245990 by Dave Reid, chx, dww: Look for the www.example.com page when a HTTP request seems to fail. Looking for the local page caused problems for people with interactive authentication, redirects, hosting added JavaScript code, and so on.
  • - Patch #262920 by ainigma32: language selection for domain should look at HTTP_HOST not SERVER_NAME.
  • - Patch #353886 by killes: too many arguments to SQL query in locale import.
  • - Rollback of #325908.

Drupal 5.15

drumm - January 14, 2009 - 23:33
Download Size md5 hash
drupal-5.15.tar.gz 748.05 KB 4c3c71bcf17bdbbe8c4e8dacbb1d0072
Official release from CVS tag: DRUPAL-5-15
Last updated: January 14, 2009 - 23:40

The fifteenth maintenance and security release of the Drupal 5 series. Only fixes for security vulnerabilities and other bugs have been committed. New features are only being added to the forthcoming Drupal 7.0 release.

This release fixes security vulnerabilities. Sites are urged to upgrade immediately after reading the security announcement:

drupal 6.8

Gábor Hojtsy - December 11, 2008 - 17:55
Download Size md5 hash
drupal-6.8.tar.gz 1.02 MB 561f281b2dbee8310293a61443bdfbc7
Official release from CVS tag: DRUPAL-6-8
Last updated: December 11, 2008 - 18:00

The eight maintenance release of the Drupal 6 series. Only fixes for bugs have been committed. New features are only being added to the forthcoming Drupal 7.0 release.

The following bug has been fixed since the 6.7 release:

  • Rolling back #280934. PHP 4 incompatibility.

Drupal 5.14

drumm - December 11, 2008 - 17:43
Download Size md5 hash
drupal-5.14.tar.gz 746.8 KB 281c9ef75f757ab660d5e190b4a6c6c5
Official release from CVS tag: DRUPAL-5-14
Last updated: December 11, 2008 - 17:50

The fourteenth maintenance release of the Drupal 5 series. Only fixes for bugs have been committed. New features are only being added to the forthcoming Drupal 7.0 release.

The following bug has been fixed since the 5.13 release:

  • Rolling back #280934. PHP 4 incompatibility.

Drupal 5.13

drumm - December 10, 2008 - 22:40
Download Size md5 hash
drupal-5.13.tar.gz 746.81 KB ceb0122cb27fd503fd24d1bacd967c2a
Official release from CVS tag: DRUPAL-5-13
Last updated: December 10, 2008 - 22:45

The thirteenth maintenance and security release of the Drupal 5 series. Only fixes for security vulnerabilities and other bugs have been committed. New features are only being added to the forthcoming Drupal 7.0 release.

This release fixes security vulnerabilities. Sites are urged to upgrade immediately after reading the security announcement:

drupal 6.7

Gábor Hojtsy - December 10, 2008 - 22:31
Download Size md5 hash
drupal-6.7.tar.gz 1.02 MB c9e8e5a9892538d355c62bd17b95b3a9
Official release from CVS tag: DRUPAL-6-7
Last updated: December 10, 2008 - 22:35

The seventh maintenance and security release of the Drupal 6 series. Only fixes for security vulnerabilities and other bugs have been committed. New features are only being added to the forthcoming Drupal 7.0 release.

This release fixes security vulnerabilities. Sites are urged to upgrade immediately after reading the security announcement:

In addition to this security vulnerability, the following bugs have been fixed since the 6.6 release:

  • - Patch #324118 by winterheart: fixed invalid XHTML being generated for forum topic listings.
  • - Patch #329019 by dww, sun: fixed PHP warning.
  • #315739 by sun: The theme name is in arg(4) on the block admin page, so only redirect to theme specific page if that is set.
  • - Patch #329646 by Damien Tournoud: properly reset user_access().
  • - Patch #255293 by Gribnif, maartenvg: incorrect regex causes some aggregated CSS to fail.
  • #329998 by pwolanin: escape markup looking non-HTML tags in schema descriptions
Syndicate content
 
 

Drupal is a registered trademark of Dries Buytaert.