* (bug 12145) Update Kazakh translations
[lhc/web/wiklou.git] / RELEASE-NOTES
index bf789ed..ec5e273 100644 (file)
@@ -25,6 +25,9 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * MediaWiki now checks if serialized files are out of date. New configuration
   variable $wgCheckSerialized can be set to false to enable old behavior (i.e.
   to not check and assume they are always up to date)
+* The rollback permission is now assigned by default to all logged-in users. It
+  can also now be rate-limited using the normal mechanism.
+* New configuration variable $wgExtraLanguageNames
 
 === New features in 1.12 ===
 * (bug 10735) Add a warning for non-descriptive filenames at Special:Upload
@@ -87,11 +90,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
   does not exists
 * (bug 8396) Ignore out-of-date serialised message caches
 * (bug 12195) Undeleting pages now requires 'undelete' permission
-* Only show most recent 5000 revisions on Special:Undelete by default. Accept
-  limit and offset parameters. Undelete with no revisions selected still
-  undeletes all revisions, regardless of how many are displayed.
-* Add "show all" option to Special:Undelete when some revisions are excluded,
-  despite that showing all revisions may fail less than gracefully.
+* (bug 11810) Localize displayed semicolons
 
 === Bug fixes in 1.12 ===
 
@@ -217,6 +216,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
   in the page_restrictions matching its old page_restrictions field.
   May help with odd upgrade issues or race condition.
 * (bug 11993) Remove contentsub "revision history"
+* (bug 11952) Ensure we quote_ident() all schema names as needed
+   inside of the DatabasePostgres.php file.
 
 == Parser changes in 1.12 ==