Code

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