Code

- add comment to clarify semantics if pytz is installed
[roundup.git] / doc / announcement.txt
index 3b1cb8da92247eadba2ae014cfc7698e7eca714a..1a371d8190064124a9b30602d30729ce46fcaece 100644 (file)
@@ -1,30 +1,17 @@
-I'm proud to release version 1.4.8 of Roundup.
+I'm proud to release version 1.4.15 of Roundup which mostly fixes some
+regressions in the last release:
 
-This release fixes some regressions:
+Fixed:
 
-- bug introduced into hyperdb filter (issue 2550505)
-- bug introduced into CVS export and view (issue 2550529)
-- bugs introduced in the migration to the email package (issue 2550531)
-
-And adds a couple of other fixes:
-
-- handle bogus pagination values (issue 2550530)
-- fix TLS handling with some SMTP servers (issues 2484879 and 1912923)
-
-
-Though some new features made it in also:
-
-- Provide a "no selection" option in web interface selection widgets
-- Debug logging now uses the logging module rather than print
-- Allow CGI frontend to serve XMLRPC requests.
-- Added XMLRPC actions, as well as bridging CGI actions to XMLRPC actions.
-- Optimized large file serving via mod_python / sendfile().
-- Support resuming downloads for (large) files.
+- 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.
 
-Roundup requires python 2.3 or later for correct operation.
+Roundup requires python 2.3 or later (but not 3+) for correct operation.
 
 To give Roundup a try, just download (see below), unpack and run::