Code

pre-release stuff
[roundup.git] / doc / announcement.txt
1 I'm proud to release version 1.4.14 of Roundup which includes a security
2 fix and some other fixes:
4 Features:
5 - Preparations for getting 2to3 work, not completed yet. (Richard Jones)
7 Fixed:
8 - User input not escaped when a bad template name is supplied (thanks
9   Benjamin Pollack)
10 - The email for the first message on an issue was having its In-Reply-To
11   set to itself (thanks Eric Kow)
12 - Handle multiple @action values from broken trackers.
13 - Accept single-character subject lines
14 - xmlrpc handling of unicode characters and binary values, see
15   http://thread.gmane.org/gmane.comp.bug-tracking.roundup.user/10040
16   thanks to Hauke Duden for reporting these.
17 - frontends/roundup.cgi got out of sync with the roundup.cgi.Client API
18 - Default to "text/plain" if no Content-Type header is present in email
19   (thanks Hauke Duden)
20 - Small documentation update regarding debugging aids (Bernhard Reiter)
21 - Indexer Xapian, made Xapian 1.2 compatible. Needs at least Xapian 1.0.0 now.
22   (Bernhard Reiter; Thanks to Olly Betts for providing the patch Issue2550647.)
24 If you're upgrading from an older version of Roundup you *must* follow
25 the "Software Upgrade" guidelines given in the maintenance documentation.
27 Roundup requires python 2.3 or later (but not 3+) for correct operation.
29 To give Roundup a try, just download (see below), unpack and run::
31     roundup-demo
33 Release info and download page:
34      http://cheeseshop.python.org/pypi/roundup
35 Source and documentation is available at the website:
36      http://roundup.sourceforge.net/
37 Mailing lists - the place to ask questions:
38      http://sourceforge.net/mail/?group_id=31577
41 About Roundup
42 =============
44 Roundup is a simple-to-use and -install issue-tracking system with
45 command-line, web and e-mail interfaces. It is based on the winning design
46 from Ka-Ping Yee in the Software Carpentry "Track" design competition.
48 Note: Ping is not responsible for this project. The contact for this
49 project is richard@users.sourceforge.net.
51 Roundup manages a number of issues (with flexible properties such as
52 "description", "priority", and so on) and provides the ability to:
54 (a) submit new issues,
55 (b) find and edit existing issues, and
56 (c) discuss issues with other participants.
58 The system will facilitate communication among the participants by managing
59 discussions and notifying interested parties when issues are edited. One of
60 the major design goals for Roundup that it be simple to get going. Roundup
61 is therefore usable "out of the box" with any python 2.3+ (but not 3+)
62 installation. It doesn't even need to be "installed" to be operational,
63 though an install script is provided.
65 It comes with two issue tracker templates (a classic bug/feature tracker and
66 a minimal skeleton) and four database back-ends (anydbm, sqlite, mysql
67 and postgresql).