Code

tweaks to make un-quoted-printable-aware readers bitch and moan to me less
[roundup.git] / doc / announcement.txt
1 I'm pleased to announce this maintenance release of Roundup. This fix
2 introduces Python2.3 compatibility. My thanks to Paul Dubois for
3 contributing the csv module compatibility layer.
5 If you're upgrading from an older version of Roundup you *must* follow
6 the "Software Upgrade" guidelines given in the maintenance documentation.
8 Roundup requires python 2.1.3 or later for correct operation.
10 This release fixes some bugs:
12 To give Roundup a try, just download (see below), unpack and run::
14     python demo.py
16 Source and documentation is available at the website:
17      http://roundup.sourceforge.net/
18 Release Info (via download page):
19      http://sourceforge.net/projects/roundup
20 Mailing lists - the place to ask questions:
21      http://sourceforge.net/mail/?group_id=31577
24 About Roundup
25 =============
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
29 from Ka-Ping Yee in the Software Carpentry "Track" design competition.
31 Note: Ping is not responsible for this project. The contact for this
32 project is richard@users.sourceforge.net.
34 Roundup manages a number of issues (with flexible properties such as
35 "description", "priority", and so on) and provides the ability to:
37 (a) submit new issues,
38 (b) find and edit existing issues, and
39 (c) discuss issues with other participants.
41 The system will facilitate communication among the participants by managing
42 discussions and notifying interested parties when issues are edited. One of
43 the major design goals for Roundup that it be simple to get going. Roundup
44 is therefore usable "out of the box" with any python 2.1+ installation. It
45 doesn't even need to be "installed" to be operational, though a
46 disutils-based install script is provided.
48 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,
50 sqlite, metakit, mysql and postgresql).