Code

Minor pre- 0.3.0 changes
[roundup.git] / doc / announcement.txt
1             Roundup 0.3.0 - an issue tracking system
3 ** note for existing users of extended schema
5 This release includes several bug fixes and  usability improvements. It
6 also switches the CGI interface authentication over from HTTP Basic to cookie
7 based. For a more detailed in the CHANGES file accompanying the source.
9 Roundup is a simple-to-use and -install issue-tracking system with 
10 command-line, web and e-mail interfaces. It is based on the winning design 
11 from Ka-Ping Yee in the Software Carpentry "Track" design competition.
13 Note: Ping is not responsible for this project. The contact for this project 
14 is richard@users.sourceforge.net.
16 Roundup manages a number of issues (with flexible properties such as 
17 "description", "priority", and so on) and provides the ability to
18  (a) submit new issues,
19  (b) find and edit existing issues, and
20  (c) discuss issues with other participants.
21 The system will facilitate communication among the participants by managing
22 discussions and notifying interested parties when issues are edited. One of
23 the major design goals for Roundup that it be simple to get going. Roundup
24 is therefore usable "out of the box" with any python 2.0+ installation. It
25 doesn't even need to be "installed" to be operational, though a
26 disutils-based install script is provided.
28 It comes with two issue tracker templates and three database back-ends. 
29 Back-ends for relational databases are being developed.
31 Source is available at the website:
32       http://sourceforge.net/projects/roundup/