From: Tim Starling Date: Fri, 20 Apr 2007 12:49:54 +0000 (+0000) Subject: A couple of missing entries X-Git-Tag: 1.31.0-rc.0~53334 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=d56c0a4075f4c6b19b70d96b4dc556ea4cb55288;p=lhc%2Fweb%2Fwiklou.git A couple of missing entries --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 8c8fe1500c..8bd3fcc2b7 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -119,6 +119,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN * Introduce 'mywatchlist' message; used on personal menu to link to watchlist page * Introduce magic word {{NUMBEROFEDITS}} * Introduced media handlers for file-type specific operations. +* Improved error reporting for image thumbnailing +* Added sharpening option for ImageMagick thumbnailing == Bugfixes since 1.9 == @@ -330,7 +332,11 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN instead of sending the user to the main page like they used to * Fix object variable used for displaying "not-patrolled" CSS class on list * Fixed interaction of page parameter to ImagePage with the HTML file cache -* +* Fixed MIME type for SVG files, will be silently changed from image/svg + to image/svg+xml after loading from the database. +* Workaround for djvutoxml bug #1704049 (poor performance). Use djvudump + instead. +* Fixed odd behaviour in ImagePage on DjVu thumbnailing errors == Maintenance ==