@@ -2,22 +2,11 @@ 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.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)
5+ 0.7.11 is a bug fix release:
6+
7+ - index args URL generation broken in .10 (sf bug 1096027)
8+ - handle NotModified for non-static files (sf patch 1095790)
9+ - fix permission lookup in query editing
2110
2211If you're upgrading from an older version of Roundup you *must* follow
2312the "Software Upgrade" guidelines given in the maintenance documentation.
0 commit comments