11=================================================
2- SC-Track Roundup 0.5.4 - an issue tracking system
2+ SC-Track Roundup 0.5.5 - an issue tracking system
33=================================================
44
55This is a bugfix release for version 0.5.x - if you're upgrading from before
@@ -13,22 +13,17 @@ sqlite backend are encouraged to upgrade sqlite to version 2.7.3.
1313
1414We've had a good crack at bugs (thanks to all who contributed!):
1515
16- - key the templates cache off full path, not filename
17- - implemented whole-database locking
18- - hyperlinking of special text (url, email, item designator) in messages
19- - fixed time default in date.py
20- - fixed error in cgi/templates.py (sf bug 652089)
21- - fixed handling of missing password (sf bug 655632)
22- - applied patches for handling Outlook quirks (thanks Andrey Lebedev)
23- (multipart/alternative, "fw" and content-type "name")
24- - fire auditors and reactors in rdbms retire (thanks Sheila King)
25- - better match for mailgw help "command" text
26- - handle :add: better in cgi form parsing (sf bug 663235)
27- - handle all-whitespace multilink values in forms (sf bug 663855)
28- - fixed searching on date / interval fields (sf bug 658157)
29- - fixed form elements names in search form to allow grouping and sorting
30- on "creation" field
31- - display of saved queries is now performed correctly
16+ - fixed rdbms searching by ID (sf bug 666615)
17+ - fixed metakit searching by ID
18+ - detect corrupted index and raise semi-useful exception (sf bug 666767)
19+ - open server logfile unbuffered
20+ - revert StringHTMLProperty to not hyperlink text by default
21+ - several fixes to CGI form handling
22+ - fix unlink journalling bug in metakit backend
23+ - fixed hyperlinking ambiguity (sf bug 669777)
24+ - fixed cookie path to use TRACKER_WEB (sf bug 667020) (thanks Nathaniel Smith
25+ for helping chase it down and Luke Opperman for confirming fix)
26+
3227
3328Source and documentation is available at the website:
3429 http://roundup.sourceforge.net/
0 commit comments