Code

Separate and clarify Features and Fixes for 1.4.7 release.
authorstefan <stefan@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 13 Mar 2009 06:12:54 +0000 (06:12 +0000)
committerstefan <stefan@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 13 Mar 2009 06:12:54 +0000 (06:12 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4199 57a73879-2fb5-44c3-a270-3262357dd7e2

CHANGES.txt

index 383682aa4c69992e694c2e87bf6cd1005c5b83c7..a221786103c8c6e569b3888b39452f5145d5252f 100644 (file)
@@ -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