Code

Initial implementaion (half-baked) at new Tracker instance.
[roundup.git] / doc / announcement.txt
1 =================================================
2 SC-Track Roundup 0.6.1 - an issue tracking system
3 =================================================
5 I'm pleased to announce this maintenance release of Roundup. This fix
6 introduces Python2.3 compatibility. My thanks to Paul Dubois for
7 contributing the csv module compatibility layer.
9 If you're upgrading from an older version of Roundup you *must* follow
10 the "Software Upgrade" guidelines given in the maintenance documentation. 
12 Unfortunately, the Zope frontend for Roundup is currently broken. I hope to
13 revive it in a future 0.6 maintenance release.
15 Roundup requires python 2.1.3 or later for correct operation.
17 This release fixes some bugs:
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!)
33 To give Roundup a try, just download (see below), unpack and run::
35     python demo.py
37 Source and documentation is available at the website:
38      http://roundup.sourceforge.net/
39 Release Info (via download page):
40      http://sourceforge.net/projects/roundup
41 Mailing lists - the place to ask questions:
42      http://sourceforge.net/mail/?group_id=31577
45 About Roundup
46 =============
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 
50 from Ka-Ping Yee in the Software Carpentry "Track" design competition.
52 Note: Ping is not responsible for this project. The contact for this project 
53 is richard@users.sourceforge.net.
55 Roundup manages a number of issues (with flexible properties such as 
56 "description", "priority", and so on) and provides the ability to:
58 (a) submit new issues,
59 (b) find and edit existing issues, and
60 (c) discuss issues with other participants.
62 The system will facilitate communication among the participants by managing
63 discussions and notifying interested parties when issues are edited. One of
64 the major design goals for Roundup that it be simple to get going. Roundup
65 is therefore usable "out of the box" with any python 2.1+ installation. It
66 doesn't even need to be "installed" to be operational, though a
67 disutils-based install script is provided.
69 It 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).