aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2015-05-21 14:28:22 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2015-05-21 14:28:22 +0100
commit29572e62d552ba094688ac59eb488bbb4536b15f (patch)
tree85de05cd3e7f71b0c84d292d66ccf14e7a7c5aae /ChangeLog
parent199853aa8371347c2d775e1d773170ff2b5ff210 (diff)
downloadrspamd-29572e62d552ba094688ac59eb488bbb4536b15f.tar.gz
rspamd-29572e62d552ba094688ac59eb488bbb4536b15f.zip
Release 0.9.40.9.4
* Fix critical bugs in tokenization algorithm * Write unit tests for tokenization * Add documentation for lua_tcp * Switch off legacy tokenization by default. * Fix critical bugs in words normalization * Add lua bindings to tokenizer. * Implement storing of HTTP headers inside task * Add lua API to accerss HTTP headers data * Implemented base64 encoding suitable for MIME * Use caseless hash and equal functions for HTTP request headers. * Improve debian architectures support (by @dottedmag) Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c51b79723..fae1af07e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+0.9.4:
+ * Fix critical bugs in tokenization algorithm
+ * Write unit tests for tokenization
+ * Add documentation for lua_tcp
+ * Switch off legacy tokenization by default.
+ * Fix critical bugs in words normalization
+ * Add lua bindings to tokenizer.
+ * Implement storing of HTTP headers inside task
+ * Add lua API to accerss HTTP headers data
+ * Implemented base64 encoding suitable for MIME
+ * Use caseless hash and equal functions for HTTP request headers.
+ * Improve debian architectures support (by @dottedmag)
+
0.9.3:
* Revert incorrect regexp change that broke the default rules
* Fix lua_tcp module