Code

d73127755798da3b8edf2a39dcdc02742662b63a
[roundup.git] / doc / announcement.txt
1 ===================================================
2 SC-Track Roundup 0.6.0b4 - an issue tracking system
3 ===================================================
5 This is a pre-release of the new version of Roundup which contains a
6 lot of new features. This release may contain bugs, so please run this using
7 a backup of your production tracker. Always follow the "Software Upgrade"
8 guidelines given in the maintenance documentation. If you're upgrading from
9 an older version of Roundup you *must* read doc/upgrading.txt!
11 Unfortunately, the Zope frontend for Roundup is currently broken, with no
12 fix in the forseeable future.
14 The gadfly backend has now been removed, having served its purpose as a
15 template for other RDBMS implementations. It is replaced by the mysql
16 backend.
18 Roundup requires python 2.1.3 or later for correct operation.
20 The 0.6 release has lots of new goodies including:
22 - new instant-gratification Demo Mode ("python demo.py" :)
23 - added mysql backend (see doc/mysql.txt for details)
24 - web interface cleanups including nicer history display, nicer index
25   navigation and nicer popup list windows
26 - searching of date ranges
27 - better international support, including utf-8 email handling and ability
28   to display localized dates in web interface.
29 - more documentation including revamped design document, unix manual pages
30   and some FAQ entries
31 - significantly more powerful form handling allowing editing of multiple items
32   and creation of multiple items
33 - tracker templates can contain subdirectories and static files (e.g. images)
34   and we may now distribute templates separately from Roundup. Template
35   HTML files now have a .html extension too.
36 - user registration is now a two-step process, with confirmation from the email
37   address supplied in the registration form, and we also have a password reset
38   feature for forgotten password / login
39 - Windows Service mode for roundup-server when daemonification is attempted
40   on Windows.
41 - fixed issues with dumb email or web clients
42 - lots more little tweaks and back-end work...
43 - email system handles more SMTP and POP features (TLS, APOP, ...)
45 Source and documentation is available at the website:
46      http://roundup.sourceforge.net/
47 Release Info (via download page):
48      http://sourceforge.net/projects/roundup
49 Mailing lists - the place to ask questions:
50      http://sourceforge.net/mail/?group_id=31577
53 About Roundup
54 =============
56 Roundup is a simple-to-use and -install issue-tracking system with 
57 command-line, web and e-mail interfaces. It is based on the winning design 
58 from Ka-Ping Yee in the Software Carpentry "Track" design competition.
60 Note: Ping is not responsible for this project. The contact for this project 
61 is richard@users.sourceforge.net.
63 Roundup manages a number of issues (with flexible properties such as 
64 "description", "priority", and so on) and provides the ability to:
66 (a) submit new issues,
67 (b) find and edit existing issues, and
68 (c) discuss issues with other participants.
70 The system will facilitate communication among the participants by managing
71 discussions and notifying interested parties when issues are edited. One of
72 the major design goals for Roundup that it be simple to get going. Roundup
73 is therefore usable "out of the box" with any python 2.1+ installation. It
74 doesn't even need to be "installed" to be operational, though a
75 disutils-based install script is provided.
77 It comes with two issue tracker templates (a classic bug/feature tracker and
78 a minimal skeleton) and six database back-ends (anydbm, bsddb, bsddb3, sqlite,
79 metakit and mysql).