* Don't show unblock form if the user doesn't have permission to use it (cosmetic...
[lhc/web/wiklou.git] / RELEASE-NOTES
index 10e6e80..5faa96a 100644 (file)
@@ -31,6 +31,10 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 9712) Use Arabic comma in date/time formats for Arabic and Farsi
 * (bug 9670) Follow redirects when render edit section links to transcluded
   templates.
+* (bug 6204) Fix incorrect unindentation with $wgMaxTocLevel
+* (bug 3431) Suppress "next page" link in Special:Search at end of results
+* Don't show unblock form if the user doesn't have permission to use it
+  (cosmetic change, no vulnerabilities existed)
 
 == Maintenance script changes since 1.10 ==
 
@@ -47,17 +51,20 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * Hebrew (he)
 * Indonesian (id)
 * Italian (it)
+* Japanese (ja)
 * Kazakh (kk)
 * Lithuanian (lt)
 * Norwegian (no)
 * Polish (pl)
+* Russian (ru)
+* Somali (so)
 * Chinese (PRC) (zh-cn)
 * Chinese (Taiwan) (zh-tw)
 * Cantonese (zh-yue)
 
 == Compatibility ==
 
-MediaWiki 1.10 requires PHP 5 (5.1 recommended). PHP 4 is no longer supported.
+MediaWiki 1.11 requires PHP 5 (5.1 recommended). PHP 4 is no longer supported.
 
 PHP 5.0.x fails on 64-bit systems due to serious bugs with array processing:
 http://bugs.php.net/bug.php?id=34879
@@ -69,7 +76,7 @@ At this time we still recommend 4.0, but 4.1/5.0 will work fine in most cases.
 
 == Upgrading ==
 
-1.10 has several database changes since 1.9, and will not work without schema
+1.11 has several database changes since 1.10, and will not work without schema
 updates.
 
 If upgrading from before 1.7, you may want to run refreshLinks.php to ensure
@@ -90,7 +97,7 @@ cases, but this is not recommended on live sites. (This must be set for
 MathML to display properly in Mozilla.)
 
 
-For notes on 1.9.x and older releases, see HISTORY.
+For notes on 1.10.x and older releases, see HISTORY.
 
 
 === Online documentation ===