Code

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