comparison doc/announcement.txt @ 2172:cf7941a669d6 maint-0.6

fix mail tests
author Richard Jones <richard@users.sourceforge.net>
date Thu, 01 Apr 2004 00:07:35 +0000
parents fd4763c6efae
children e481d576e8b4
comparison
equal deleted inserted replaced
2171:64f8d2747152 2172:cf7941a669d6
1 I'm pleased to announce Roundup 0.6.7, a maintenance release which fixes 1 I'm pleased to announce Roundup 0.6.8, a maintenance release which fixes
2 some bugs (most notably making the EMAIL_CHARSET config variable backwards- 2 some bugs:
3 compatible):
4 3
5 - be more backward-compatible when asking for EMAIL_CHARSET 4 - existing trackers (ie. live ones) may be used as templates for new
6 - made error on create consistent with edit when user enters invalid data 5 trackers - the TEMPLATE-INFO.txt name entry has the tracker's dir name
7 for Multilink and Link form fields (sf bug 904072) 6 appended (so the demo tracker's template name is "classic-demo")
8 - made errors from bad input in the quick "Show issue:" form more 7 - handle bad multilink input at item creation time better (sf bug 917834)
9 user-friendly (sf bug 904064) 8 - make sure email signature starts on a newline (sf bug 919759)
10 - don't add a query to a user's list if it's already there 9 - add line to rego email to help URL detection (sf bug 906247)
11 - nicer invalid property error in HTML templating 10 - look harder for text/plain in email
12 - use EMAIL_CHARSET for message body too (still sf bug 900046) 11 - fixed fallback excel writer in rcsv so it has a delimiter
12 - fixed setup.py's use of listTemplates (!)
13 - make rdbms serialise() less trusting
14 - handle Boolean values in history HTML display
13 15
14 If you're upgrading from an older version of Roundup you *must* follow 16 If you're upgrading from an older version of Roundup you *must* follow
15 the "Software Upgrade" guidelines given in the maintenance documentation. 17 the "Software Upgrade" guidelines given in the maintenance documentation.
16 18
17 Note that the Zope interface still doesn't work - it is fixed in the 0.7 19 Note that the Zope interface still doesn't work - it is fixed in the 0.7

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