comparison doc/announcement.txt @ 2422:fcb2948ebdd9 maint-0.7

pre-release stuff
author Richard Jones <richard@users.sourceforge.net>
date Wed, 09 Jun 2004 06:43:02 +0000
parents 6805cd438c37
children a7a8b5434262
comparison
equal deleted inserted replaced
2421:30aed893566b 2422:fcb2948ebdd9
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.3 is a SECURITY FIX release of Roundup. All users are encouraged 5 0.7.4 is a bug fix release, including:
6 to upgrade immediately.
7 6
8 This release also fixes a few minor bugs: 7 - re-acquire the OTK manager when we re-open the database
9 8 - mailgw handler can close the database on us
10 - add "checked" to truth values for Boolean input 9 - fixed grouping by a NULL Link value
11 - fixed import in metakit backend 10 - fixed anydbm import/export (sf bugs 965216, 964457, 964450)
12 - fix SearchAction use of Class.filter(), and clarify API docs for same 11 - fix python 2.3.3 strftime deprecation warning (sf patch 968398)
12 - fix some column datatypes in postgresql and mysql (sf bugs 962611,
13 959177 and 964231)
14 - fixed RDBMS journal packing (sf bug 959177)
15 - fixed filtering by floats in anydbm (sf bug 963584)
13 16
14 If you're upgrading from an older version of Roundup you *must* follow 17 If you're upgrading from an older version of Roundup you *must* follow
15 the "Software Upgrade" guidelines given in the maintenance documentation. 18 the "Software Upgrade" guidelines given in the maintenance documentation.
16 19
17 Roundup requires python 2.1.3 or later for correct operation. 20 Roundup requires python 2.1.3 or later for correct operation.
45 doesn't even need to be "installed" to be operational, though a 48 doesn't even need to be "installed" to be operational, though a
46 disutils-based install script is provided. 49 disutils-based install script is provided.
47 50
48 It comes with two issue tracker templates (a classic bug/feature tracker and 51 It comes with two issue tracker templates (a classic bug/feature tracker and
49 a minimal skeleton) and seven database back-ends (anydbm, bsddb, bsddb3, 52 a minimal skeleton) and seven database back-ends (anydbm, bsddb, bsddb3,
50 sqlite, metakit, mysql and postgresql). 53 sqlite, metakit, mysql and postgresql).
51 54

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