summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcsteipp <csteipp@wikimedia.org>2015-08-10 13:23:01 -0700
committerChad Horohoe <chadh@wikimedia.org>2015-08-10 22:05:13 +0000
commitf834e8cab31e40c6289bbc5e5706e181617caebc (patch)
treec9d5dbe7c1a7d87211e9cea144778b6582518ac8
parent68d3211f2ce83e4ec55603af800a974bfdf24da0 (diff)
Update Releasenotes and version number for 1.23.101.23.10
Change-Id: Ibcb5605e99cbabbe4159b1131610cc8e9ab5e38f
-rw-r--r--RELEASE-NOTES-1.234
-rw-r--r--includes/DefaultSettings.php2
2 files changed, 5 insertions, 1 deletions
diff --git a/RELEASE-NOTES-1.23 b/RELEASE-NOTES-1.23
index 687e75d98d77..867d5443c8cc 100644
--- a/RELEASE-NOTES-1.23
+++ b/RELEASE-NOTES-1.23
@@ -7,6 +7,10 @@ This is a security and maintenance release of the MediaWiki 1.23 branch.
== Changes since 1.23.9 ==
+* (T94116) SECURITY: Compare API watchlist token in constant time
+* (T97391) SECURITY: Escape error message strings in thumb.php
+* (T106893) SECURITY: Don't leak autoblocked IP addresses on
+ Special:DeletedContributions
* (bug 67644) Make AutoLoaderTest handle namespaces
* (T91653) Minimal PSR-3 debug logger to support backports from 1.25+.
* (T102562) Fix InstantCommons parameters to handle the new HTTPS-only
diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php
index 62ea811181b4..e0ab60acd42f 100644
--- a/includes/DefaultSettings.php
+++ b/includes/DefaultSettings.php
@@ -73,7 +73,7 @@ $wgConfigRegistry = array(
* MediaWiki version number
* @since 1.2
*/
-$wgVersion = '1.23.9';
+$wgVersion = '1.23.10';
/**
* Name of the site. It must be changed in LocalSettings.php