follow up r61655
[lhc/web/wiklou.git] / RELEASE-NOTES
index b091c52..e901672 100644 (file)
@@ -94,8 +94,10 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * Added $wgAdvertisedFeedTypes to decide what feed types (RSS, Atom, both, or
   neither) MediaWiki advertises.  Default is array( 'atom' ), so RSS is no
   longer advertised by default (but it still works).
-* Added $wgMemCachedTimeout to configure connection timeouts for communicating
-  with a memcached server
+* Added $wgMemCachedTimeout, controls how long to wait for data from the 
+  memcached servers.
+* New configuration variables $wgDebugTimestamps and $wgDebugPrintHttpHeaders
+  for controlling debug output.
 
 === New features in 1.16 ===
 
@@ -304,13 +306,14 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * Send new password e-mail in users preference language
 * LanguageConverter now support nested using of manual convert syntax like
   "-{-{}-}-"
-* (bug 16281) Show copyright system message on special pages
 * Upload license preview now uses the API instead of action=ajax
 * (bug 7346) Add <guid> to RSS to avoid duplicates
 * (bug 19996) Added new hooks for Special:Search, which allow to further
   restrict/expand it.
 * (bug 21936) When a revision has been patrolled, there's now a link back to the
   article
+* (bug 22315) SpecialRecentChangesQuery hook now pass $query_options and checks
+  the return value
 
 === Bug fixes in 1.16 ===
 
@@ -712,8 +715,6 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 9794) User rights log entries for foreign user now links to the foreign
   user's page if possible
 * (bug 14717) Don't load nonexistent CSS fix files for non-Monobook skins
-* (bug 18765) Increased consistency of bold-italic markup for unbalanced quotes.
-  Improved representation of six quotes (may break existing markup).
 * (bug 22034) Use wfClientAcceptsGzip() in wfGzipHandler instead of
   reimplementing it.
 * (bug 19226) First line renders differently on many UI messages.
@@ -725,6 +726,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
   and Chick skins
 * Fixed bug involving unclosed "-{" markup in the language converter
 * (bug 21870) No longer include Google logo from an external server on wiki error.
+* (bug 22181) Do not truncate if the ellipsis actually make the string longer
 
 == API changes in 1.16 ==
 
@@ -804,6 +806,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 22245) blfilterredirect=nonredirects in blredirect mode wrongly filtering
 * (bug 22248) Output extension URLs in meta=siteinfo&siprop=extensions
 * Support key-params arrays in 'descriptionmsg' in meta=siteinfo&siprop=extensions
+* (bug 21922) YAML output should quote asterisk when used as key
 
 === Languages updated in 1.16 ===