summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 95ad6a8)
raw | patch | inline | side by side (parent: 95ad6a8)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Thu, 1 Jul 2010 02:20:51 +0000 (02:20 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Thu, 1 Jul 2010 02:20:51 +0000 (02:20 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4488 57a73879-2fb5-44c3-a270-3262357dd7e2
doc/announcement.txt | patch | blob | history | |
roundup/__init__.py | patch | blob | history |
diff --git a/doc/announcement.txt b/doc/announcement.txt
index 70a6e9628282c5c82f4534fc6f917f66478ed238..5391fac4e5274024b773d29cc8c0e87cff8ebe39 100644 (file)
--- a/doc/announcement.txt
+++ b/doc/announcement.txt
-I'm proud to release version 1.4.13 of Roundup which includes a single
-fix for a regression introduced in 1.4.12:
+I'm proud to release version 1.4.14 of Roundup which includes a security
+fix and some other fixes:
-- Multilink edit fields lose their values (thanks Will Maier)
+Features:
+- Preparations for getting 2to3 work, not completed yet. (Richard Jones)
+
+Fixed:
+- User input not escaped when a bad template name is supplied (thanks
+ Benjamin Pollack)
+- The email for the first message on an issue was having its In-Reply-To
+ set to itself (thanks Eric Kow)
+- Handle multiple @action values from broken trackers.
+- Accept single-character subject lines
+- xmlrpc handling of unicode characters and binary values, see
+ http://thread.gmane.org/gmane.comp.bug-tracking.roundup.user/10040
+ thanks to Hauke Duden for reporting these.
+- frontends/roundup.cgi got out of sync with the roundup.cgi.Client API
+- Default to "text/plain" if no Content-Type header is present in email
+ (thanks Hauke Duden)
+- Small documentation update regarding debugging aids (Bernhard Reiter)
+- Indexer Xapian, made Xapian 1.2 compatible. Needs at least Xapian 1.0.0 now.
+ (Bernhard Reiter; Thanks to Olly Betts for providing the patch Issue2550647.)
If you're upgrading from an older version of Roundup you *must* follow
the "Software Upgrade" guidelines given in the maintenance documentation.
diff --git a/roundup/__init__.py b/roundup/__init__.py
index f646c11e1fa06e9d75249083a2b9c9f398096d58..6fb561fbfbdd2ed7012df45bc52d474977cde11c 100644 (file)
--- a/roundup/__init__.py
+++ b/roundup/__init__.py
'''
__docformat__ = 'restructuredtext'
-__version__ = '1.5.0'
+__version__ = '1.4.14'
# vim: set filetype=python ts=4 sw=4 et si