Code

remove unused, deprecated import
[roundup.git] / doc / announcement.txt
1 I'm proud to release version 1.4.9 of Roundup which fixes some bugs:
3 - fixed action taken in response to invalid GET request
4 - fixed classic tracker template to submit POST requests when appropriate
5 - fix problems with french and german locale files (issue 2550546)
6 - Run each message of the mail-gateway in a separate transaction,
7   see http://thread.gmane.org/gmane.comp.bug-tracking.roundup.user/9500
8 - fix problem with bounce-message if incoming mail has insufficient
9   privilege, e.g., user not existing (issue 2550534)
10 - fix construction of individual messages to nosy recipents with
11   attachments (issue 2550568)
12 - re-order sqlite imports to handle multiple installed versions (issue
13   2550570)
14 - don't show entire history by default
15   (fixes http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=540629)
16 - remove use of string exception
18 If you're upgrading from an older version of Roundup you *must* follow
19 the "Software Upgrade" guidelines given in the maintenance documentation.
21 Roundup requires python 2.3 or later (but not 3+) for correct operation.
23 To give Roundup a try, just download (see below), unpack and run::
25     roundup-demo
27 Release info and download page:
28      http://cheeseshop.python.org/pypi/roundup
29 Source and documentation is available at the website:
30      http://roundup.sourceforge.net/
31 Mailing lists - the place to ask questions:
32      http://sourceforge.net/mail/?group_id=31577
35 About Roundup
36 =============
38 Roundup is a simple-to-use and -install issue-tracking system with
39 command-line, web and e-mail interfaces. It is based on the winning design
40 from Ka-Ping Yee in the Software Carpentry "Track" design competition.
42 Note: Ping is not responsible for this project. The contact for this
43 project is richard@users.sourceforge.net.
45 Roundup manages a number of issues (with flexible properties such as
46 "description", "priority", and so on) and provides the ability to:
48 (a) submit new issues,
49 (b) find and edit existing issues, and
50 (c) discuss issues with other participants.
52 The system will facilitate communication among the participants by managing
53 discussions and notifying interested parties when issues are edited. One of
54 the major design goals for Roundup that it be simple to get going. Roundup
55 is therefore usable "out of the box" with any python 2.3+ (but not 3+)
56 installation. It doesn't even need to be "installed" to be operational,
57 though an install script is provided.
59 It comes with two issue tracker templates (a classic bug/feature tracker and
60 a minimal skeleton) and four database back-ends (anydbm, sqlite, mysql
61 and postgresql).