Code

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