Posted by Gábor Hojtsy on February 27, 2008 at 7:51pm
| Download | Size | md5 hash |
|---|---|---|
| drupal-6.1.tar.gz | 1.01 MB | 32bfd0b3a8a48e3f631e0a396ec96f68 |
| drupal-6.1.zip | 1.19 MB | e1b3988d8643aedeecb241050ecbb80c |
Last updated: December 24, 2010 - 22:08
The first 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. For more details, please see the security announcement:
In addition to this security vulnerability, the following bugs have been fixed since the 6.0 release:
- #189568 by dvessel: module .css files were not overriden from theme .info files
- #212608 by stefgosselin, webchick, slightly modified: get rid of notice when sorting blocks (minor)
- #218513 by moshe weitzman, Pancho: code documentation formatting fixes for menu.inc (minor)
- #220827 by Arancaytar, ax: fix code comments in _menu_navigation_links_rebuild() (minor)
- #227548 by Heine, AjK: misuse of db_escape_string(), when db_escape_table() should have been used