summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormglaser <glaser@hallowelt.biz>2014-06-25 22:22:29 +0200
committermglaser <glaser@hallowelt.biz>2014-06-25 22:22:29 +0200
commitd6cd076c9f9ea904cffeb8433a1309216d237f02 (patch)
tree25a434dab2328e7239e5c58aacb9b497881c6850
parentaadf2df212c2f3eace15d7b960e79d51ff08c8ce (diff)
Updated release notes and version number to 1.23.11.23.1
This is MediaWiki 1.23.1 security and maintenance release. Change-Id: I66d92d53262f54699c8d4c43434481eb328d8e18
-rw-r--r--RELEASE-NOTES-1.2314
-rw-r--r--includes/DefaultSettings.php2
2 files changed, 15 insertions, 1 deletions
diff --git a/RELEASE-NOTES-1.23 b/RELEASE-NOTES-1.23
index b745caa97571..15bd4f58a0e3 100644
--- a/RELEASE-NOTES-1.23
+++ b/RELEASE-NOTES-1.23
@@ -1,6 +1,20 @@
Security reminder: MediaWiki does not require PHP's register_globals. If you
have it on, turn it '''off''' if you can.
+== MediaWiki 1.23.1 ==
+
+This is a security and maintenance release of the MediaWiki 1.23 branch.
+
+=== Changes since 1.23.0 ===
+
+* (bug 65839) SECURITY: Prevent external resources in SVG files.
+* (bug 67025) Special:Watchlist: Don't try to render empty row.
+* (bug 66922) Don't allow some E_NOTICE messages to end up in the LocalSettings.php.
+* (bug 66467) FileBackend: Avoid using popen() when "parallelize" is disabled.
+* (bug 66428) MimeMagic: Don't seek before BOF. This has weird side effects
+ like only extracting the tail of the file partially or not at all.
+* (bug 66182) Removed -x flag on some php files.
+
== MediaWiki 1.23 ==
MediaWiki 1.23.0 is the stable branch and is recommended for use in production.
diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php
index 74ec4f8f1ebb..3c4042e557d6 100644
--- a/includes/DefaultSettings.php
+++ b/includes/DefaultSettings.php
@@ -73,7 +73,7 @@ $wgConfigRegistry = array(
* MediaWiki version number
* @since 1.2
*/
-$wgVersion = '1.23.0';
+$wgVersion = '1.23.1';
/**
* Name of the site. It must be changed in LocalSettings.php