summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fae9c7a)
raw | patch | inline | side by side (parent: fae9c7a)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 12 Jul 2010 04:21:32 +0000 (04:21 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 12 Jul 2010 04:21:32 +0000 (04:21 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4498 57a73879-2fb5-44c3-a270-3262357dd7e2
CHANGES.txt | patch | blob | history | |
doc/announcement.txt | patch | blob | history |
diff --git a/CHANGES.txt b/CHANGES.txt
index 8e063f50afc61f1eda52b33fb8f7bce1c2cb1fc6..1a583d38d8b22bf6fd31301439bb1318a48ab77b 100644 (file)
--- a/CHANGES.txt
+++ b/CHANGES.txt
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 --git a/doc/announcement.txt b/doc/announcement.txt
index 5391fac4e5274024b773d29cc8c0e87cff8ebe39..52ef202f6c619a8e59ad0abc15d406f710e05a6b 100644 (file)
--- a/doc/announcement.txt
+++ b/doc/announcement.txt
-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.