summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Starling <tstarling@users.mediawiki.org>2010-07-28 07:12:30 +0000
committerTim Starling <tstarling@users.mediawiki.org>2010-07-28 07:12:30 +0000
commita5aca8185671e85e21754d333c11fcccdea02934 (patch)
treeeaf352a4d644eaedad21b2166e26e0885b79234d
parent01322b618e7ec6a3c36dd7c03fc8b54e6c923674 (diff)
Updates for release of 1.15.51.15.5
Notes
http://mediawiki.org/wiki/Special:Code/MediaWiki/70070
-rw-r--r--RELEASE-NOTES4
-rw-r--r--includes/DefaultSettings.php2
2 files changed, 4 insertions, 2 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index dd20bf21f017..4e5effb20cf2 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -5,6 +5,8 @@ setting since version 1.2.0. If you have it on, turn it *off* if you can.
== MediaWiki 1.15.5 ==
+2010-07-28
+
This is a security and maintenance release.
MediaWiki is now using a "continuous integration" development model with
@@ -20,7 +22,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
== Changes since 1.15.4 ==
-* (bug xxxxx) Fixed Cache-Control headers sent from API modules, to protect
+* (bug 24565) Fixed Cache-Control headers sent from API modules, to protect
user privacy in the case where an attacker can access the wiki through the
same HTTP proxy as a logged-in user.
* Fixed a minor cookie header parsing issue causing incorrect Cache-Control
diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php
index 87471fceaf80..506f7f896ba9 100644
--- a/includes/DefaultSettings.php
+++ b/includes/DefaultSettings.php
@@ -33,7 +33,7 @@ if ( !defined( 'MW_PHP4' ) ) {
}
/** MediaWiki version number */
-$wgVersion = '1.15.4';
+$wgVersion = '1.15.5';
/** Name of the site. It must be changed in LocalSettings.php */
$wgSitename = 'MediaWiki';