Code

- release preparation
[roundup.git] / doc / announcement.txt
1 This is the announcement of version 1.4.18 of Roundup, a Bug-Fix Release
2 for a critical bug in roundups mail gateway.
3 The bug will lead to files being unlinked from issues when mails without
4 attachment are received for an existing issue. See the "Software
5 Upgrade" guidelines in doc/announcement.txt (or the html version) for a
6 script you can run to find out potentially affected issues and how to
7 fix this. As usual some minor features and some bug fixes:
9 Features:
11 - Norwegian Bokmal translation by Christian Aastorp
12 - Allow to specify additional cc and bcc emails (not roundup users) for
13   nosymessage used by the nosyreaction reactor. (Ralf)
15 Fixed:
17 - Fix file-unlink bug in mailgw (Ralfs oversight when refactoring the mail
18   gateway code) -- if a message is sent that contains no attachments,
19   all previous files of the issue are unlinked, thanks to Rafal
20   Bisingier for reporting and proposing a fix.
21   I've now added a regression test that catches this issue.
23 If you're upgrading from an older version of Roundup you *must* follow
24 the "Software Upgrade" guidelines given in the maintenance documentation.
26 Roundup requires python 2.4 or later (but not 3+) for correct operation.
28 To give Roundup a try, just download (see below), unpack and run::
30     roundup-demo
32 Release info and download page:
33      http://cheeseshop.python.org/pypi/roundup
34 Source and documentation is available at the website:
35      http://roundup-tracker.org/
36 Mailing lists - the place to ask questions:
37      http://sourceforge.net/mail/?group_id=31577
40 About Roundup
41 =============
43 Roundup is a simple-to-use and -install issue-tracking system with
44 command-line, web and e-mail interfaces. It is based on the winning design
45 from Ka-Ping Yee in the Software Carpentry "Track" design competition.
47 Note: Ping is not responsible for this project. The contact for this
48 project is richard@users.sourceforge.net.
50 Roundup manages a number of issues (with flexible properties such as
51 "description", "priority", and so on) and provides the ability to:
53 (a) submit new issues,
54 (b) find and edit existing issues, and
55 (c) discuss issues with other participants.
57 The system will facilitate communication among the participants by managing
58 discussions and notifying interested parties when issues are edited. One of
59 the major design goals for Roundup that it be simple to get going. Roundup
60 is therefore usable "out of the box" with any python 2.4+ (but not 3+)
61 installation. It doesn't even need to be "installed" to be operational,
62 though an install script is provided.
64 It comes with two issue tracker templates (a classic bug/feature tracker and
65 a minimal skeleton) and four database back-ends (anydbm, sqlite, mysql
66 and postgresql).