@@ -2,31 +2,22 @@ Roundup is a simple-to-use and -install issue-tracking system with
22command-line, web and e-mail interfaces. It is based on the winning design
33from Ka-Ping Yee in the Software Carpentry "Track" design competition.
44
5- 0.7.9 is a bug fix release (with one feature cleaning up an API
6- inconsistency):
7-
8- - DateHTMLProperty.field() accepts format string (thanks Wil Cooley)
9- - popup listing uses filter args (thanks Marlon van den Berg)
10- - fixed editing of message contents
11- - loosened the detection of issue cross-references in messages
12- - open CSV files in "universal newline" mode
13- - s/Modifed/Modified (thanks donfu)
14- - applied patch fixing some form handling issues in ZRoundup (thanks Chris
15- Withers)
16- - enforce View Permission when serving file content (sf bug 1050470)
17- - don't index common words (sf bug 1046612)
18- - set the current username correctly after rego (sf bug 1048398)
19- - don't wrap query.item.html in a <span> (thanks Roch'e Compaan)
20- - TAL expressions like 'request/show/whatever' return True
21- if the request does not contain explicit @columns list
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
5+ 0.7.10 is a bug fix release:
6+
7+ - reset ID counters if the database is cleared (thanks William)
8+ - apply IE caching "fix" to automatically serve up all pages expired
9+ - fix typo (sf patch 1076629)
10+ - fix hyperlinking of items (sf bug 1080251)
11+ - fix roundup-admin find command handling of Multilinks
12+ - fix some security assertions (sf bug 1085481) (see doc/upgrading.txt for
13+ notes)
14+ - don't set the title to nothing from incoming mail (thanks Bruce Guenter)
15+ - fix py2.4 strftime() API change bug (sf bug 1087746)
16+ - fix indexer searching with no valid words (sf bug 1086787)
17+ - updated searching / indexing docs
18+ - fix "(list)" popup when list is one item long (sf bug 1064716)
19+ - have RDBMS full-text indexer do AND searching (sf bug 1055435)
20+ - handle spaces in String index params in batching (sf bug 1054224)
3021
3122If you're upgrading from an older version of Roundup you *must* follow
3223the "Software Upgrade" guidelines given in the maintenance documentation.
0 commit comments