# HG changeset patch # User Richard Jones # Date 1278908492 0 # Node ID 05eb6a5966362613f68aecbd711001af4259eee3 # Parent d5239335fae3c1039d690909b438c6ea5369e9d2 pre-release stuff diff -r d5239335fae3 -r 05eb6a596636 CHANGES.txt --- a/CHANGES.txt Mon Jul 12 04:14:02 2010 +0000 +++ b/CHANGES.txt Mon Jul 12 04:21:32 2010 +0000 @@ -1,7 +1,7 @@ This file contains the changes to the Roundup system over time. The entries are given with the most recent entry first. -2010-07-?? 1.4.15 +2010-07-12 1.4.15 Fixed: - A bunch of regressions were introduced in the last release making Roundup diff -r d5239335fae3 -r 05eb6a596636 doc/announcement.txt --- a/doc/announcement.txt Mon Jul 12 04:14:02 2010 +0000 +++ b/doc/announcement.txt Mon Jul 12 04:21:32 2010 +0000 @@ -1,25 +1,11 @@ -I'm proud to release version 1.4.14 of Roundup which includes a security -fix and some other fixes: - -Features: -- Preparations for getting 2to3 work, not completed yet. (Richard Jones) +I'm proud to release version 1.4.15 of Roundup which mostly fixes some +regressions in the last release: 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.) +- A bunch of regressions were introduced in the last release making Roundup + no longer work in Python releases prior to 2.6 +- make URL detection a little smarter about brackets per issue2550657 + (thanks Ezio Melotti) If you're upgrading from an older version of Roundup you *must* follow the "Software Upgrade" guidelines given in the maintenance documentation.