File tree Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 1
1
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.
4
20
5
21
6
22
Drupal 7.9, 2011-10-26
Original file line number Diff line number Diff line change 8
8
/**
9
9
* The current system version.
10
10
*/
11
- define ('VERSION ' , '7.10-dev ' );
11
+ define ('VERSION ' , '7.10 ' );
12
12
13
13
/**
14
14
* Core API compatibility.
You can’t perform that action at this time.
0 commit comments