Note on SpecialContributions.php fix for Postgres timestamps.
[lhc/web/wiklou.git] / RELEASE-NOTES
index b4a3ed7..86acdd0 100644 (file)
@@ -12,7 +12,7 @@ quarterly snapshot releases. The latest development code is always kept
 "ready to run", and in fact runs our own sites on Wikipedia.
 
 Release branches will continue to receive security updates for about a year
-from first release, but nonessential bugfixes and feature development happen
+from first release, but nonessential bugfixes and feature development
 will be made on the development trunk and appear in the next quarterly release.
 
 Those wishing to use the latest code instead of a branch release can obtain
@@ -202,7 +202,48 @@ lighter making things easier to read.
   LocalSettings.php files.
 * Give Content-Length header for HTTP/1.0 clients.
 * Partial support for Flash cross-domain-policy filtering. 
-
+* Hide irrelevant block options in Special:Blockip based on whether an
+  IP address/range or username is listed. (Dynamic using JS.)
+* Lazy-initialize site_stats row on load when empty. Somewhat kinder to
+  dump-based installations, avoiding PHP warnings when NUMBEROFARTICLES
+  and such are used.
+* Add 'charset' to Content-Type headers on various HTTP error responses
+  to forestall additional UTF-7-autodetect XSS issues. PHP sends only
+  'text/html' by default when the script didn't specify more details,
+  which some inconsiderate browsers consider a license to autodetect
+  the deadly, hard-to-escape UTF-7.
+    This fixes an issue with the Ajax interface error message on MSIE when
+  $wgUseAjax is enabled (not default configuration); this UTF-7 variant
+  on a previously fixed attack vector was discovered by Moshe BA from BugSec:
+  http://www.bugsec.com/articles.php?Security=24
+* Trackback responses now specify XML content type
+* (bug 9044) Send a comment with action=raw pages in CSS/JS output mode
+  to work around IE/Mac bug where empty pages time out verrrrryyyyy slowly,
+  particularly with new keepalive-friendly HTTP on Wikipedia
+* (bug 8919) Suppress paging links and related messages where there are no
+  rows to list for query pages
+* (bug 9057) Standardize MediaWiki: namespace for oc
+* (bug 9032) Make quickbarSettings localizable through Special:Allmessages
+* (bug 8132) Suppress "Pages in this category" heading in categories when
+  there are none
+* (bug 8958) Handle search operators better when using tsearch2 (Postgres)
+* Added rate limiter for Special:Emailuser
+* Have a checkered background on images on the description pages and in
+  galeries to make transparency visible (just MonoBook for now, will add the
+  rest soon).
+* (bug 7782) Standardisation of file info at image description pages.
+* (bug 8799) Use redirect table for Special:BrokenRedirects and
+  Special:DoubleRedirects
+* (bug 1035) View contributions / recentchanges for an IP range.
+* (bug 8918) Enable PLURAL option for MediaWiki:showingresults and
+  MediaWiki:showingresultsnum
+* (bug 9122) Fix minor display issue in RTL with section edit link margin
+* (bug 5805) Enable PLURAL option for some messages of watchlist and statistic
+* (bug 3953) Work around poor display of parenthesis in the in other
+  languages section of MonoBook skin
+* (bug 8539) Enable PLURAL option for another message of recentchanges.
+* (bug 8728) MediaWiki:Badfiletype splitted into 3 messages
+* (bug 9131) Be strict with offset values in SpecialContributions for Postgres
 
 == Languages updated ==
 
@@ -210,6 +251,7 @@ lighter making things easier to read.
 * Aramaic (arc)
 * Belarusian (be)
 * Breton (br)
+* Catalan (ca)
 * Czech (cs)
 * Danish (da)
 * German (de)
@@ -238,7 +280,9 @@ lighter making things easier to read.
 * Sicilian (scn)
 * Slovak (sk)
 * Swedish (sv)
+* Ukrainian (uk)
 * Zealandic (zea)
+* Cantonese (zh-yue)
 
 == Compatibility ==