From: richard Date: Thu, 1 Jul 2010 02:20:51 +0000 (+0000) Subject: pre-release stuff X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=2536375a1fc269bd471bc004ed3582475c395e4a;p=roundup.git pre-release stuff git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4488 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/doc/announcement.txt b/doc/announcement.txt index 70a6e96..5391fac 100644 --- a/doc/announcement.txt +++ b/doc/announcement.txt @@ -1,7 +1,25 @@ -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 f646c11..6fb561f 100644 --- a/roundup/__init__.py +++ b/roundup/__init__.py @@ -68,6 +68,6 @@ much prettier cake :) ''' __docformat__ = 'restructuredtext' -__version__ = '1.5.0' +__version__ = '1.4.14' # vim: set filetype=python ts=4 sw=4 et si