summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Starling <tstarling@users.mediawiki.org>2009-02-07 02:54:07 +0000
committerTim Starling <tstarling@users.mediawiki.org>2009-02-07 02:54:07 +0000
commit3512ac484b06024f3baddf73e9d50eb2f5806d22 (patch)
treee6625d7d952cddd5e785d513b6a410acd77be672
parentea6fa7e36a58dfe1a1ad5e8b1370ec5a0162e2ed (diff)
Updates for release1.14.0rc1
Notes
http://mediawiki.org/wiki/Special:Code/MediaWiki/46957
-rw-r--r--RELEASE-NOTES8
1 files changed, 6 insertions, 2 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index f287693de8d9..c711504b63a3 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.14 ==
+== MediaWiki 1.14.0rc1 ==
-February 5, 2009
+February 7, 2009
This is a release candidate for the 2009 Q1 branch of MediaWiki.
@@ -478,6 +478,10 @@ The following extensions are migrated into MediaWiki 1.14:
* (bug 16123) Fixed Special:Import on SQLite.
* (bug 16937) Show appropriate error message for attempted installs on
PostgreSQL 7.3 or earlier.
+* Disabled SQLite support in the installer.
+* Fixed XSS vulnerabilities in the web-based installer.
+* Added a meta robots tag to the installer to prevent indexing of potentially
+ sensitive configuration data.
=== API changes in 1.14 ===