summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES-1.18
diff options
context:
space:
mode:
Diffstat (limited to 'RELEASE-NOTES-1.18')
-rw-r--r--RELEASE-NOTES-1.1822
1 files changed, 18 insertions, 4 deletions
diff --git a/RELEASE-NOTES-1.18 b/RELEASE-NOTES-1.18
index 9af5a1a5..bec12bf6 100644
--- a/RELEASE-NOTES-1.18
+++ b/RELEASE-NOTES-1.18
@@ -3,13 +3,23 @@
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
This is a maintenance and security release of the MediaWiki 1.18 branch.
-== Changes since 1.18.1 ==
-
+=== Changes since 1.18.1 ===
* (bug 33686) could not get a list of contributor for an article when using
a SQLite database.
* (Bug 33865) Exception thrown in action=parse when attempting to use the title
@@ -28,8 +38,12 @@ This is a maintenance and security release of the MediaWiki 1.18 branch.
CSRF attacks.
* (bug 35317) CSRF in Special:Upload.
-=== Changes since 1.18.0 ===
+== MediaWiki 1.18.1 ==
+2012-01-11
+
+This a maintenance and security release of the MediaWiki 1.18 branch.
+=== Changes since 1.18.0 ===
* (bug 32712) Fix for search indexing of pages with certain unicode chars following URL.
* (bug 3901) Lang, hreflang attribs added to sidebar interlanguage links for screen readers.
* (bug 30774) mediawiki.html: Add support for numbers and booleans in the
@@ -57,7 +71,7 @@ This is a maintenance and security release of the MediaWiki 1.18 branch.
for Oracle DB.
* (bug 33117) prop=revisions allows deleted text to be exposed through cache pollution.
-== MediaWiki 1.18 ==
+== MediaWiki 1.18.0 ==
2011-11-24
This is the first stable release of the MediaWiki 1.18 branch.