Code

Initial cut at trying to handle people responding to CC'ed messages that
[roundup.git] / doc / announcement.txt
1             Roundup 0.3.0pre2 - 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 **NOTE** existing users _must_ read the MIGRATION.txt that accompanies the
10 source.
12 This release fixes a nasty bug in the hyperdatabase that was inserted in
13 pre-release 1. Users who downloaded that release MUST download this release.
15 Source and documentation is available at the website:
16       http://roundup.sourceforge.net/
18 Release Info (via download page):
19      https://sourceforge.net/project/showfiles.php?group_id=31577
21 Mailing lists - the place to ask questions:
22      https://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.