From: stefan Date: Fri, 13 Mar 2009 06:12:54 +0000 (+0000) Subject: Separate and clarify Features and Fixes for 1.4.7 release. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=3c9d7c315ac02ada42bd87c314137a2d331cc30d;p=roundup.git Separate and clarify Features and Fixes for 1.4.7 release. git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4199 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/CHANGES.txt b/CHANGES.txt index 383682a..a221786 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -3,6 +3,14 @@ are given with the most recent entry first. 2009-03-13 1.4.7 (r4197) +Features: +- Provide a "no selection" option in web interface selection widgets +- Debug logging now uses the logging module rather than print +- Allow CGI frontend to serve XMLRPC requests. +- Added XMLRPC actions, as well as bridging CGI actions to XMLRPC actions. +- Optimized large file serving via mod_python / sendfile(). +- Support resuming downloads for (large) files. + Fixes: - a number of security issues were discovered by Daniel Diniz - EditCSV and ExportCSV altered to include permission checks @@ -13,10 +21,6 @@ Fixes: - Roundup is now compatible with Python 2.6 - Improved French and German translations - Improve consistency of item sorting in HTML interface -- Support sendfile() in mod_python for better file transfer -- Provide a "no selection" option in web interface selection widgets -- Debug logging now uses the logging module rather than print -- Enable XML-RPC through regular web interface - Various other small bug fixes, robustification and optimisation