1- =================================================
2- SC-Track Roundup 0.6.1 - an issue tracking system
3- =================================================
4-
51I'm pleased to announce this maintenance release of Roundup. This fix
62introduces Python2.3 compatibility. My thanks to Paul Dubois for
73contributing the csv module compatibility layer.
84
95If you're upgrading from an older version of Roundup you *must* follow
10- the "Software Upgrade" guidelines given in the maintenance documentation.
11-
12- Unfortunately, the Zope frontend for Roundup is currently broken. I hope to
13- revive it in a future 0.6 maintenance release.
6+ the "Software Upgrade" guidelines given in the maintenance documentation.
147
158Roundup requires python 2.1.3 or later for correct operation.
169
1710This release fixes some bugs:
1811
19- - Add note about installing cgi-bin with a different interpreter
20- - Importing wasn't setting None values explicitly when it should have been
21- - Fixed import warning regarding 0xffff0000 literal, finally, really this
22- time. Checked on win2k. (sf bug 786711)
23- - Fix CGI editCSV action to handle metakit's integer itemids
24- - Apply fix for "remove" links from Klamer Schutte
25- - Added permission check on "remove" link while I was there..
26- - Applied CSV fix for python2.3 (sf bug 790363)
27- - Fixed form padding in LHS menu (sf bug 790502)
28- - Fixed upgrading docs for timezones (sf bug 790498)
29- - Set the content type on page templates (can have XML templates now)
30- - Various cosmetic fixes (thanks James Kew for being persistent :)
31- - Applied patch 739314 (sorry John!)
32-
3312To give Roundup a try, just download (see below), unpack and run::
3413
3514 python demo.py
@@ -45,14 +24,14 @@ Mailing lists - the place to ask questions:
4524About Roundup
4625=============
4726
48- Roundup is a simple-to-use and -install issue-tracking system with
49- command-line, web and e-mail interfaces. It is based on the winning design
27+ Roundup is a simple-to-use and -install issue-tracking system with
28+ command-line, web and e-mail interfaces. It is based on the winning design
5029from Ka-Ping Yee in the Software Carpentry "Track" design competition.
5130
52- Note: Ping is not responsible for this project. The contact for this project
53- 31+ Note: Ping is not responsible for this project. The contact for this
32+ 5433
55- Roundup manages a number of issues (with flexible properties such as
34+ Roundup manages a number of issues (with flexible properties such as
5635"description", "priority", and so on) and provides the ability to:
5736
5837(a) submit new issues,
@@ -67,6 +46,6 @@ doesn't even need to be "installed" to be operational, though a
6746disutils-based install script is provided.
6847
6948It comes with two issue tracker templates (a classic bug/feature tracker and
70- a minimal skeleton) and six database back-ends (anydbm, bsddb, bsddb3, sqlite ,
71- metakit and mysql ).
49+ a minimal skeleton) and seven database back-ends (anydbm, bsddb, bsddb3,
50+ sqlite, metakit, mysql and postgresql ).
7251
0 commit comments