comparison doc/announcement.txt @ 4492:5d43b2a5eb69

test that announcement.txt is pure ASCII... ...required at least up to python2.5 by distutils. (Note tht doc/announcement.txt is the *old* announcement from the last release, I've changed it so that setup.py will work for now and to illustrate what needed to be changed).
author Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net>
date Wed, 20 Apr 2011 13:12:53 +0000
parents 528ace81fd16
children 41ea7d838c82
comparison
equal deleted inserted replaced
4491:357c6079c73b 4492:5d43b2a5eb69
20 20
21 Fixed: 21 Fixed:
22 22
23 - fixed reporting of source missing warnings 23 - fixed reporting of source missing warnings
24 - relevant tests made locale independent, issue2550660 (thanks 24 - relevant tests made locale independent, issue2550660 (thanks
25 Benni Bärmann for reporting). 25 Benni Baermann for reporting).
26 - fix for incorrect except: syntax, issue2550661 (thanks Jakub Wilk) 26 - fix for incorrect except: syntax, issue2550661 (thanks Jakub Wilk)
27 - No longer use the root logger, use a logger with prefix "roundup", 27 - No longer use the root logger, use a logger with prefix "roundup",
28 see http://thread.gmane.org/gmane.comp.bug-tracking.roundup.devel/5356 28 see http://thread.gmane.org/gmane.comp.bug-tracking.roundup.devel/5356
29 - improve handling of '&gt;' when URLs are converted to links, issue2550664 29 - improve handling of '&gt;' when URLs are converted to links, issue2550664
30 (thanks Ezio Melotti) 30 (thanks Ezio Melotti)
36 - Fix handling of incoming message/rfc822 attachments. These resulted in 36 - Fix handling of incoming message/rfc822 attachments. These resulted in
37 a weird mail usage error because the email module threw a TypeError 37 a weird mail usage error because the email module threw a TypeError
38 which roundup interprets as a Reject exception. Fixes issue2550667. 38 which roundup interprets as a Reject exception. Fixes issue2550667.
39 Added regression tests for message/rfc822 attachments with and without 39 Added regression tests for message/rfc822 attachments with and without
40 configured unpacking (mailgw unpack_rfc822, see Features above) 40 configured unpacking (mailgw unpack_rfc822, see Features above)
41 Thanks to Benni Bärmann for reporting. 41 Thanks to Benni Baermann for reporting.
42 - Allow search_popup macro to work with all db classes, issue2550567 42 - Allow search_popup macro to work with all db classes, issue2550567
43 (thanks John Kristensen) 43 (thanks John Kristensen)
44 - lower memory footprint for (journal-) import 44 - lower memory footprint for (journal-) import
45 45
46 If you're upgrading from an older version of Roundup you *must* follow 46 If you're upgrading from an older version of Roundup you *must* follow

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