Code

don't display Editing on read-only pages (sf bug 651967)
[roundup.git] / doc / announcement.txt
1 =================================================
2 SC-Track Roundup 0.5.4 - an issue tracking system
3 =================================================
5 This is a bugfix release for version 0.5.x - if you're upgrading from before
6 0.5, you *must* read doc/upgrading.txt!
8 Unfortunately, the Zope frontend for Roundup is currently broken, with no
9 fix in the forseeable future.
11 Roundup requires python 2.1.3 or later for correct operation. Users of the
12 sqlite backend are encouraged to upgrade sqlite to version 2.7.3.
14 We've had a good crack at bugs (thanks to all who contributed!):
16 - key the templates cache off full path, not filename
17 - implemented whole-database locking
18 - hyperlinking of special text (url, email, item designator) in messages
19 - fixed time default in date.py
20 - fixed error in cgi/templates.py (sf bug 652089)
21 - fixed handling of missing password (sf bug 655632)
22 - applied patches for handling Outlook quirks (thanks Andrey Lebedev)
23   (multipart/alternative, "fw" and content-type "name")
24 - fire auditors and reactors in rdbms retire (thanks Sheila King)
25 - better match for mailgw help "command" text
26 - handle :add: better in cgi form parsing (sf bug 663235)
27 - handle all-whitespace multilink values in forms (sf bug 663855)
28 - fixed searching on date / interval fields (sf bug 658157)
29 - fixed form elements names in search form to allow grouping and sorting 
30   on "creation" field
31 - display of saved queries is now performed correctly
33 Source and documentation is available at the website:
34      http://roundup.sourceforge.net/
35 Release Info (via download page):
36      http://sourceforge.net/projects/roundup
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 project 
49 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.1+ installation. It
62 doesn't even need to be "installed" to be operational, though a
63 disutils-based install script is provided.
65 It comes with two issue tracker templates (a classic bug/feature tracker and
66 a minimal skeleton) and six database back-ends (anydbm, bsddb, bsddb3, sqlite,
67 metakit and gadfly).