|
1 | | -I'm proud to release version 1.4.15 of Roundup which mostly fixes some |
2 | | -regressions in the last release: |
| 1 | +I'm proud to release version 1.4.16 of Roundup which introduces some |
| 2 | +minor features and, as usual, fixes some bugs: |
| 3 | + |
| 4 | +Features: |
| 5 | + |
| 6 | +- allow trackers to override the classes used to render properties in |
| 7 | + templating per issue2550659 (thanks Ezio Melotti) |
| 8 | +- new mailgw configuration item "subject_updates_title": If set to "no" |
| 9 | + a changed subject in a reply to an issue will not update the issue |
| 10 | + title with the changed subject. Thanks to Arkadiusz Kita and Peter |
| 11 | + Funk for requesting the feature and discussing the implementation. |
| 12 | + http://thread.gmane.org/gmane.comp.bug-tracking.roundup.user/10169 |
| 13 | +- new rdbms config item sqlite_timeout makes the previously hard-coded |
| 14 | + timeout of 30 seconds configurable. This is the time a client waits |
| 15 | + for the locked database to become free before giving up. Used only for |
| 16 | + SQLite backend. |
| 17 | +- new mailgw config item unpack_rfc822 that unpacks message attachments |
| 18 | + of type message/rfc822 and attaches the individual parts instead of |
| 19 | + attaching the whole message/rfc822 attachment to the roundup issue. |
3 | 20 |
|
4 | 21 | Fixed: |
5 | 22 |
|
6 | | -- A bunch of regressions were introduced in the last release making Roundup |
7 | | - no longer work in Python releases prior to 2.6 |
8 | | -- make URL detection a little smarter about brackets per issue2550657 |
| 23 | +- fixed reporting of source missing warnings |
| 24 | +- relevant tests made locale independent, issue2550660 (thanks |
| 25 | + Benni Bärmann for reporting). |
| 26 | +- fix for incorrect except: syntax, issue2550661 (thanks Jakub Wilk) |
| 27 | +- No longer use the root logger, use a logger with prefix "roundup", |
| 28 | + see http://thread.gmane.org/gmane.comp.bug-tracking.roundup.devel/5356 |
| 29 | +- improve handling of '>' when URLs are converted to links, issue2550664 |
9 | 30 | (thanks Ezio Melotti) |
| 31 | +- fixed registration, issue2550665 (thanks Timo Paulssen) |
| 32 | +- make sorting of multilinks in the web interface more robust, issue2550663 |
| 33 | +- Fix charset of first text-part of outgoing multipart messages, thanks Dirk |
| 34 | + Geschke for reporting, see |
| 35 | + http://thread.gmane.org/gmane.comp.bug-tracking.roundup.user/10223 |
| 36 | +- Fix handling of incoming message/rfc822 attachments. These resulted in |
| 37 | + a weird mail usage error because the email module threw a TypeError |
| 38 | + which roundup interprets as a Reject exception. Fixes issue2550667. |
| 39 | + Added regression tests for message/rfc822 attachments with and without |
| 40 | + configured unpacking (mailgw unpack_rfc822, see Features above) |
| 41 | + Thanks to Benni Bärmann for reporting. |
| 42 | +- Allow search_popup macro to work with all db classes, issue2550567 |
| 43 | + (thanks John Kristensen) |
| 44 | +- lower memory footprint for (journal-) import |
10 | 45 |
|
11 | 46 | If you're upgrading from an older version of Roundup you *must* follow |
12 | 47 | the "Software Upgrade" guidelines given in the maintenance documentation. |
|
0 commit comments