Mercurial > p > roundup > code
diff CHANGES.txt @ 4498:8df9492c2746
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.
| author | Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net> |
|---|---|
| date | Sun, 29 May 2011 18:25:49 +0000 |
| parents | 29576edb45d5 |
| children | 431bf4e7d3d7 |
line wrap: on
line diff
--- a/CHANGES.txt Mon May 23 12:15:23 2011 +0000 +++ b/CHANGES.txt Sun May 29 18:25:49 2011 +0000 @@ -2,13 +2,21 @@ are given with the most recent entry first. If no other name is given, Richard Jones did the change. -2011-XX-XX 1.X.XX (rXXXX) +2011-05-29 1.4.18 (rXXXX) Features: - Norwegian Bokmal translation by Christian Aastorp - Allow to specify additional cc and bcc emails (not roundup users) for - nosymessage used by the nosyreaction reactor. + 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. 2011-05-13 1.4.17 (r4605)
