11=================================================
2- SC-Track Roundup 0.5.6 - an issue tracking system
2+ SC-Track Roundup 0.5.7 - an issue tracking system
33=================================================
44
5- Note: This releases fixes a serious bug in the sqlite and gadfly backends
6- which could cause data loss. Users are strongly encouraged to upgrade to this
7- version.
8-
95This is a bugfix release for version 0.5.x - if you're upgrading from before
1060.5, you *must* read doc/upgrading.txt!
117
@@ -16,21 +12,18 @@ Roundup requires python 2.1.3 or later for correct operation. Users of the
1612sqlite backend are encouraged to upgrade sqlite to version 2.7.3.
1713
1814We've had a good crack at bugs (thanks to all who contributed!):
19-
20- - fixed database corruption in rdbms property mutation
21- - fixed templating filter function arguments (sf bug 678911)
22- - fixed multiselect in searching (sf bug 676874)
23- - fixed parsing of content-disposition filenames (sf bug 675116)
24- - added 'h' to roundup-server optarg list (sf bug 674070)
25- - fixed doc for db.history in anydbm and rdbms_common (sf bug 679221)
26- - fixed roundup-reminder (sf bug 681042)
27- - fixed int assumptions about Number values (sf bug 677762)
28- - clarified licensing
29- - another attempt to fix cookie misbehaviour - customise cookie name using
30- tracker name
31- - fixed error in indexargs_url (thanks Patrick Ohly)
32- - fixed getnode (sf bug 684531)
33- - fixed args to some date templating methods (sf bug 689670)
15+ - fixed Interval maths (sf bug 665357)
16+ - fixed sqlite rollback/caching bug (sf bug 689383)
17+ - fixed rdbms table update detection logic (sf bug 703297)
18+ - fixed detection of bad date specs (sf bug 691439)
19+ - required String properties not being flagged (thanks Ajit George)
20+ - only look for CSV files when importing (thanks Dan Grassi)
21+ - can now unset values in CSV editing (sf bug 704788)
22+ - fixed rdbms email address lookup (case insensitivity)
23+ - email file attachments added to issue files list (sf bug 711501)
24+ - added socket timeout to attempt to prevent stuck processes (sf bug 665487)
25+ - email registered users shouldn't be able to log in (sf bug 714673)
26+ - handle missing addresses on users (sf bug 724537)
3427
3528Source and documentation is available at the website:
3629 http://roundup.sourceforge.net/
0 commit comments