diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2010-04-07 04:33:59 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2010-04-07 04:33:59 +0200 |
commit | 03e45da6f96fd9aa411e015554f559b3ee9a61da (patch) | |
tree | 4936acbffcd395763235288a09bfd5576d16d3ff /RELEASE-NOTES | |
parent | 6f5403ca6e8561c3dcd19284f86b4c3c8dd715ff (diff) |
update to MediaWiki 1.15.3
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index d041b9c3..553c1fdb 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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.3 == -March 8, 2010 +April 7, 2010 This is a security and maintenance release. @@ -20,6 +20,12 @@ 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.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 |