parent
cf44292c47
commit
52811f2b14
|
@ -1,7 +1,9 @@
|
||||||
// $Id$
|
// $Id$
|
||||||
|
|
||||||
Drupal 5.5, xxxx-xx-xx
|
Drupal 5.5, 2007-12-06
|
||||||
----------------------
|
----------------------
|
||||||
|
- fixed missing missing brackets in a query in the user module.
|
||||||
|
- fixed taxonomy feed bug introduced by SA-2007-031
|
||||||
|
|
||||||
Drupal 5.4, 2007-12-05
|
Drupal 5.4, 2007-12-05
|
||||||
----------------------
|
----------------------
|
||||||
|
@ -106,6 +108,10 @@ Drupal 5.0, 2007-01-15
|
||||||
* added nested lists generation.
|
* added nested lists generation.
|
||||||
* added a self-clearing block class.
|
* added a self-clearing block class.
|
||||||
|
|
||||||
|
Drupal 4.7.10, 2007-12-06
|
||||||
|
-------------------------
|
||||||
|
- fixed taxonomy feed bug introduced by SA-2007-031
|
||||||
|
|
||||||
Drupal 4.7.9, 2007-12-05
|
Drupal 4.7.9, 2007-12-05
|
||||||
------------------------
|
------------------------
|
||||||
- fixed a security issue (SQL injection), see SA-2007-031
|
- fixed a security issue (SQL injection), see SA-2007-031
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
* Configuration system that lets administrators modify the workings of the site.
|
* Configuration system that lets administrators modify the workings of the site.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
define('VERSION', '5.5-dev');
|
define('VERSION', '5.5');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Implementation of hook_help().
|
* Implementation of hook_help().
|
||||||
|
|
Loading…
Reference in New Issue