Code

ba084d31882f296b5a3b9405549f858d047177e9
[roundup.git] / doc / announcement.txt
1             Roundup 0.4.0b2 - an issue tracking system
3 If you are upgrading please read MIGRATION.txt. There was some information
4 missing in this in the b1 release - sorry.
6 Roundup requires python 2.1.1 for correct operation. Support for dumbdbm
7 requires python 2.1.2 or 2.2.
9 Big stuff in this release:
10   - Use of transactions to prevent partial data commits
11   - Zope Product front-end
12   - Nicer, more consistent change message generation
13   - Several bug fixes
14   - Much, much more: see the CHANGES file for details.
16 Source and documentation is available at the website:
17      http://roundup.sourceforge.net/
19 Release Info (via download page):
20      http://sourceforge.net/projects/roundup
22 Mailing lists - the place to ask questions:
23      http://sourceforge.net/mail/?group_id=31577
27 About Roundup
28 =============
30 Roundup is a simple-to-use and -install issue-tracking system with 
31 command-line, web and e-mail interfaces. It is based on the winning design 
32 from Ka-Ping Yee in the Software Carpentry "Track" design competition.
34 Note: Ping is not responsible for this project. The contact for this project 
35 is richard@users.sourceforge.net.
37 Roundup manages a number of issues (with flexible properties such as 
38 "description", "priority", and so on) and provides the ability to
39  (a) submit new issues,
40  (b) find and edit existing issues, and
41  (c) discuss issues with other participants.
42 The system will facilitate communication among the participants by managing
43 discussions and notifying interested parties when issues are edited. One of
44 the major design goals for Roundup that it be simple to get going. Roundup
45 is therefore usable "out of the box" with any python 2.0+ installation. It
46 doesn't even need to be "installed" to be operational, though a
47 disutils-based install script is provided.
49 It comes with two issue tracker templates and three database back-ends.