]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Release 0.9.6 0.9.6
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 18 Jun 2015 12:17:36 +0000 (13:17 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 18 Jun 2015 12:17:36 +0000 (13:17 +0100)
* 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 <vsevolod@highsecure.ru>
ChangeLog

index 531f1160687dfe396f4563c3e8591440723830ac..ed67d0b672912d60c874bac93b6aa985d2e40b52 100644 (file)
--- 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.