1- =================================================
2- SC-Track Roundup 0.6.5 - an issue tracking system
3- =================================================
4-
51I'm pleased to announce this maintenance release of Roundup which fixes
62some bugs:
73
@@ -17,12 +13,13 @@ some bugs:
1713- fixed check for JS pop()/push() to make more general (sf bug 877504)
1814- fix re-enabling queries (sf bug 861940)
1915- use supplied content-type on file uploads before trying filename
20- - fixed roundup-reminder script to use default schema (thanks Klamer Schutte)
16+ - fixed roundup-reminder script to use default schema (thanks Klamer
17+ Schutte)
2118- fixed edit action / parsePropsFromForm to handle index-page edits better
2219- safer logging from HTTP server (sf bug 896917)
2320
2421If you're upgrading from an older version of Roundup you *must* follow
25- the "Software Upgrade" guidelines given in the maintenance documentation.
22+ the "Software Upgrade" guidelines given in the maintenance documentation.
2623
2724Note that the Zope interface still doesn't work - it is fixed in the 0.7
2825development codebase.
@@ -45,28 +42,29 @@ Mailing lists - the place to ask questions:
4542About Roundup
4643=============
4744
48- Roundup is a simple-to-use and -install issue-tracking system with
49- command-line, web and e-mail interfaces. It is based on the winning design
50- from Ka-Ping Yee in the Software Carpentry "Track" design competition.
45+ Roundup is a simple-to-use and -install issue-tracking system with
46+ command-line, web and e-mail interfaces. It is based on the winning
47+ design from Ka-Ping Yee in the Software Carpentry "Track" design
48+ competition.
5149
52- Note: Ping is not responsible for this project. The contact for this project
53- 50+ Note: Ping is not responsible for this project. The contact for this
51+ 5452
55- Roundup manages a number of issues (with flexible properties such as
53+ Roundup manages a number of issues (with flexible properties such as
5654"description", "priority", and so on) and provides the ability to:
5755
5856(a) submit new issues,
5957(b) find and edit existing issues, and
6058(c) discuss issues with other participants.
6159
62- The system will facilitate communication among the participants by managing
63- discussions and notifying interested parties when issues are edited. One of
64- the major design goals for Roundup that it be simple to get going. Roundup
65- is therefore usable "out of the box" with any python 2.1+ installation. It
66- doesn't even need to be "installed" to be operational, though a
67- disutils-based install script is provided.
60+ The system will facilitate communication among the participants by
61+ managing discussions and notifying interested parties when issues are
62+ edited. One of the major design goals for Roundup that it be simple to
63+ get going. Roundup is therefore usable "out of the box" with any python
64+ 2.1+ installation. It doesn't even need to be "installed" to be
65+ operational, though a disutils-based install script is provided.
6866
69- It comes with two issue tracker templates (a classic bug/feature tracker and
70- a minimal skeleton) and six database back-ends (anydbm, bsddb, bsddb3, sqlite ,
71- metakit and mysql).
67+ It comes with two issue tracker templates (a classic bug/feature tracker
68+ and a minimal skeleton) and six database back-ends (anydbm, bsddb, bsddb3,
69+ sqlite, metakit and mysql).
7270
0 commit comments