summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcsteipp <csteipp@wikimedia.org>2013-11-14 10:43:59 -0800
committercsteipp <csteipp@wikimedia.org>2013-11-14 13:34:27 -0800
commit54f711293bc06dd0f13efe0b2d017bca50082377 (patch)
tree19a6c8653b6e47a3327f6258d4c3a0609a9760b7
parentb12b14608fbed6f2bfe782cd158c40f2c31db8d4 (diff)
Update Releasenotes and version number for 1.21.31.21.3
Change-Id: Id1c0f85d461f13e32d84fb0a18b18f552323dda6
-rw-r--r--RELEASE-NOTES-1.2112
-rw-r--r--includes/DefaultSettings.php2
2 files changed, 13 insertions, 1 deletions
diff --git a/RELEASE-NOTES-1.21 b/RELEASE-NOTES-1.21
index 4e08480f7b73..c0c956c65da7 100644
--- a/RELEASE-NOTES-1.21
+++ b/RELEASE-NOTES-1.21
@@ -3,6 +3,18 @@
Security reminder: MediaWiki does not require PHP's register_globals. If you
have it on, turn it '''off''' if you can.
+== MediaWiki 1.21.3 ==
+
+This is a security adn maintenance release of the MediaWiki 1.21 branch.
+
+=== Changes since 1.21.2 ===
+
+* (bug 53032) SECURITY: Don't cache when a call could autocreate
+* (bug 55332) SECURITY: Improve css javascript detection
+* (bug 49717) Fix behaviour $wgVerifyMimeType = false; in Upload
+* Fix comma errors in various js files
+* Translations
+
== MediaWiki 1.21.2 ==
This is a security adn maintenance release of the MediaWiki 1.21 branch.
diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php
index 0e493eb00ae6..a56ef8491bb1 100644
--- a/includes/DefaultSettings.php
+++ b/includes/DefaultSettings.php
@@ -63,7 +63,7 @@ $wgConf = new SiteConfiguration;
* MediaWiki version number
* @since 1.2
*/
-$wgVersion = '1.21.2';
+$wgVersion = '1.21.3';
/**
* Name of the site. It must be changed in LocalSettings.php