Code

a8f64031921bef14b959fa380a2b8bea4020a960
[roundup.git] / doc / announcement.txt
1 ===================================================
2 SC-Track Roundup 0.6.0b1 - an issue tracking system
3 ===================================================
5 This is the first 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 This release has all the bugfixes from the latest 0.5 maintnenance release
21 plus lots of new goodies including:
23 - new instant-gratification Demo Mode ("python demo.py" :)
24 - added mysql backend (see doc/mysql.txt for details)
25 - web interface cleanups including nicer history display, nicer index
26   navigation and nicer popup list windows
27 - searching of date ranges
28 - better international support, including utf-8 email handling and ability
29   to display localized dates in web interface.
30 - more documentation including revamped design document, unix manual pages
31   and some FAQ entries
32 - significantly more powerful form handling allowing editing of multiple items
33   and creation of multiple items
34 - tracker templates can contain subdirectories and static files (e.g. images)
35   and we may now distribute templates separately from Roundup. Template
36   HTML files now have a .html extension too.
37 - user registration is now a two-step process, with confirmation from the email
38   address supplied in the registration form, and we also have a password reset
39   feature for forgotten password / login
40 - Windows Service mode for roundup-server when daemonification is attempted
41   on Windows.
42 - fixed issues with dumb email or web clients
43 - lots more little tweaks and back-end work...
44 - email system handles more SMTP and POP features (TLS, APOP, ...)
46 Source and documentation is available at the website:
47      http://roundup.sourceforge.net/
48 Release Info (via download page):
49      http://sourceforge.net/projects/roundup
50 Mailing lists - the place to ask questions:
51      http://sourceforge.net/mail/?group_id=31577
54 About Roundup
55 =============
57 Roundup is a simple-to-use and -install issue-tracking system with 
58 command-line, web and e-mail interfaces. It is based on the winning design 
59 from Ka-Ping Yee in the Software Carpentry "Track" design competition.
61 Note: Ping is not responsible for this project. The contact for this project 
62 is richard@users.sourceforge.net.
64 Roundup manages a number of issues (with flexible properties such as 
65 "description", "priority", and so on) and provides the ability to:
67 (a) submit new issues,
68 (b) find and edit existing issues, and
69 (c) discuss issues with other participants.
71 The system will facilitate communication among the participants by managing
72 discussions and notifying interested parties when issues are edited. One of
73 the major design goals for Roundup that it be simple to get going. Roundup
74 is therefore usable "out of the box" with any python 2.1+ installation. It
75 doesn't even need to be "installed" to be operational, though a
76 disutils-based install script is provided.
78 It comes with two issue tracker templates (a classic bug/feature tracker and
79 a minimal skeleton) and six database back-ends (anydbm, bsddb, bsddb3, sqlite,
80 metakit and mysql).