aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-06-18 13:17:36 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-06-18 13:17:36 +0100
commit9448e7c5e4e31324b57c29fd6beeb8de4e865255 (patch)
treeb162b94586e7d0bb770e4d1bcebe71e184d9be99
parente94ceb0fddb882282f849cf880888dc4e3257475 (diff)
downloadrspamd-0.9.6.tar.gz
rspamd-0.9.6.zip
Release 0.9.60.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 <vsevolod@highsecure.ru>
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 531f11606..ed67d0b67 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.