refreshLinks.php: Limit rows scanned per query in deleteLinksFromNonexistent()
[lhc/web/wiklou.git] / RELEASE-NOTES-1.25
index 1a0c0d9..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 ==