Mercurial > defr > drupal > core
comparison CHANGELOG.txt @ 19:3edae6ecd6c6 6.9
Drupal 6.9
author | Franck Deroche <franck@defr.org> |
---|---|
date | Thu, 15 Jan 2009 10:15:56 +0100 |
parents | 8e6257f3ae39 |
children |
comparison
equal
deleted
inserted
replaced
18:f5131a9cd9e5 | 19:3edae6ecd6c6 |
---|---|
1 // $Id: CHANGELOG.txt,v 1.253.2.20 2008/12/11 17:39:41 goba Exp $ | 1 // $Id: CHANGELOG.txt,v 1.253.2.22 2009/01/14 23:34:06 goba Exp $ |
2 | |
3 Drupal 6.9, 2009-01-14 | |
4 ---------------------- | |
5 - Fixed security issues, (Access Bypass, Validation Bypass and Hardening | |
6 against SQL injection), see SA-CORE-2009-001 | |
7 - Made HTTP request checking more robust and informative. | |
8 - Fixed HTTP_HOST checking to work again with HTTP 1.0 clients and | |
9 basic shell scripts. | |
10 - Removed t() calls from all schema documentation. Suggested best practice | |
11 changed for contributed modules, see http://drupal.org/node/322731. | |
12 - Fixed a variety of small bugs. | |
13 | |
14 Drupal 6.9-dev, xxxx-xx-xx (development release) | |
15 ---------------------- | |
2 | 16 |
3 Drupal 6.8, 2008-12-11 | 17 Drupal 6.8, 2008-12-11 |
4 ---------------------- | 18 ---------------------- |
5 - Removed a previous change incompatible with PHP 5.1.x and lower. | 19 - Removed a previous change incompatible with PHP 5.1.x and lower. |
6 | 20 |
152 - Removed drupal.module. The functionality lives on as the Site network | 166 - Removed drupal.module. The functionality lives on as the Site network |
153 contributed module (http://drupal.org/project/site_network). | 167 contributed module (http://drupal.org/project/site_network). |
154 - Removed old system updates. Updates from Drupal versions prior to 5.x will | 168 - Removed old system updates. Updates from Drupal versions prior to 5.x will |
155 require upgrading to 5.x before upgrading to 6.x. | 169 require upgrading to 5.x before upgrading to 6.x. |
156 | 170 |
171 Drupal 5.15, 2009-01-14 | |
172 ---------------------- | |
173 - Fixed security issues, (Hardening against SQL injection), see SA-CORE-2009-001 | |
174 - Fixed HTTP_HOST checking to work again with HTTP 1.0 clients and | |
175 basic shell scripts. | |
176 - Fixed a variety of small bugs. | |
177 | |
157 Drupal 5.14, 2008-12-11 | 178 Drupal 5.14, 2008-12-11 |
158 ---------------------- | 179 ---------------------- |
159 - Removed a previous change incompatible with PHP 5.1.x and lower. | 180 - Removed a previous change incompatible with PHP 5.1.x and lower. |
160 | 181 |
161 Drupal 5.13, 2008-12-10 | 182 Drupal 5.13, 2008-12-10 |