]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Release 1.0.8 1.0.8
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 26 Oct 2015 23:20:01 +0000 (23:20 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 26 Oct 2015 23:20:01 +0000 (23:20 +0000)
* Add function to traverse AST atoms
* Allow dependencies on rspamd symbols for SA metas
* Fix memory corruption when timeout is removed in fuzzy check
* Fix encrypted fuzzy add processing
* Avoid use-after-free in controller session destructor
* Use session pool instead of task pool in fuzzy check
* Fix assembly in i386 mode (#413, #412)

Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
ChangeLog

index ad3cc459b5d586727ba0ad3c6ae6f7957479dac8..e2aad96673a7dfa2a1692bf759bb1fee4ddb84df 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+1.0.8:
+       * Add function to traverse AST atoms
+       * Allow dependencies on rspamd symbols for SA metas
+       * Fix memory corruption when timeout is removed in fuzzy check
+       * Fix encrypted fuzzy add processing
+       * Avoid use-after-free in controller session destructor
+       * Use session pool instead of task pool in fuzzy check
+       * Fix assembly in i386 mode (#413, #412)
+
 1.0.7:
        * Plugged memory leaks in internet address object & html parser
        * Fixed static build