Code

fix
[roundup.git] / doc / announcement.txt
1 I'm proud to release version 1.4.15 of Roundup which mostly fixes some
2 regressions in the last release:
4 Fixed:
5 - A bunch of regressions were introduced in the last release making Roundup
6   no longer work in Python releases prior to 2.6
7 - make URL detection a little smarter about brackets per issue2550657
8   (thanks Ezio Melotti)
10 If you're upgrading from an older version of Roundup you *must* follow
11 the "Software Upgrade" guidelines given in the maintenance documentation.
13 Roundup requires python 2.3 or later (but not 3+) for correct operation.
15 To give Roundup a try, just download (see below), unpack and run::
17     roundup-demo
19 Release info and download page:
20      http://cheeseshop.python.org/pypi/roundup
21 Source and documentation is available at the website:
22      http://roundup.sourceforge.net/
23 Mailing lists - the place to ask questions:
24      http://sourceforge.net/mail/?group_id=31577
27 About Roundup
28 =============
30 Roundup is a simple-to-use and -install issue-tracking system with
31 command-line, web and e-mail interfaces. It is based on the winning design
32 from Ka-Ping Yee in the Software Carpentry "Track" design competition.
34 Note: Ping is not responsible for this project. The contact for this
35 project is richard@users.sourceforge.net.
37 Roundup manages a number of issues (with flexible properties such as
38 "description", "priority", and so on) and provides the ability to:
40 (a) submit new issues,
41 (b) find and edit existing issues, and
42 (c) discuss issues with other participants.
44 The system will facilitate communication among the participants by managing
45 discussions and notifying interested parties when issues are edited. One of
46 the major design goals for Roundup that it be simple to get going. Roundup
47 is therefore usable "out of the box" with any python 2.3+ (but not 3+)
48 installation. It doesn't even need to be "installed" to be operational,
49 though an install script is provided.
51 It comes with two issue tracker templates (a classic bug/feature tracker and
52 a minimal skeleton) and four database back-ends (anydbm, sqlite, mysql
53 and postgresql).