aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-10-26 23:20:01 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-10-26 23:20:01 +0000
commitd8688b6d2c58241328149aedbd998ddca6591b9f (patch)
tree7643e2ed133dc8a27ba441555d9b77b53ae025d5 /ChangeLog
parent2b474794d03d3f52cd1474cf31f5631029d7c141 (diff)
downloadrspamd-d8688b6d2c58241328149aedbd998ddca6591b9f.tar.gz
rspamd-d8688b6d2c58241328149aedbd998ddca6591b9f.zip
Release 1.0.81.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) Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ad3cc459b..e2aad9667 100644
--- 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