refreshLinks.php: Limit rows scanned per query in deleteLinksFromNonexistent()
[lhc/web/wiklou.git] / RELEASE-NOTES-1.25
index d5868b6..6462767 100644 (file)
@@ -410,6 +410,10 @@ changes to languages because of Bugzilla reports.
   instead just returns the Status object. Extension calling it should be aware of
   this.
 * Removed class DBObject. (unused since 1.10)
+* wfDiff() is deprecated.
+* The -m (maximum replication lag) option of refreshLinks.php was removed.
+  It had no effect since MediaWiki 1.18 and should be removed from any cron
+  jobs or similar scripts you may have set up.
 
 == Compatibility ==
 
@@ -422,7 +426,7 @@ Oracle and Microsoft SQL Server.
 
 The supported versions are:
 
-* MySQL 5.0.2 or later
+* MySQL 5.0.3 or later
 * PostgreSQL 8.3 or later
 * SQLite 3.3.7 or later
 * Oracle 9.0.1 or later