SC-Track Roundup 0.5.6 - an issue tracking system

Richard Jones richardjones@optushome.com.au
Thu, 27 Feb 2003 22:29:36 +1100


=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
SC-Track Roundup 0.5.6 - an issue tracking system
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

Note: This releases fixes a serious bug in the sqlite and gadfly backends
which could cause data loss. Users are strongly encouraged to upgrade to th=
is
version.

This is a bugfix release for version 0.5.x - if you're upgrading from before
0.5, you *must* read doc/upgrading.txt!

Roundup requires python 2.1.3 or later for correct operation. Users of the
sqlite backend are encouraged to upgrade sqlite to version 2.7.3.

We've had a good crack at bugs (thanks to all who contributed!):

=2D fixed database corruption in rdbms property mutation
=2D fixed templating filter function arguments (sf bug 678911)
=2D fixed multiselect in searching (sf bug 676874)
=2D fixed parsing of content-disposition filenames (sf bug 675116)
=2D added 'h' to roundup-server optarg list (sf bug 674070)
=2D fixed doc for db.history in anydbm and rdbms_common (sf bug 679221)
=2D fixed roundup-reminder (sf bug 681042)
=2D fixed int assumptions about Number values (sf bug 677762)
=2D clarified licensing
=2D another attempt to fix cookie misbehaviour - customise cookie name using
  tracker name
=2D fixed error in indexargs_url (thanks Patrick Ohly)
=2D fixed getnode (sf bug 684531)
=2D fixed args to some date templating methods (sf bug 689670)

Source and documentation is available at the website:
     http://roundup.sourceforge.net/
Release Info (via download page):
     http://sourceforge.net/projects/roundup
Mailing lists - the place to ask questions:
     http://sourceforge.net/mail/?group_id=3D31577


About Roundup
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D

Roundup is a simple-to-use and -install issue-tracking system with=20
command-line, web and e-mail interfaces. It is based on the winning design=
=20
from Ka-Ping Yee in the Software Carpentry "Track" design competition.

Note: Ping is not responsible for this project. The contact for this projec=
t=20
is richard@users.sourceforge.net.

Roundup manages a number of issues (with flexible properties such as=20
"description", "priority", and so on) and provides the ability to:

(a) submit new issues,
(b) find and edit existing issues, and
(c) discuss issues with other participants.

The system will facilitate communication among the participants by managing
discussions and notifying interested parties when issues are edited. One of
the major design goals for Roundup that it be simple to get going. Roundup
is therefore usable "out of the box" with any python 2.1+ installation. It
doesn't even need to be "installed" to be operational, though a
disutils-based install script is provided.

It comes with two issue tracker templates (a classic bug/feature tracker and
a minimal skeleton) and six database back-ends (anydbm, bsddb, bsddb3, sqli=
te,
metakit and gadfly).=20