Skip to content

Commit ef2509f

Browse files
author
Richard Jones
committed
pre-release stuff
1 parent 611e69d commit ef2509f

File tree

2 files changed

+22
-4
lines changed

2 files changed

+22
-4
lines changed

doc/announcement.txt

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,25 @@
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

624
If you're upgrading from an older version of Roundup you *must* follow
725
the "Software Upgrade" guidelines given in the maintenance documentation.

roundup/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@
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

0 commit comments

Comments
 (0)