Code

clarify python version
[roundup.git] / doc / announcement.txt
1 I'm proud to release version 1.4.8 of Roundup.
3 This release fixes some regressions:
5 - bug introduced into hyperdb filter (issue 2550505)
6 - bug introduced into CVS export and view (issue 2550529)
7 - bugs introduced in the migration to the email package (issue 2550531)
9 And adds a couple of other fixes:
11 - handle bogus pagination values (issue 2550530)
12 - fix TLS handling with some SMTP servers (issues 2484879 and 1912923)
15 Though some new features made it in also:
17 - Provide a "no selection" option in web interface selection widgets
18 - Debug logging now uses the logging module rather than print
19 - Allow CGI frontend to serve XMLRPC requests.
20 - Added XMLRPC actions, as well as bridging CGI actions to XMLRPC actions.
21 - Optimized large file serving via mod_python / sendfile().
22 - Support resuming downloads for (large) files.
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).