summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReedy <reedy@wikimedia.org>2012-04-25 19:16:39 +0100
committerReedy <reedy@wikimedia.org>2012-04-25 19:16:39 +0100
commit98068a50289bfd6bb596014922d21785b5db5734 (patch)
tree9c5d5219769b8bc3c8c1c9c434f5e06e54254a85
parent56df99bdeb939bd0a90f520fc8d3fcd72c9eee1d (diff)
Bump 1.18.31.18.3
Add a few bits to the RELEASE-NOTES Change-Id: I8808d26253dd39cc104c9d98cc60f5ee6da358d6
-rw-r--r--RELEASE-NOTES-1.185
-rw-r--r--includes/DefaultSettings.php2
2 files changed, 6 insertions, 1 deletions
diff --git a/RELEASE-NOTES-1.18 b/RELEASE-NOTES-1.18
index b1bb41cd25dc..bec12bf61a4d 100644
--- a/RELEASE-NOTES-1.18
+++ b/RELEASE-NOTES-1.18
@@ -4,10 +4,15 @@ Security reminder: MediaWiki does not require PHP's register_globals
setting since version 1.2.0. If you have it on, turn it '''off''' if you can.
=== Changes since 1.18.2 ===
+2012-04-25
+
* (bug 35446) Using "{{nse:}}" with an invalid namespace name no longer throws
a PHP warning.
* (bug 35567) The whole password reminder e-mail is now sent in the same language.
* (bug 35961) Hash comparison should always be strict.
+* (bug 35671) PHP Notice: Undefined index: gettoken in includes/api/ApiMain.php
+ on line 598.
+* Fix broken email confirmation expiration caused by MWCryptRand changes.
== MediaWiki 1.18.2 ==
2012-03-21
diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php
index 7cea30f692b2..29d98d58c125 100644
--- a/includes/DefaultSettings.php
+++ b/includes/DefaultSettings.php
@@ -33,7 +33,7 @@ $wgConf = new SiteConfiguration;
/** @endcond */
/** MediaWiki version number */
-$wgVersion = '1.18.2';
+$wgVersion = '1.18.3';
/** Name of the site. It must be changed in LocalSettings.php */
$wgSitename = 'MediaWiki';