X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=CHANGES.txt;h=b72dc12c473cebb411762bf23121002a8d52b7dc;hb=4c5c996000a6dadd891bff6dbab37f184e9b588b;hp=cc011fc6b04e438d8bbe7c695a989b5bf47003e4;hpb=4d9945dfdc1630579b99ee992c7887600ddb7f3e;p=roundup.git diff --git a/CHANGES.txt b/CHANGES.txt index cc011fc..b72dc12 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,8 +1,36 @@ -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. -20XX-XX-XX 1.4.17 (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. (Ralf) + +2011-05-29 1.4.18 (r4610) + +Features: + +- 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: + +- 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) Features: @@ -89,6 +117,17 @@ Fixed: generation. Set this to a higher value on faster systems which want more security. Thanks to Eli Collins for implementing this (see issue2550688). +- Fix documentation for roundup-server about the 'host' parameter as + suggested in issue2550693, fixes the first part of this issue. Make + 'localhost' the new default for this parameter, note the upgrading + documentation of changed behaviour. We also deprecate the empty host + parameter for binding to all interfaces now (still left in for + compatibility). Thanks to Toni Mueller for providing the first version + of this patch and discussing implementations. +- Fixed bug in filter_iter refactoring (lazy multilinks), in rare cases + this would result in duplicate multilinks to the same node. We're now + going the safe route and doing lazy evaluation only for read-only + access, whenever updates are done we fetch everything. 2010-10-08 1.4.16 (r4541)