Code

0.4.2pr1 release announcement
[roundup.git] / doc / announcement.txt
1 ====================================================
2 SC-Track Roundup 0.4.2pr1 - an issue tracking system
3 ====================================================
5 NOTE: This is the first (and hopefully only) pre-release of 0.4.2. If you
6 have an existing roundup installation and wish to test it, make a backup
7 of your database. Make sure you read MIGRATION.txt!
9 Roundup requires python 2.1.1 for correct operation. Support for dumbdbm
10 requires python 2.1.2 or 2.2. 2.1.3 and 2.2.1 are recommended.
12 Big stuff in this release:
14 - fast full-text searching of messages
15 - other speedups
16 - bsddb3 backend is re-enabled
17 - instance initialisation is a two-step process now, making mods easier
18 - optionally auto-add the author and recipients of messages to the nosy
19 - enhancements to make multilink editing through the web and email easier
20 - cleaner use of auditors and reactors in the default schemas
21 - demo scripts supplied in the scripts/ and detectors/ directories
22 - Much, much more: see the CHANGES file for details
24 Source and documentation is available at the website:
25      http://roundup.sourceforge.net/
26 Release Info (via download page):
27      http://sourceforge.net/projects/roundup
28 Mailing lists - the place to ask questions:
29      http://sourceforge.net/mail/?group_id=31577
33 About Roundup
34 =============
36 Roundup is a simple-to-use and -install issue-tracking system with 
37 command-line, web and e-mail interfaces. It is based on the winning design 
38 from Ka-Ping Yee in the Software Carpentry "Track" design competition.
40 Note: Ping is not responsible for this project. The contact for this project 
41 is richard@users.sourceforge.net.
43 Roundup manages a number of issues (with flexible properties such as 
44 "description", "priority", and so on) and provides the ability to:
46 (a) submit new issues,
47 (b) find and edit existing issues, and
48 (c) discuss issues with other participants.
50 The system will facilitate communication among the participants by managing
51 discussions and notifying interested parties when issues are edited. One of
52 the major design goals for Roundup that it be simple to get going. Roundup
53 is therefore usable "out of the box" with any python 2.0+ installation. It
54 doesn't even need to be "installed" to be operational, though a
55 disutils-based install script is provided.
57 It comes with two issue tracker templates and three database back-ends.