Code

additional fix to handle Unauthorised in file serving
[roundup.git] / doc / announcement.txt
index 0326bbf2b61a07f5d4d2a2ad5823a72c82c5c7b2..2b12502700eabb17d0453a2d6149a2e640dc9ff6 100644 (file)
@@ -7,16 +7,22 @@ fixes:
 - EditCSV and ExportCSV altered to include permission checks
 - HTTP POST required on actions which alter data
 - HTML file uploads served as application/octet-stream
+- Handle Unauthorised in file serving correctly
 - New item action reject creation of new users
 - Item retirement was not being controlled
 - 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
+- Various other small bug fixes, robustification and optimisation
+
+Though some new features made it in also:
+
 - 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
+- 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.
 
 If you're upgrading from an older version of Roundup you *must* follow
 the "Software Upgrade" guidelines given in the maintenance documentation.