Rebuild.
[lhc/web/wiklou.git] / RELEASE-NOTES
index 167385d..695bb28 100644 (file)
@@ -156,6 +156,9 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 9595) Pass new Revision to the 'ArticleInsertComplete' and
   'ArticleSaveComplete' hooks; see docs/hooks.txt for more information
 * (bug 9575) Accept upload description from GET parameters
+* Skip the difference engine cache when 'action=purge' is used while requesting
+  a difference page, to allow refreshing the cache in case of errors
+* (bug 10701) Link to Special:Listusers in default Special:Statistics messages
 
 == Bugfixes since 1.10 ==
 
@@ -327,6 +330,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * Improved error reporting and robustness for file delete/undelete.
 * Improved speed of file delete by storing the SHA-1 hash in image/oldimage
 * Fixed leading zero in base 36 SHA-1 hash
+* Protection form no longer produces JavaScript errors
 
 == API changes since 1.10 ==
 
@@ -383,6 +387,8 @@ Full API documentation is available at http://www.mediawiki.org/wiki/API
   to $wgFileExtensions)
 * Add option to maintenance/createAndPromote.php to give the user bureaucrat
   permissions (--bureaucrat)
+* Allow overwriting existing files with a conflicting name using
+  maintenance/importImages.php
 
 == Languages updated since 1.10 ==