Follow up for r77732 and r77741, add the missing RELEASE-NOTES which I forgot.
authorDaniel Friesen <dantman@users.mediawiki.org>
Sun, 5 Dec 2010 06:59:39 +0000 (06:59 +0000)
committerDaniel Friesen <dantman@users.mediawiki.org>
Sun, 5 Dec 2010 06:59:39 +0000 (06:59 +0000)
RELEASE-NOTES

index 4ad28b5..7f7473d 100644 (file)
@@ -87,6 +87,9 @@ LocalSettings.php. The specific bugs are listed below in the general notes.
 * (bug 25728) Added $wgPasswordSenderName to allow customise the name associed
   with $wgPasswordSender
 * Sysops now have the "suppressredirect" right by default
+* (bug 22463) $wgFooterIcons added to allow configuration of the icons shown in
+  the footers of skins.
+
 === New features in 1.17 ===
 * (bug 10183) Users can now add personal styles and scripts to all skins via
   User:<name>/common.css and /common.js (if user css/js is enabled).
@@ -215,6 +218,8 @@ LocalSettings.php. The specific bugs are listed below in the general notes.
 * (bug 3276) Give image <gallery>s fluid width
 * Added uploads link to page subtitle in Special:Contributions
 * Added Special:Myuploads special page that redirects to Special:Listfiles
+* The footerlinks used in Monobook/Vector/Modern are now part of common skin
+  code, SkinTemplateOutputPageBeforeExec can be used to customize the list.
 * Special wrapping setups can now define MW_CONFIG_FILE to load a config file
   other than LocalSettings.php. This is like MW_CONFIG_CALLBACK but works in
   some cases where MW_CONFIG_CALLBACK will not work.