Code

Yet another fix to the mail gateway, messages got *all* files of
[roundup.git] / CHANGES.txt
index 54631ec166acb772242ed1dbe10c21676670cd05..641dc608946381b151e8996319ec1b69572d27db 100644 (file)
@@ -1,22 +1,39 @@
-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.
+This file contains the changes to the Roundup system over time. 
+The entries are given with the most recent entry first. 
+Each entry has the deveoper who committed the change in brackets.
+Entries without name were done by Richard Jones.
+
+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. (Ralf)
+- Fix encoded email header parsing if multiple encoded and non-encoded
+  parts are present. RFC2047 specifies that spacing is removed only
+  between encoded parts, we always removed the space. Note that this bug
+  was present before mail gateway refactoring :-) Thanks for thorough
+  testing of mail gateway code by Rafal Bisingier. (Ralf)
 
 2011-05-29 1.4.18 (r4610)
 
 Features:
 
-- Norwegian Bokmal translation by Christian Aastorp
+- Norwegian Bokmal translation by Christian Aastorp (Ralf)
 - Allow to specify additional cc and bcc emails (not roundup users) for
   nosymessage used by the nosyreaction reactor. (Ralf)
 
 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)