Mercurial > p > roundup > code
diff doc/announcement.txt @ 4239:5e3991670011
remove unused, deprecated import
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 10 Aug 2009 03:42:17 +0000 |
| parents | d0a3ac73b4c1 |
| children | ffc6fa77e551 |
line wrap: on
line diff
--- a/doc/announcement.txt Mon Aug 10 03:36:32 2009 +0000 +++ b/doc/announcement.txt Mon Aug 10 03:42:17 2009 +0000 @@ -1,25 +1,19 @@ -I'm proud to release version 1.4.8 of Roundup. - -This release fixes some regressions: - -- 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: +I'm proud to release version 1.4.9 of Roundup which fixes some bugs: -- 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. +- fixed action taken in response to invalid GET request +- fixed classic tracker template to submit POST requests when appropriate +- fix problems with french and german locale files (issue 2550546) +- Run each message of the mail-gateway in a separate transaction, + see http://thread.gmane.org/gmane.comp.bug-tracking.roundup.user/9500 +- fix problem with bounce-message if incoming mail has insufficient + privilege, e.g., user not existing (issue 2550534) +- fix construction of individual messages to nosy recipents with + attachments (issue 2550568) +- re-order sqlite imports to handle multiple installed versions (issue + 2550570) +- don't show entire history by default + (fixes http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=540629) +- remove use of string exception If you're upgrading from an older version of Roundup you *must* follow the "Software Upgrade" guidelines given in the maintenance documentation.
