comparison doc/announcement.txt @ 3938:083e280165a8

Pre-release stuff
author Richard Jones <richard@users.sourceforge.net>
date Sat, 03 Nov 2007 00:56:52 +0000
parents 4299abf32e16
children 553a27b25012
comparison
equal deleted inserted replaced
3937:3c3077582c16 3938:083e280165a8
1 I'm proud to release version 1.3.3 of Roundup. 1 I'm proud to release version 1.4.0 of Roundup.
2 2
3 Fixed in 1.3.3: 3 The metakit backend has been removed due to lack of maintenance and
4 presence of good alternatives (in particular sqlite built into Python 2.5)
4 5
5 - If-Modified-Since handling was broken 6 New Features in 1.4.0:
6 - Updated documentation for customising hard-coded searches in page.html
7 - Updated Windows installation docs (thanks Bo Berglund)
8 - Handle rounding of seconds generating invalid date values
9 - Handle 8-bit untranslateable messages from database properties
10 - Fix scripts/roundup-reminder date calculation (sf bug 1649979)
11 - Improved due_date and timelog customisation docs (sf bug 1625124)
12 7
13 New Features in 1.3.0: 8 - Roundup has a new xmlrpc frontend that gives access to a tracker using
9 XMLRPC.
10 - Dates can now be in the year-range 1-9999
11 - Add simple anti-spam recipe to docs
12 - Allow customisation of regular expressions used in email parsing, thanks
13 Bruno Damour
14 - Italian translation by Marco Ghidinelli
15 - Multilinks take any iterable
16 - config option: specify port and local hostname for SMTP connections
17 - Tracker index templating (i.e. when roundup_server is serving multiple
18 trackers) (sf bug 1058020)
19 - config option: Limit nosy attachments based on size (Philipp Gortan)
20 - roundup_server supports SSL via pyopenssl
21 - templatable 404 not found messages (sf bug 1403287)
22 - Unauthorized email includes a link to the registration page for
23 the tracker
24 - config options: control whether author info/email is included in email
25 sent by roundup
26 - support for receiving OpenPGP MIME messages (signed or encrypted)
14 27
15 - WSGI support via roundup.cgi.wsgi_handler 28 There's also a ton of bugfixes.
16 29
17 If you're upgrading from an older version of Roundup you *must* follow 30 If you're upgrading from an older version of Roundup you *must* follow
18 the "Software Upgrade" guidelines given in the maintenance documentation. 31 the "Software Upgrade" guidelines given in the maintenance documentation.
19 32
20 Roundup requires python 2.3 or later for correct operation. 33 Roundup requires python 2.3 or later for correct operation.

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