Mercurial > defr > drupal > core
comparison CHANGELOG.txt @ 15:4347c45bb494 6.7
Drupal 6.7
author | Franck Deroche <webmaster@defr.org> |
---|---|
date | Tue, 23 Dec 2008 14:32:44 +0100 |
parents | 8b6c45761e01 |
children | 8e6257f3ae39 |
comparison
equal
deleted
inserted
replaced
14:626fcabfa4b8 | 15:4347c45bb494 |
---|---|
1 // $Id: CHANGELOG.txt,v 1.253.2.15 2008/10/22 19:26:00 goba Exp $ | 1 // $Id: CHANGELOG.txt,v 1.253.2.18 2008/12/10 22:30:13 goba Exp $ |
2 | |
3 Drupal 6.7, 2008-12-10 | |
4 ---------------------- | |
5 - Fixed security issues, (Cross site request forgery and Cross site scripting), see SA-2008-073 | |
6 - Updated robots.txt and .htaccess to match current file use. | |
7 - Fixed a variety of small bugs. | |
2 | 8 |
3 Drupal 6.6, 2008-10-22 | 9 Drupal 6.6, 2008-10-22 |
4 ---------------------- | 10 ---------------------- |
5 - Fixed security issues, (File inclusion, Cross site scripting), see SA-2008-067 | 11 - Fixed security issues, (File inclusion, Cross site scripting), see SA-2008-067 |
6 - Fixed a variety of small bugs. | 12 - Fixed a variety of small bugs. |
84 * Remember anonymous comment posters. | 90 * Remember anonymous comment posters. |
85 * Only allow modules and themes to be enabled that have explicitly been | 91 * Only allow modules and themes to be enabled that have explicitly been |
86 ported to the correct core API version. | 92 ported to the correct core API version. |
87 * Can now specify the minimum PHP version required for a module within the | 93 * Can now specify the minimum PHP version required for a module within the |
88 .info file. | 94 .info file. |
95 * Drupal core no longer requires CREATE TEMPORARY TABLES or LOCK TABLES | |
96 database rights. | |
89 * Dynamically check password strength and confirmation. | 97 * Dynamically check password strength and confirmation. |
90 * Refactored poll administration. | 98 * Refactored poll administration. |
91 * Implemented drag-and-drop positioning for blocks, menu items, taxonomy | 99 * Implemented drag-and-drop positioning for blocks, menu items, taxonomy |
92 vocabularies and terms, forums, profile fields, and input format filters. | 100 vocabularies and terms, forums, profile fields, and input format filters. |
93 - Theme system: | 101 - Theme system: |
139 contributed modules to work with databases other than MySQL. | 147 contributed modules to work with databases other than MySQL. |
140 - Removed drupal.module. The functionality lives on as the Site network | 148 - Removed drupal.module. The functionality lives on as the Site network |
141 contributed module (http://drupal.org/project/site_network). | 149 contributed module (http://drupal.org/project/site_network). |
142 - Removed old system updates. Updates from Drupal versions prior to 5.x will | 150 - Removed old system updates. Updates from Drupal versions prior to 5.x will |
143 require upgrading to 5.x before upgrading to 6.x. | 151 require upgrading to 5.x before upgrading to 6.x. |
152 | |
153 Drupal 5.13, 2008-12-10 | |
154 ----------------------- | |
155 - fixed a variety of small bugs. | |
156 - fixed security issues, (Cross site request forgery and Cross site scripting), see SA-2008-073 | |
157 - updated robots.txt and .htaccess to match current file use. | |
144 | 158 |
145 Drupal 5.12, 2008-10-22 | 159 Drupal 5.12, 2008-10-22 |
146 ----------------------- | 160 ----------------------- |
147 - fixed security issues, (File inclusion), see SA-2008-067 | 161 - fixed security issues, (File inclusion), see SA-2008-067 |
148 | 162 |