Merge "Add a header on thumb.php saying which thumb server on error."
[lhc/web/wiklou.git] / RELEASE-NOTES-1.22
index 957ee64..8b94b81 100644 (file)
@@ -232,6 +232,8 @@ production.
    for more details regarding custom functions.
 ** $wgResourceLoaderLESSImportPaths is an array of file system paths. Files
    referenced in LESS '@import' statements are looked up here first.
+* Added meta=filerepoinfo API module for getting information about foreign
+  image repositories, and related ForeignAPIRepo methods getInfo and getApiUrl.
 
 === Bug fixes in 1.22 ===
 * Disable Special:PasswordReset when $wgEnableEmail is false. Previously one
@@ -314,6 +316,8 @@ production.
 * (bug 6200) line breaks in <blockquote> are handled like they are in <div>
 * (bug 14931) Default character set now set to 'utf8' when a new MySQL
   database is created.
+* (bug 47191) Fixed "Column 'si_title' cannot be part of FULLTEXT index"
+  MySQL error when installing using the binary character set option.
 
 === API changes in 1.22 ===
 * (bug 25553) The JSON output formatter now leaves forward slashes unescaped