|
1 | | -I'm proud to release version 1.4.14 of Roundup which includes a security |
2 | | -fix and some other fixes: |
3 | | - |
4 | | -Features: |
5 | | -- Preparations for getting 2to3 work, not completed yet. (Richard Jones) |
| 1 | +I'm proud to release version 1.4.15 of Roundup which mostly fixes some |
| 2 | +regressions in the last release: |
6 | 3 |
|
7 | 4 | Fixed: |
8 | | -- User input not escaped when a bad template name is supplied (thanks |
9 | | - Benjamin Pollack) |
10 | | -- The email for the first message on an issue was having its In-Reply-To |
11 | | - set to itself (thanks Eric Kow) |
12 | | -- Handle multiple @action values from broken trackers. |
13 | | -- Accept single-character subject lines |
14 | | -- xmlrpc handling of unicode characters and binary values, see |
15 | | - http://thread.gmane.org/gmane.comp.bug-tracking.roundup.user/10040 |
16 | | - thanks to Hauke Duden for reporting these. |
17 | | -- frontends/roundup.cgi got out of sync with the roundup.cgi.Client API |
18 | | -- Default to "text/plain" if no Content-Type header is present in email |
19 | | - (thanks Hauke Duden) |
20 | | -- Small documentation update regarding debugging aids (Bernhard Reiter) |
21 | | -- Indexer Xapian, made Xapian 1.2 compatible. Needs at least Xapian 1.0.0 now. |
22 | | - (Bernhard Reiter; Thanks to Olly Betts for providing the patch Issue2550647.) |
| 5 | +- A bunch of regressions were introduced in the last release making Roundup |
| 6 | + no longer work in Python releases prior to 2.6 |
| 7 | +- make URL detection a little smarter about brackets per issue2550657 |
| 8 | + (thanks Ezio Melotti) |
23 | 9 |
|
24 | 10 | If you're upgrading from an older version of Roundup you *must* follow |
25 | 11 | the "Software Upgrade" guidelines given in the maintenance documentation. |
|
0 commit comments