]> scripts.mit.edu Git - autoinstallsdev/mediawiki.git/blobdiff - RELEASE-NOTES
MediaWiki 1.15.5
[autoinstallsdev/mediawiki.git] / RELEASE-NOTES
index d041b9c3e493184931bc866c066ec24946026a2a..4e5effb20cf2d1b297cb5ef82790e98f12fcf512 100644 (file)
@@ -3,9 +3,9 @@
 Security reminder: MediaWiki does not require PHP's register_globals
 setting since version 1.2.0. If you have it on, turn it *off* if you can.
 
-== MediaWiki 1.15.2 ==
+== MediaWiki 1.15.5 ==
 
-March 8, 2010
+2010-07-28
 
 This is a security and maintenance release.
 
@@ -20,6 +20,35 @@ will be made on the development trunk and appear in the next quarterly release.
 Those wishing to use the latest code instead of a branch release can obtain
 it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 
+== Changes since 1.15.4 ==
+
+* (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 
+  headers to be sent.
+* Fixed an XSS vulnerability in profileinfo.php for installations with 
+  $wgEnableProfileInfo = true (false by default)
+* For backwards compatibility with extensions from 1.14.x or before, restored 
+  the original function ApiMain::requestWriteMode(). 
+* In API login "need token" responses, added the cookieprefix and sessionid 
+  fields, as in MediaWiki 1.16.x. This is an improvement to the CSRF fix 
+  introduced in 1.15.3.
+
+== Changes since 1.15.3 ==
+
+* (bug 23534) Fixed SQL query error in API list=allusers.
+* (bug 23371) Fixed CSRF vulnerability in "e-mail me my password", "create 
+  account" and "create by e-mail" features of [[Special:Userlogin]]
+* (bug 23687) Fixed XSS vulnerability affecting IE clients only, due to a CSS 
+  validation issue.
+
+=== Changes since 1.15.2 ===
+
+* (bug 22828) Fixed deletion on SQLite.
+* (bug 23076) Fixed login CSRF vulnerability. Logins now require a token to 
+  be submitted along with the user name and password.
+
 === Changes since 1.15.1 ===
 
 * The installer now includes a check for a data corruption issue with certain