comparison doc/announcement.txt @ 2596:070e7989d801 maint-0.7

stuff
author Richard Jones <richard@users.sourceforge.net>
date Tue, 20 Jul 2004 04:49:10 +0000
parents 00f3eec8ef9a
children b3ea6bad36b7
comparison
equal deleted inserted replaced
2595:7b2ea468381a 2596:070e7989d801
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.5 is a bug fix release, including: 5 0.7.6 is a bug fix release, including:
6 6
7 - force lookup of journal props in anydbm filtering 7 - rdbms backend full text search failure after import (sf bug 980314)
8 - fixed lookup of "missing" Link values for new props in anydbm backend 8 - rdbms backends not filtering correctly on link=None
9 - allow list of values for id, Number and Boolean filtering in anydbm 9 - fix anydbm journal import (sf bug 983166)
10 backend 10 - handle postgresql bug in SQL generation (sf bug 984591)
11 - fixed some more mysql 0.6->0.7 upgrade bugs (sf bug 950410) 11 - fix dates-from-Dates (sf bug 984604)
12 - fixed Boolean values in postgresql (sf bugs 972546 and 972600) 12 - fix messageid generated when msgid is None for send_message (sf bug 987933)
13 - fixed -g arg to roundup-server (sf bug 973946) 13 - make user permissions check more sane (fix search page for anonymous)
14 - better roundup-server usage string (sf bug 973352) 14 - fixed RDBMS filter() for no matches from full-text search (sf bug 990778)
15 - include "context" always, as documented (sf bug 965447) 15 - fixed DateHTMLProperty for invalid date entry (sf bug 986538)
16 - fixed REMOTE_USER (external HTTP Basic auth) (sf bug 977309) 16 - fixed external password source example (sf bug 986601)
17 - fixed roundup-admin "find" to use better value parsing 17 - document the STATIC_FILES config var
18 - fixed RDBMS Class.find() to handle None value in multiple find 18 - implement the HTTP HEAD command (sf bug 992544)
19 - export now stores file "content" in separate files in export directory
20 19
21 If you're upgrading from an older version of Roundup you *must* follow 20 If you're upgrading from an older version of Roundup you *must* follow
22 the "Software Upgrade" guidelines given in the maintenance documentation. 21 the "Software Upgrade" guidelines given in the maintenance documentation.
23 22
24 Roundup requires python 2.1.3 or later for correct operation. 23 Roundup requires python 2.1.3 or later for correct operation.

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