Code

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