Code

remove unused, deprecated import
[roundup.git] / CHANGES.txt
index 7800cb439080d0550a1c2bbfe356b3c1d2f95a53..f882af33f35df8ef510d9999437bb87b9c73eec9 100644 (file)
@@ -1,11 +1,24 @@
 This file contains the changes to the Roundup system over time. The entries
 are given with the most recent entry first.
 
-2009-03-?? 1.4.9 (r??)
+2009-08-10 1.4.9 (r4340)
 
 Fixes:
 
 - 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
 
 
 2009-03-18 1.4.8 (r4209)