Code

Yet another fix to the mail gateway, messages got *all* files of
[roundup.git] / CHANGES.txt
index 72a1765975ec4254b7a54ee17065747babeb18e7..21be4c998e198eb5b98454febe9def55a4990abe 100644 (file)
@@ -2,7 +2,18 @@ This file contains the changes to the Roundup system over time. The entries
 are given with the most recent entry first. If no other name is given,
 Richard Jones did the change.
 
-2011-05-29 1.4.18 (rXXXX)
+2011-XX-XX 1.4.19 (r46XX)
+
+Fixed:
+
+- Yet another fix to the mail gateway, messages got *all* files of
+  an issue, not just the new ones. Thanks to Rafal Bisingier for
+  reporting and proposing a fix. The regression test was updated.
+  (Ralf)
+- Fix version numbers in upgrade documentation, the file-unlink defect
+  was in 1.4.17 not 1.4.16. Thanks to Rafal Bisingier.
+
+2011-05-29 1.4.18 (r4610)
 
 Features:
 
@@ -12,11 +23,11 @@ Features:
 
 Fixed:
 
-- Fix file-unlink bug in mailgw (Ralfs oversight when refactoring the mail
-  gateway code) -- if a message is sent that contains no attachments,
-  all previous files of the issue are unlinked, thanks to Rafal
-  Bisingier for reporting and proposing a fix.
-  I've now added a regression test that catches this issue.
+- File-unlink defect in mailgw fixed! If an email was received
+  that contained no attachments, all previous files of the issue were unlinked. 
+  This defect was introduced with the 1.4.17 release as an unwanted result 
+  of the mail gate code refactoring. Thanks to Rafal Bisingier for reporting 
+  and proposing a fix. There is now a regression test in place. (Ralf)
 
 2011-05-13 1.4.17 (r4605)