Code

*** empty log message ***
[roundup.git] / doc / announcement.txt
1 =================================================
2 SC-Track Roundup 0.5.3 - 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 - added mention of how to give users multiple Roles
17 - mention needed trailing "/" in TRACKER_WEB
18 - fixed upgrading doc to have CGI changes in the correct order
19 - fixed double-close of anydbm backend (sf bug 639030)
20 - removed use of string/strop from TAL/TALInterpreter
21 - handle KeyboardInterrupt nicely
22 - fixed Date and Interval form value handling
23 - fixed Date.local()
24 - email quoted text stripping is controllable again (sf bug 650742)
25 - extract attachment name from content-disposition if name is missing (sf
26   bug 637278)
27 - removed FILTER_POSITION from bundled configs
28 - reverse message listing in issue display (reversion of recent change)
29 - bad entries for multilink editing in cgi don't traceback now (sf bug 640310)
30 - detect and break email loops (sf bug 640854)
31 - finished of handling of retired flag in filter() (sf bug 635260)
32 - allow StringHTMLProperty in MultilinkHTMLProperty test to work
33 - don't set explicit None Link properties in web create
34 - fixed nasty sorting bug that was lowercasing properties
35 - allow multiple :remove and :add elements per property being edited
36 - added date header to emails (sf bug 651358)
38 Source and documentation is available at the website:
39      http://roundup.sourceforge.net/
40 Release Info (via download page):
41      http://sourceforge.net/projects/roundup
42 Mailing lists - the place to ask questions:
43      http://sourceforge.net/mail/?group_id=31577
46 About Roundup
47 =============
49 Roundup is a simple-to-use and -install issue-tracking system with 
50 command-line, web and e-mail interfaces. It is based on the winning design 
51 from Ka-Ping Yee in the Software Carpentry "Track" design competition.
53 Note: Ping is not responsible for this project. The contact for this project 
54 is richard@users.sourceforge.net.
56 Roundup manages a number of issues (with flexible properties such as 
57 "description", "priority", and so on) and provides the ability to:
59 (a) submit new issues,
60 (b) find and edit existing issues, and
61 (c) discuss issues with other participants.
63 The system will facilitate communication among the participants by managing
64 discussions and notifying interested parties when issues are edited. One of
65 the major design goals for Roundup that it be simple to get going. Roundup
66 is therefore usable "out of the box" with any python 2.1+ installation. It
67 doesn't even need to be "installed" to be operational, though a
68 disutils-based install script is provided.
70 It comes with two issue tracker templates (a classic bug/feature tracker and
71 a minimal skeleton) and six database back-ends (anydbm, bsddb, bsddb3, sqlite,
72 metakit and gadfly).