Code

Added the release announcement text to the CVS so I don't have to hunt for
[roundup.git] / doc / announcement.txt
1             Roundup 0.2.7 - an issue tracking system
3 This is a bugfix release.
5 [CHANGES.txt entries for this version go here]
7 Roundup is a simple-to-use and -install issue-tracking system with 
8 command-line, web and e-mail interfaces. It is based on the winning design 
9 from Ka-Ping Yee in the Software Carpentry "Track" design competition.
11 Note: Ping is not responsible for this project. The contact for this project 
12 is richard@users.sourceforge.net.
14 Roundup manages a number of issues (with flexible properties such as 
15 "description", "priority", and so on) and provides the ability to
16  (a) submit new issues,
17  (b) find and edit existing issues, and
18  (c) discuss issues with other participants.
19 The system will facilitate communication among the participants by managing
20 discussions and notifying interested parties when issues are edited. One of
21 the major design goals for Roundup that it be simple to get going. Roundup
22 is therefore usable "out of the box" with any python 2.0+ installation. It
23 doesn't even need to be "installed" to be operational, though a
24 disutils-based install script is provided.
26 It comes with two issue tracker templates and three database back-ends. 
27 Back-ends for relational databases are being developed.
29 Source is available at the website:
30       http://sourceforge.net/projects/roundup/