Code

do all the pre-release stuff including full test suite run (and trivially fix failing...
[roundup.git] / doc / announcement.txt
1 I'm proud to release version 1.4.7 of Roundup.
3 1.4.7 is primarily a bugfix release which contains important security
4 fixes:
6 - a number of security issues were discovered by Daniel Diniz
7 - EditCSV and ExportCSV altered to include permission checks
8 - HTTP POST required on actions which alter data
9 - HTML file uploads served as application/octet-stream
10 - New item action reject creation of new users
11 - Item retirement was not being controlled
12 - Roundup is now compatible with Python 2.6
13 - Improved French and German translations
14 - Improve consistency of item sorting in HTML interface
15 - Support sendfile() in mod_python for better file transfer
16 - Provide a "no selection" option in web interface selection widgets
17 - Debug logging now uses the logging module rather than print
18 - Enable XML-RPC through regular web interface
19 - Various other small bug fixes, robustification and optimisation
21 If you're upgrading from an older version of Roundup you *must* follow
22 the "Software Upgrade" guidelines given in the maintenance documentation.
24 Roundup requires python 2.3 or later for correct operation.
26 To give Roundup a try, just download (see below), unpack and run::
28     roundup-demo
30 Release info and download page:
31      http://cheeseshop.python.org/pypi/roundup
32 Source and documentation is available at the website:
33      http://roundup.sourceforge.net/
34 Mailing lists - the place to ask questions:
35      http://sourceforge.net/mail/?group_id=31577
38 About Roundup
39 =============
41 Roundup is a simple-to-use and -install issue-tracking system with
42 command-line, web and e-mail interfaces. It is based on the winning design
43 from Ka-Ping Yee in the Software Carpentry "Track" design competition.
45 Note: Ping is not responsible for this project. The contact for this
46 project is richard@users.sourceforge.net.
48 Roundup manages a number of issues (with flexible properties such as
49 "description", "priority", and so on) and provides the ability to:
51 (a) submit new issues,
52 (b) find and edit existing issues, and
53 (c) discuss issues with other participants.
55 The system will facilitate communication among the participants by managing
56 discussions and notifying interested parties when issues are edited. One of
57 the major design goals for Roundup that it be simple to get going. Roundup
58 is therefore usable "out of the box" with any python 2.3+ installation. It
59 doesn't even need to be "installed" to be operational, though a
60 disutils-based install script is provided.
62 It comes with two issue tracker templates (a classic bug/feature tracker and
63 a minimal skeleton) and four database back-ends (anydbm, sqlite, mysql
64 and postgresql).