Mercurial > p > roundup > code
comparison doc/announcement.txt @ 1401:6b3a20ffb343 maint-0.5 0.5.5
*** empty log message ***
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 24 Jan 2003 06:42:32 +0000 |
| parents | 83f33642d220 |
| children | ed404289b490 |
comparison
equal
deleted
inserted
replaced
| 1400:3c9bd1faddd8 | 1401:6b3a20ffb343 |
|---|---|
| 1 ================================================= | 1 ================================================= |
| 2 SC-Track Roundup 0.5.4 - an issue tracking system | 2 SC-Track Roundup 0.5.5 - an issue tracking system |
| 3 ================================================= | 3 ================================================= |
| 4 | 4 |
| 5 This is a bugfix release for version 0.5.x - if you're upgrading from before | 5 This is a bugfix release for version 0.5.x - if you're upgrading from before |
| 6 0.5, you *must* read doc/upgrading.txt! | 6 0.5, you *must* read doc/upgrading.txt! |
| 7 | 7 |
| 11 Roundup requires python 2.1.3 or later for correct operation. Users of the | 11 Roundup requires python 2.1.3 or later for correct operation. Users of the |
| 12 sqlite backend are encouraged to upgrade sqlite to version 2.7.3. | 12 sqlite backend are encouraged to upgrade sqlite to version 2.7.3. |
| 13 | 13 |
| 14 We've had a good crack at bugs (thanks to all who contributed!): | 14 We've had a good crack at bugs (thanks to all who contributed!): |
| 15 | 15 |
| 16 - key the templates cache off full path, not filename | 16 - fixed rdbms searching by ID (sf bug 666615) |
| 17 - implemented whole-database locking | 17 - fixed metakit searching by ID |
| 18 - hyperlinking of special text (url, email, item designator) in messages | 18 - detect corrupted index and raise semi-useful exception (sf bug 666767) |
| 19 - fixed time default in date.py | 19 - open server logfile unbuffered |
| 20 - fixed error in cgi/templates.py (sf bug 652089) | 20 - revert StringHTMLProperty to not hyperlink text by default |
| 21 - fixed handling of missing password (sf bug 655632) | 21 - several fixes to CGI form handling |
| 22 - applied patches for handling Outlook quirks (thanks Andrey Lebedev) | 22 - fix unlink journalling bug in metakit backend |
| 23 (multipart/alternative, "fw" and content-type "name") | 23 - fixed hyperlinking ambiguity (sf bug 669777) |
| 24 - fire auditors and reactors in rdbms retire (thanks Sheila King) | 24 - fixed cookie path to use TRACKER_WEB (sf bug 667020) (thanks Nathaniel Smith |
| 25 - better match for mailgw help "command" text | 25 for helping chase it down and Luke Opperman for confirming fix) |
| 26 - handle :add: better in cgi form parsing (sf bug 663235) | 26 |
| 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 | |
| 32 | 27 |
| 33 Source and documentation is available at the website: | 28 Source and documentation is available at the website: |
| 34 http://roundup.sourceforge.net/ | 29 http://roundup.sourceforge.net/ |
| 35 Release Info (via download page): | 30 Release Info (via download page): |
| 36 http://sourceforge.net/projects/roundup | 31 http://sourceforge.net/projects/roundup |
