@@ -2,35 +2,15 @@ Roundup is a simple-to-use and -install issue-tracking system with
22command-line, web and e-mail interfaces. It is based on the winning design
33from Ka-Ping Yee in the Software Carpentry "Track" design competition.
44
5- This 0.8.4 release fixes some bugs:
5+ This 0.8.5 release includes an Argentinian Spanish translation by Ramiro
6+ Morales and fixes some bugs:
67
78Fixed:
8-
9- - extra CRs in CSV export files on Windows platform (sf bug 1195742)
10- - activity RDBMS columns were being reported in changes
11- - fix name collision in roundup.cgi script (sf bug 1203795)
12- - fix handling of invalid interval input
13- - search locale files relative ro roundup installation path (sf bug 1219689)
14- - use translation for boolean property rendering (sf bug 1225152)
15- - enabled disabling of REMOTE_USER for when it's not a valid username (sf
16- bug 1190187)
17- - fix invocation of hasPermission from templating code (sf bug 1224172)
18- - have 'roundup-admin security' display property restrictions (sf bug
19- 1222135)
20- - fixed templating menu() sort_on handling (sf bug 1221936)
21- - allow specification of pagesize, sorting and filtering in "classhelp"
22- popups (sf bug 1211800)
23- - handle dropped properies in rdbms/metakit journal export (sf bug 1203569)
24- - handle missing Subject lines better (sf bug 1198729)
25- - sort/group by missing values correctly (sf bugs 1198623, 1176897)
26- - discard, don't bounce messages to the mailgw when the messages's sender
27- is invalid (ie. when we try to bounce, we get a 550 "unknown user
28- account" response from the SMTP server) (sf bug 1190906)
29- - removed debugging code from cgi/actions.py
30- - refactored hyperdb.rawToHyperdb, allowing a number of improvements
31- (thanks Ralf Schlatterbeck)
32- - don't try to set a timeout for IMAPS (thanks Paul Jimenez)
33- - present Reject exception messages to web users (sf bug 1237685)
9+ - Display of Multilinks where linked Class labelprop values are None
10+ - Fix references to the old * Registration Permissions
11+ - Fix missing merge of fix to sf bug 1177057
12+ - Fix RDBMS indexer indexing UTF-8 words that encode to > 30 chars
13+ - Handle invalidly-specified charsets in incoming email
3414
3515If you're upgrading from an older version of Roundup you *must* follow
3616the "Software Upgrade" guidelines given in the maintenance documentation.
0 commit comments