@@ -2,15 +2,26 @@ 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.5 release includes an Argentinian Spanish translation by Ramiro
6- Morales and fixes some bugs:
7-
8- Fixed:
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
5+ This 0.8.6 release fixes some bugs:
6+
7+ - french translation updated by Patrick Decat (sf patch 1397059)
8+ - tighten up Date parsing to not allow 'M/D/YY' (or 'D/M/YY) (sf bug
9+ 1290550)
10+ - handle "schema" being reserved word in MySQL 5+ (sf bug 1397569)
11+ - fixed documentation of filter() in the case of multiple values in a
12+ String search (sf bug 1373396)
13+ - fix comma-separated ID filter spec in web requests (sf bug 1396278)
14+ - fix Date: header generation to be LOCALE-agnostic (sf bug 1352624)
15+ - fix admin doc description of roundup-server config file
16+ - fix redirect after instant registration (sf bug 1381676)
17+ - fix permission checks in cgi interface (sf bug 1289557)
18+ - fix permission check on RetireAction (sf bug 1407342)
19+ - timezone now applied to date for pretty-format (sf bug 1406861)
20+ - fix mangling of "_" in mail Subject class name (sf bug 1413852)
21+ - catch bad classname in URL (related to sf bug 1240541)
22+ - clean up digested_file_types (sf bug 1268303)
23+ - fix permission checks in mailgw (sf bug 1263655)
24+ - fix encoding of subject in generated error message (sf bug 1414465)
1425
1526If you're upgrading from an older version of Roundup you *must* follow
1627the "Software Upgrade" guidelines given in the maintenance documentation.
0 commit comments