comparison doc/announcement.txt @ 3054:ea3a7a9551da maint-0.7

fix to fix
author Richard Jones <richard@users.sourceforge.net>
date Tue, 04 Jan 2005 03:26:24 +0000
parents 0ba4b685fe82
children 2deccd0fe4c9
comparison
equal deleted inserted replaced
3051:ef9f9c8b949c 3054:ea3a7a9551da
1 Roundup is a simple-to-use and -install issue-tracking system with 1 Roundup is a simple-to-use and -install issue-tracking system with
2 command-line, web and e-mail interfaces. It is based on the winning design 2 command-line, web and e-mail interfaces. It is based on the winning design
3 from Ka-Ping Yee in the Software Carpentry "Track" design competition. 3 from Ka-Ping Yee in the Software Carpentry "Track" design competition.
4 4
5 0.7.9 is a bug fix release (with one feature cleaning up an API 5 0.7.10 is a bug fix release:
6 inconsistency):
7 6
8 - DateHTMLProperty.field() accepts format string (thanks Wil Cooley) 7 - reset ID counters if the database is cleared (thanks William)
9 - popup listing uses filter args (thanks Marlon van den Berg) 8 - apply IE caching "fix" to automatically serve up all pages expired
10 - fixed editing of message contents 9 - fix typo (sf patch 1076629)
11 - loosened the detection of issue cross-references in messages 10 - fix hyperlinking of items (sf bug 1080251)
12 - open CSV files in "universal newline" mode 11 - fix roundup-admin find command handling of Multilinks
13 - s/Modifed/Modified (thanks donfu) 12 - fix some security assertions (sf bug 1085481) (see doc/upgrading.txt for
14 - applied patch fixing some form handling issues in ZRoundup (thanks Chris 13 notes)
15 Withers) 14 - don't set the title to nothing from incoming mail (thanks Bruce Guenter)
16 - enforce View Permission when serving file content (sf bug 1050470) 15 - fix py2.4 strftime() API change bug (sf bug 1087746)
17 - don't index common words (sf bug 1046612) 16 - fix indexer searching with no valid words (sf bug 1086787)
18 - set the current username correctly after rego (sf bug 1048398) 17 - updated searching / indexing docs
19 - don't wrap query.item.html in a <span> (thanks Roch'e Compaan) 18 - fix "(list)" popup when list is one item long (sf bug 1064716)
20 - TAL expressions like 'request/show/whatever' return True 19 - have RDBMS full-text indexer do AND searching (sf bug 1055435)
21 if the request does not contain explicit @columns list 20 - handle spaces in String index params in batching (sf bug 1054224)
22 - NumberHTMLProperty should return '' not "None" if not set (thanks
23 William)
24 - ensure multilink ordering in RDBMS backends (thanks Marcus Priesch, sf
25 bug 950963)
26 - always honor indexme property on Strings (sf patch 1063711)
27 - make hyperdb value parsing errors readable in mailgw errors
28 - make anydbm journal export handle removed properties
29 - allow use of XML templates again
30 21
31 If you're upgrading from an older version of Roundup you *must* follow 22 If you're upgrading from an older version of Roundup you *must* follow
32 the "Software Upgrade" guidelines given in the maintenance documentation. 23 the "Software Upgrade" guidelines given in the maintenance documentation.
33 24
34 Roundup requires python 2.1.3 or later for correct operation. 25 Roundup requires python 2.1.3 or later for correct operation.

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