Skip to content

Commit a07564a

Browse files
committed
Drupal 7.10
1 parent f702fcc commit a07564a

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

CHANGELOG.txt

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11

2-
Drupal 7.10, xxxx-xx-xx (development version)
3-
-----------------------
2+
Drupal 7.10, 2011-12-05
3+
----------------------
4+
- Fixed Content-Language HTTP header to not cause issues with Drush 5.x.
5+
- Reduce memory usage of theme registry (performance).
6+
- Fixed PECL upload progress bar for FileField
7+
- Fixed running update.php doesn't always clear the cache.
8+
- Fixed PDO exceptions on long titles.
9+
- Fixed Overlay redirect does not include query string.
10+
- Fixed D6 modules satisfy D7 module dependencies.
11+
- Fixed the ordering of module hooks when using module_implements_alter().
12+
- Fixed "floating" submit buttons during AJAX requests.
13+
- Fixed timezone selected on install not propogating to admin account.
14+
- Added msgctx context to JS translation functions, for feature parity with t().
15+
- Profiles' .install files now available during hook_install_tasks().
16+
- Added test coverage of 7.0 -> 7.x upgrade path.
17+
- Numerous notice fixes.
18+
- Numerous documentation improvements.
19+
- Additional automated test coverage.
420

521

622
Drupal 7.9, 2011-10-26

includes/bootstrap.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
/**
99
* The current system version.
1010
*/
11-
define('VERSION', '7.10-dev');
11+
define('VERSION', '7.10');
1212

1313
/**
1414
* Core API compatibility.

0 commit comments

Comments
 (0)