Code

f1ca352e1275dd8ebb720d422362eb007707e593
[roundup.git] / doc / announcement.txt
1             Roundup 0.3.0 - an issue tracking system
3 This release contains several new features which will require migration, so
4 please read MIGRATION.txt!
6 Big stuff in this release:
7   - lots of bug fixes, thanks to all users for their great feedback!
8   - much more flexible administration tool
9   - much better handling of errors
10   - more configuration options
11   - CGI login uses cookies instead of basic auth
12   - passwords are encoded in the database
13   - much, much more: see the CHANGES file for details.
15 Source and documentation is available at the website:
16      http://roundup.sourceforge.net/
18 Release Info (via download page):
19      http://sourceforge.net/projects/roundup
21 Mailing lists - the place to ask questions:
22      http://sourceforge.net/mail/?group_id=31577
26 About Roundup
27 =============
29 Roundup is a simple-to-use and -install issue-tracking system with 
30 command-line, web and e-mail interfaces. It is based on the winning design 
31 from Ka-Ping Yee in the Software Carpentry "Track" design competition.
33 Note: Ping is not responsible for this project. The contact for this project 
34 is richard@users.sourceforge.net.
36 Roundup manages a number of issues (with flexible properties such as 
37 "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.
41 The system will facilitate communication among the participants by managing
42 discussions and notifying interested parties when issues are edited. One of
43 the major design goals for Roundup that it be simple to get going. Roundup
44 is therefore usable "out of the box" with any python 2.0+ installation. It
45 doesn't even need to be "installed" to be operational, though a
46 disutils-based install script is provided.
48 It comes with two issue tracker templates and three database back-ends.