Code

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