Code

release stuff
[roundup.git] / doc / announcement.txt
1 I'm proud to release version 1.4.12 of Roundup which fixes a number bugs.
3 If you're upgrading from an older version of Roundup you *must* follow
4 the "Software Upgrade" guidelines given in the maintenance documentation.
6 This release includes:
8 - Support IMAP CRAM-MD5, thanks Jochen Maes
9 - Proper handling of 'Create' permissions in both mail gateway (earlier
10   commit r4405 by Richard), web interface, and xmlrpc. This used to
11   check 'Edit' permission previously. See
12   http://thread.gmane.org/gmane.comp.bug-tracking.roundup.devel/5133
13   Add regression tests for proper handling of 'Create' and 'Edit'
14   permissions.
15 - Fix handling of non-ascii in realname in the nosy mailer, this used to
16   mangle the email address making it unusable when replying. Thanks to
17   intevation for funding the fix.
18 - Fix documentation on user required to run the tests, fixes 
19   issue2550618, thanks to Chris aka 'radioking'
20 - Add simple doc about translating customised tracker content
21 - Add "flup" setup documentation, thanks Christian Glass
22 - Fix "Web Access" permission check to allow serving of static files to
23   Anonymous again
24 - Add check for "Web Access" permission in all web templating permission
25   checks
26 - Improvements in upgrading documentation, thanks Christian Glass
27 - Display 'today' in the account user's timezone, thanks David Wolever
28 - Fix file handle leak in some web interfaces with logging turned on,
29   fixes issue1675845
30 - Attempt to generate more human-readable addresses in email, fixes
31   issue2550632
32 - Allow value to be specified to multilink form element templating, fixes
33   issue2550613, thanks David Wolever
34 - Fix thread safety with stdin in roundup-server, fixes issue2550596
35   (thanks Werner Hunger)
37 Roundup requires python 2.3 or later (but not 3+) for correct operation.
39 To give Roundup a try, just download (see below), unpack and run::
41     roundup-demo
43 Release info and download page:
44      http://cheeseshop.python.org/pypi/roundup
45 Source and documentation is available at the website:
46      http://roundup.sourceforge.net/
47 Mailing lists - the place to ask questions:
48      http://sourceforge.net/mail/?group_id=31577
51 About Roundup
52 =============
54 Roundup is a simple-to-use and -install issue-tracking system with
55 command-line, web and e-mail interfaces. It is based on the winning design
56 from Ka-Ping Yee in the Software Carpentry "Track" design competition.
58 Note: Ping is not responsible for this project. The contact for this
59 project is richard@users.sourceforge.net.
61 Roundup manages a number of issues (with flexible properties such as
62 "description", "priority", and so on) and provides the ability to:
64 (a) submit new issues,
65 (b) find and edit existing issues, and
66 (c) discuss issues with other participants.
68 The system will facilitate communication among the participants by managing
69 discussions and notifying interested parties when issues are edited. One of
70 the major design goals for Roundup that it be simple to get going. Roundup
71 is therefore usable "out of the box" with any python 2.3+ (but not 3+)
72 installation. It doesn't even need to be "installed" to be operational,
73 though an install script is provided.
75 It comes with two issue tracker templates (a classic bug/feature tracker and
76 a minimal skeleton) and four database back-ends (anydbm, sqlite, mysql
77 and postgresql).