(bug 14977) Installations on servers using IPv6 addresses for $wgServer were largely...
[lhc/web/wiklou.git] / RELEASE-NOTES
index 0f53430..e1280f4 100644 (file)
@@ -28,12 +28,23 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 
 * (bug 8068) New __INDEX__ and __NOINDEX__ magic words allow user control of
   search engine indexing on a per-article basis.
+* Handheld stylesheet options
+* Added 'DoEditSectionLink' hook as a cleaner unified version of the old
+  'EditSectionLink' and 'EditSectionLinkForOther' hooks.  Note that the
+  'EditSectionLinkForOther' hook has been removed, but 'EditSectionLink' is
+  run in all cases instead, so extensions using the old hooks should still work
+  if they ran roughly the same code for both hooks (as is almost certain).
 
 === Bug fixes in 1.14 ===
 
 * (bug 14907) DatabasePostgres::fieldType now defined.
 * (bug 14659) Passing the default limit param to Special:Recentchanges no more
   falls back to the user option
+* (bug 14954) Fix regression in Modern and Simple skins
+* Recursion loop check added to Categoryfinder class
+* Fixed few performance troubles of large job queue processing
+* (bug 14977) Installations on servers using IPv6 addresses for $wgServer
+  were largely unusable because $wgServer didn't wrap the IP in brackets.
 
 === API changes in 1.14 ===