summaryrefslogtreecommitdiff
path: root/CHANGELOG.txt
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2008-01-10 22:47:17 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2008-01-10 22:47:17 +0000
commit78bc68f304b83a965e4223887d9443eb12bf91b4 (patch)
tree4e79fc9f091bbf301ff78312b6307c32caaa8845 /CHANGELOG.txt
parentb3c7ff77ffdc327c900e2ecf72e93510aee7f622 (diff)
downloadbrdo-78bc68f304b83a965e4223887d9443eb12bf91b4.tar.gz
brdo-78bc68f304b83a965e4223887d9443eb12bf91b4.tar.bz2
Drupal 6 RC2
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r--CHANGELOG.txt24
1 files changed, 23 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index edc701392..5a30d872c 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,6 +1,6 @@
// $Id$
-Drupal 6.0, xxxx-xx-xx (development version)
+Drupal 6.0-rc2, 2008-01-10
----------------------
- New, faster and better menu system.
- New watchdog as a hook functionality.
@@ -98,6 +98,18 @@ Drupal 6.0, xxxx-xx-xx (development version)
- Removed old system updates. Updates from Drupal versions prior to 5.x will
require upgrading to 5.x before upgrading to 6.x.
+Drupal 5.6, 2008-01-10
+----------------------
+- fixed a variety of small bugs.
+- fixed a security issue (Cross site request forgery), see SA-2008-005
+- fixed a security issue (Cross site scripting, UTF8), see SA-2008-006
+- fixed a security issue (Cross site scripting, register_globals), see SA-2008-007
+
+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
----------------------
- fixed a variety of small bugs.
@@ -201,6 +213,16 @@ Drupal 5.0, 2007-01-15
* Added nested lists generation.
* Added a self-clearing block class.
+Drupal 4.7.11, 2008-01-10
+-------------------------
+- fixed a security issue (Cross site request forgery), see SA-2008-005
+- fixed a security issue (Cross site scripting, UTF8), see SA-2008-006
+- fixed a security issue (Cross site scripting, register_globals), see SA-2008-007
+
+Drupal 4.7.10, 2007-12-06
+-------------------------
+- fixed taxonomy feed bug introduced by SA-2007-031
+
Drupal 4.7.9, 2007-12-05
------------------------
- fixed a security issue (SQL injection), see SA-2007-031