diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 4138646400373793b41d98f9cab365d2e5ad6c05..2313c11147a845fa4c80a69fe34e024aa9f69c68 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,6 +1,22 @@ -Drupal 7.10, xxxx-xx-xx (development version) ------------------------ +Drupal 7.10, 2011-12-05 +---------------------- +- Fixed Content-Language HTTP header to not cause issues with Drush 5.x. +- Reduce memory usage of theme registry (performance). +- Fixed PECL upload progress bar for FileField +- Fixed running update.php doesn't always clear the cache. +- Fixed PDO exceptions on long titles. +- Fixed Overlay redirect does not include query string. +- Fixed D6 modules satisfy D7 module dependencies. +- Fixed the ordering of module hooks when using module_implements_alter(). +- Fixed "floating" submit buttons during AJAX requests. +- Fixed timezone selected on install not propogating to admin account. +- Added msgctx context to JS translation functions, for feature parity with t(). +- Profiles' .install files now available during hook_install_tasks(). +- Added test coverage of 7.0 -> 7.x upgrade path. +- Numerous notice fixes. +- Numerous documentation improvements. +- Additional automated test coverage. Drupal 7.9, 2011-10-26 diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index eb5ccbd88a6fe80a432421e4a436f805d29b6b78..d63a59bcefd69a8920dab9a27049d83a142c5efe 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -8,7 +8,7 @@ /** * The current system version. */ -define('VERSION', '7.10-dev'); +define('VERSION', '7.10'); /** * Core API compatibility.