File tree Expand file tree Collapse file tree 2 files changed +22
-4
lines changed
Expand file tree Collapse file tree 2 files changed +22
-4
lines changed Original file line number Diff line number Diff line change 1- I'm proud to release version 1.4.13 of Roundup which includes a single
2- fix for a regression introduced in 1.4.12 :
1+ I'm proud to release version 1.4.14 of Roundup which includes a security
2+ fix and some other fixes :
33
4- - Multilink edit fields lose their values (thanks Will Maier)
4+ Features:
5+ - Preparations for getting 2to3 work, not completed yet. (Richard Jones)
6+
7+ 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.)
523
624If you're upgrading from an older version of Roundup you *must* follow
725the "Software Upgrade" guidelines given in the maintenance documentation.
Original file line number Diff line number Diff line change 6868'''
6969__docformat__ = 'restructuredtext'
7070
71- __version__ = '1.5.0 '
71+ __version__ = '1.4.14 '
7272
7373# vim: set filetype=python ts=4 sw=4 et si
You can’t perform that action at this time.
0 commit comments