summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcsteipp <csteipp@wikimedia.org>2012-12-04 09:57:02 -0800
committercsteipp <csteipp@wikimedia.org>2012-12-04 10:00:23 -0800
commit3b68aebe1e6842b15079a18b08feff58ab1fd555 (patch)
tree4fa6ccb33374be91dabb2cbbab3a785b3211dbf3
parent629a6645f8850af4ce3084d7efecb82ce9edf658 (diff)
Fix Release Notes1.20.2
* A line from the 1.20.1 release notes was unintentionally removed * Add missing punctuation Change-Id: I56777a00e2fa62c2a25de8f8bf8c456b2c602d90
-rw-r--r--RELEASE-NOTES-1.203
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES-1.20 b/RELEASE-NOTES-1.20
index a572d6b372b2..17c3ba2ef052 100644
--- a/RELEASE-NOTES-1.20
+++ b/RELEASE-NOTES-1.20
@@ -9,7 +9,7 @@ setting since version 1.2.0. If you have it on, turn it '''off''' if you can.
This is a maintenance release of the MediaWiki 1.20 branch
=== Changes since 1.20.1 ===
-* (bug 42638) Fix API action=options&reset=1 & unit tests
+* (bug 42638) Fix API action=options&reset=1 & unit tests.
* (bug 42370) Fixed backport of 60cc060 to use mDoneWrites.
== MediaWiki 1.20.1 ==
@@ -17,6 +17,7 @@ This is a maintenance release of the MediaWiki 1.20 branch
This is a security release of the MediaWiki 1.20 branch
=== Changes since 1.20 ===
+* (bug 42202) Validate options to prevent html injection
* (bug 40995) Prevent session fixation in Special:UserLogin (CVE-2012-5391)
* (bug 41400) Prevent linker regex from exceeding PCRE backtrack limit
* Javscript Lint fixes