Add hook that could be the solution for Bug #28026 (“Enable e-mail
[lhc/web/wiklou.git] / HISTORY
diff --git a/HISTORY b/HISTORY
index 7dcd728..f2d00b4 100644 (file)
--- a/HISTORY
+++ b/HISTORY
@@ -2,6 +2,10 @@ Change notes from older releases. For current info see RELEASE-NOTES.
 
 == MediaWiki 1.17 ==
 
+=== PHP 5.2 now required ==
+Since 1.17, the lowest supported version of MediaWiki is now 5.2.3. Please
+upgrade PHP if you have not done so prior to upgrading MediaWiki.
+
 === New installer in 1.17 ===
 MediaWiki 1.17 is shipping with a completely redesigned installer to fix
 a lot of outstanding bugs, cleanup the code quality, and make it easier to
@@ -19,8 +23,6 @@ are used instead.
 === Configuration changes in 1.17 ===
 * DatabaseFunctions.php that was needed for compatibility with pre-1.3
   extensions has been removed.
-* $wgLogAutocreatedAccounts controls whether autocreation of accounts is logged
-  to new users log.
 * $wgAllowImageTag can be set to true to whitelist the <img> tag in wikitext.
 * (bug 12797) Add $wgGalleryOptions for adjusting of default gallery display
   options.
@@ -459,6 +461,7 @@ are used instead.
 * (bug 1379) Installer directory conflicts with some hosts' configuration panel.
 * (bug 12070) After Installation MySQL was blocked
 * Fix XML well-formedness on a few pages when $wgHtml5 is true (the default)
+* (bug 28568) Entries in the iwlinks table are now removed on page deletion
 
 === API changes in 1.17 ===
 * (bug 22738) Allow filtering by action type on query=logevent.