comparison doc/announcement.txt @ 4104:d8c2d214d688

do all the pre-release stuff... ...including full test suite run (and trivially fix failing tests)
author Richard Jones <richard@users.sourceforge.net>
date Fri, 13 Mar 2009 05:20:30 +0000
parents 5bf05d2b3cf8
children 435cce827b40
comparison
equal deleted inserted replaced
4103:5b43a351fccd 4104:d8c2d214d688
1 I'm proud to release version 1.4.6 of Roundup. 1 I'm proud to release version 1.4.7 of Roundup.
2 2
3 1.4.6 is a bugfix release: 3 1.4.7 is primarily a bugfix release which contains important security
4 fixes:
4 5
5 - Fix bug introduced in 1.4.5 in RDBMS full-text indexing 6 - a number of security issues were discovered by Daniel Diniz
6 - Make URL matching code less matchy 7 - EditCSV and ExportCSV altered to include permission checks
8 - HTTP POST required on actions which alter data
9 - HTML file uploads served as application/octet-stream
10 - New item action reject creation of new users
11 - Item retirement was not being controlled
12 - Roundup is now compatible with Python 2.6
13 - Improved French and German translations
14 - Improve consistency of item sorting in HTML interface
15 - Support sendfile() in mod_python for better file transfer
16 - Provide a "no selection" option in web interface selection widgets
17 - Debug logging now uses the logging module rather than print
18 - Enable XML-RPC through regular web interface
19 - Various other small bug fixes, robustification and optimisation
7 20
8 If you're upgrading from an older version of Roundup you *must* follow 21 If you're upgrading from an older version of Roundup you *must* follow
9 the "Software Upgrade" guidelines given in the maintenance documentation. 22 the "Software Upgrade" guidelines given in the maintenance documentation.
10 23
11 Roundup requires python 2.3 or later for correct operation. 24 Roundup requires python 2.3 or later for correct operation.

Roundup Issue Tracker: http://roundup-tracker.org/