From: Vsevolod Stakhov Date: Thu, 18 Jun 2015 12:17:36 +0000 (+0100) Subject: Release 0.9.6 X-Git-Tag: 0.9.6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9448e7c5e4e31324b57c29fd6beeb8de4e865255;p=thirdparty%2Frspamd.git Release 0.9.6 * Fix memory leak if mime cannot be parsed. * Fix dkim cache expiration. * Fix issues with redirector HTTP response. * Fix abnormal connection closing with certains messages with a high score (issue #296) * Fix redirector installation. * Use specific POE loop for some systems. * Fix number of issues in URL redirector. * Fix selecting URLs for sending to redirector. Signed-off-by: Vsevolod Stakhov --- diff --git a/ChangeLog b/ChangeLog index 531f116068..ed67d0b672 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +0.9.6: + * Fix memory leak if mime cannot be parsed. + * Fix dkim cache expiration. + * Fix issues with redirector HTTP response. + * Fix abnormal connection closing with certains messages with a high score + (issue #296) + * Fix redirector installation. + * Use specific POE loop for some systems. + * Fix number of issues in URL redirector. + * Fix selecting URLs for sending to redirector. + 0.9.5: * Avoid double free when extending HTTP message. * Fix double free if multiple classifiers are defined.