summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES24
1 files changed, 24 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 95172e56..a2bc56c5 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -3,6 +3,30 @@
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.10.1 ==
+
+July 13, 2007
+
+This is a bugfix update to the Spring 2007 quarterly release snapshot.
+A number of fixes to improve compatibility with PostgreSQL, some versions
+of MySQL, and some PHP configurations are included.
+
+Changes since 1.10.0:
+
+* (bug 9417) Uploading new versions of images when using Postgres no longer
+ throws warnings.
+* (bug 9908) Using tsearch2 with Postgres 8.1 no longer gives an error.
+* (bug 9973) Changed size was shown in advanced recentchanges collapsible items
+ with $wgRCShowChangedSized = false.
+* Fixed installation on MyISAM or old InnoDB with charset=utf8, was giving
+ overlong key errors.
+* Fixed zero-padding issues with MySQL 5 binary schema
+* (bug 9820) session.save_path check no longer halts installation, but
+ warns of possible bad values
+* (bug 9978) Fixed session.save_path validation when using extended
+ configuration format, e.g. "5;/tmp"
+
+
== MediaWiki 1.10.0 ==
May 9, 2007