Code

Beginnings of a big code cleanup / modernisation to make 2to3 happy
[roundup.git] / doc / announcement.txt
1 I'm proud to release version 1.4.13 of Roundup which includes a single
2 fix for a regression introduced in 1.4.12:
4 - Multilink edit fields lose their values (thanks Will Maier)
6 If you're upgrading from an older version of Roundup you *must* follow
7 the "Software Upgrade" guidelines given in the maintenance documentation.
9 Roundup requires python 2.3 or later (but not 3+) for correct operation.
11 To give Roundup a try, just download (see below), unpack and run::
13     roundup-demo
15 Release info and download page:
16      http://cheeseshop.python.org/pypi/roundup
17 Source and documentation is available at the website:
18      http://roundup.sourceforge.net/
19 Mailing lists - the place to ask questions:
20      http://sourceforge.net/mail/?group_id=31577
23 About Roundup
24 =============
26 Roundup is a simple-to-use and -install issue-tracking system with
27 command-line, web and e-mail interfaces. It is based on the winning design
28 from Ka-Ping Yee in the Software Carpentry "Track" design competition.
30 Note: Ping is not responsible for this project. The contact for this
31 project is richard@users.sourceforge.net.
33 Roundup manages a number of issues (with flexible properties such as
34 "description", "priority", and so on) and provides the ability to:
36 (a) submit new issues,
37 (b) find and edit existing issues, and
38 (c) discuss issues with other participants.
40 The system will facilitate communication among the participants by managing
41 discussions and notifying interested parties when issues are edited. One of
42 the major design goals for Roundup that it be simple to get going. Roundup
43 is therefore usable "out of the box" with any python 2.3+ (but not 3+)
44 installation. It doesn't even need to be "installed" to be operational,
45 though an install script is provided.
47 It comes with two issue tracker templates (a classic bug/feature tracker and
48 a minimal skeleton) and four database back-ends (anydbm, sqlite, mysql
49 and postgresql).