Code

svn repository setup
[roundup.git] / doc / announcement.txt
1 I'm proud to release version 1.4.6 of Roundup.
3 1.4.6 is a bugfix release:
5 - Fix bug introduced in 1.4.5 in RDBMS full-text indexing
6 - Make URL matching code less matchy
8 If you're upgrading from an older version of Roundup you *must* follow
9 the "Software Upgrade" guidelines given in the maintenance documentation.
11 Roundup requires python 2.3 or later for correct operation.
13 To give Roundup a try, just download (see below), unpack and run::
15     roundup-demo
17 Release info and download page:
18      http://cheeseshop.python.org/pypi/roundup
19 Source and documentation is available at the website:
20      http://roundup.sourceforge.net/
21 Mailing lists - the place to ask questions:
22      http://sourceforge.net/mail/?group_id=31577
25 About Roundup
26 =============
28 Roundup is a simple-to-use and -install issue-tracking system with
29 command-line, web and e-mail interfaces. It is based on the winning design
30 from Ka-Ping Yee in the Software Carpentry "Track" design competition.
32 Note: Ping is not responsible for this project. The contact for this
33 project is richard@users.sourceforge.net.
35 Roundup manages a number of issues (with flexible properties such as
36 "description", "priority", and so on) and provides the ability to:
38 (a) submit new issues,
39 (b) find and edit existing issues, and
40 (c) discuss issues with other participants.
42 The system will facilitate communication among the participants by managing
43 discussions and notifying interested parties when issues are edited. One of
44 the major design goals for Roundup that it be simple to get going. Roundup
45 is therefore usable "out of the box" with any python 2.3+ installation. It
46 doesn't even need to be "installed" to be operational, though a
47 disutils-based install script is provided.
49 It comes with two issue tracker templates (a classic bug/feature tracker and
50 a minimal skeleton) and four database back-ends (anydbm, sqlite, mysql
51 and postgresql).