diff options
-rw-r--r-- | CHANGELOG.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 8362a04c6..6cf1aa11d 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,4 @@ + Drupal x.x.x, xxxx-xx-xx (development version) ------------------------ - added free tagging support (folksonomies). @@ -24,6 +25,10 @@ Drupal x.x.x, xxxx-xx-xx (development version) * improved performance of path aliasing. * added the ability to track page generation times. +Drupal 4.6.2, 2005-06-29 +------------------------ +- fixed bugs, including two critical "arbitrary PHP code execution" bugs. + Drupal 4.6.1, 2005-06-01 ------------------------ - fixed bugs, including a critical input validation bug. @@ -72,6 +77,14 @@ Drupal 4.6.0, 2005-04-15 - documentation: * improved and extended PHPDoc/Doxygen comments. +Drupal 4.5.4, 2005-06-29 +------------------------ +- fixed bugs, including two critical "arbitrary PHP code execution" bugs. + +Drupal 4.5.3, 2005-06-01 +------------------------ +- fixed bugs, including a critical input validation bug. + Drupal 4.5.2, 2005-01-15 ------------------------ - fixed bugs: a cross-site scripting (XSS) vulnerability has been fixed. @@ -135,6 +148,10 @@ Drupal 4.5.0, 2004-10-18 * managing translations is now completely done through the administration interface * added support for importing/exporting gettext .po files +Drupal 4.4.3, 2005-06-01 +------------------------ +- fixed bugs, including a critical input validation bug. + Drupal 4.4.2, 2004-07-04 ------------------------ - fixed bugs: no critical bugs were identified. |