Sync HISTORY with RELEASE-NOTES from REL1_18
authorAlexandre Emsenhuber <ialex.wiki@gmail.com>
Mon, 26 Mar 2012 20:57:32 +0000 (22:57 +0200)
committerAlexandre Emsenhuber <ialex.wiki@gmail.com>
Mon, 26 Mar 2012 21:27:31 +0000 (23:27 +0200)
Change-Id: Iedb39de2c357ecb5b36bcb277722825d89a86031

HISTORY

diff --git a/HISTORY b/HISTORY
index e138ec0..3dc2e9a 100644 (file)
--- a/HISTORY
+++ b/HISTORY
@@ -5,27 +5,36 @@ Change notes from older releases. For current info see RELEASE-NOTES-1.20.
 * (bug 35446) Using "{{nse:}}" with an invalid namespace name no longer throws
   a PHP warning.
 
-=== Changes since 1.18.1 ===
+== 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 ===
 * (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
   parameter without setting the text parameter.
 * UserMailer could potentially throw a fatal error when a MailAddress object had
   an empty email address.
+* (Bug 33087) Exchange server rejected mail sent by MediaWiki
 * (bug 34528) Edit section tooltips show correction section name again
 * (bug 34246) MediaWiki:Whatlinkshere-summary message is displayed again in
   Special:Whatlinkshere
-
-=== MediaWiki 1.18.1 ===
+* (bug 22555) Remove or skip strip markers from tag hooks like &lt;nowiki&gt; in
+  core parser functions which operate on strings, such as formatnum.
+* (bug 34212) ApiBlock/ApiUnblock allow action to take place without a token
+  parameter present.
+* (bug 34907) Fixed exposure of tokens through load.php that could have facilitated
+  CSRF attacks.
+* (bug 35317) CSRF in Special:Upload.
+
+== MediaWiki 1.18.1 ==
 2012-01-11
 
 This a maintenance and security release of the MediaWiki 1.18 branch.
 
-==== Security changes ====
-* (bug 33117) prop=revisions allows deleted text to be exposed through cache pollution.
-
-==== Changes since 1.18.0 ====
+=== 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
@@ -51,6 +60,12 @@ This a maintenance and security release of the MediaWiki 1.18 branch.
   all pages.
 * Fixed recentchanges FK violation on page delete and cache purge error in updater
   for Oracle DB.
+* (bug 33117) prop=revisions allows deleted text to be exposed through cache pollution.
+
+== MediaWiki 1.18.0 ==
+2011-11-24
+
+This is the first stable release of the MediaWiki 1.18 branch.
 
 === Summary of selected changes in 1.18 ===