Code

Bugfix in filter "widget" placement, thanks Roch'e
[roundup.git] / doc / announcement.txt
1             Roundup 0.3.0pre3 - an issue tracking system
3                         **PREVIEW RELEASE**
5 This release contains several new features which will require migration, so
6 we're releasing this preview for the bleeding-edge users.
8 **NOTE** existing users _must_ read the MIGRATION.txt that accompanies the
9 source.
11 This release contains a bunch of changes and bug fixes. See the CHANGES
12 file for details.
14 Source and documentation is available at the website:
15      http://roundup.sourceforge.net/
17 Release Info (via download page):
18      http://sourceforge.net/project/showfiles.php?group_id=31577
20 Mailing lists - the place to ask questions:
21      http://sourceforge.net/mail/?group_id=31577
25 About Roundup
26 =============
28 Roundup is a simple-to-use and -install issue-tracking system with 
29 command-line, web and e-mail interfaces. It is based on the winning design 
30 from Ka-Ping Yee in the Software Carpentry "Track" design competition.
32 Note: Ping is not responsible for this project. The contact for this project 
33 is richard@users.sourceforge.net.
35 Roundup manages a number of issues (with flexible properties such as 
36 "description", "priority", and so on) and provides the ability to
37  (a) submit new issues,
38  (b) find and edit existing issues, and
39  (c) discuss issues with other participants.
40 The system will facilitate communication among the participants by managing
41 discussions and notifying interested parties when issues are edited. One of
42 the major design goals for Roundup that it be simple to get going. Roundup
43 is therefore usable "out of the box" with any python 2.0+ installation. It
44 doesn't even need to be "installed" to be operational, though a
45 disutils-based install script is provided.
47 It comes with two issue tracker templates and three database back-ends.