summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormglaser <glaser@hallowelt.biz>2014-07-30 20:08:40 +0200
committermglaser <glaser@hallowelt.biz>2014-07-30 20:08:40 +0200
commitf22a475783c0c7e409908e99fd724732bbaecd91 (patch)
tree5bf4e3b84089c3b4403cc21fd53bf9cc1fa8b687
parentecbe9faa3bafd001f5bb21694f0928074c7ac398 (diff)
Updated release notes and version number to MediaWiki 1.23.21.23.2
This is MediaWiki 1.23.2 security and maintenance release. Change-Id: I2430a602c13a5f64a3b10108085f16aafd0510b2
-rw-r--r--RELEASE-NOTES-1.2310
-rw-r--r--includes/DefaultSettings.php2
2 files changed, 10 insertions, 2 deletions
diff --git a/RELEASE-NOTES-1.23 b/RELEASE-NOTES-1.23
index b4b82f6ec65a..f5f145b316c8 100644
--- a/RELEASE-NOTES-1.23
+++ b/RELEASE-NOTES-1.23
@@ -7,7 +7,15 @@ This is a security and maintenance release of the MediaWiki 1.23 branch.
=== Changes since 1.23.1 ===
-* (bug 67594) Special:ActiveUsers: Fix to work with PostgreSQL
+* (bug 68187) SECURITY: Prepend jsonp callback with comment.
+* (bug 66608) SECURITY: Fix for XSS issue in bug 66608: Generate the URL used
+ for loading a new page in Javascript,instead of relying on the URL in the link
+ that has been clicked.
+* (bug 65778) SECURITY: Copy prevent-clickjacking between OutputPage and
+ ParserOutput.
+* (bug 68313) Preferences: Turn stubthreshold back into a combo box.
+* (bug 65214) Fix initSiteStats.php maintenance script.
+* (bug 67594) Special:ActiveUsers: Fix to work with PostgreSQL.
== MediaWiki 1.23.1 ==
diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php
index 3c4042e557d6..3cba933fb852 100644
--- a/includes/DefaultSettings.php
+++ b/includes/DefaultSettings.php
@@ -73,7 +73,7 @@ $wgConfigRegistry = array(
* MediaWiki version number
* @since 1.2
*/
-$wgVersion = '1.23.1';
+$wgVersion = '1.23.2';
/**
* Name of the site. It must be changed in LocalSettings.php