]> source.dussan.org Git - rspamd.git/commitdiff
Release 0.9.4 0.9.4
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 21 May 2015 13:28:22 +0000 (14:28 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Thu, 21 May 2015 13:28:22 +0000 (14:28 +0100)
* 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>
CMakeLists.txt
ChangeLog
centos/rspamd.spec

index 083dffe0ae21ac6f8fcc14863b6c6a106d15d3f7..c68613c8ca97b187f59dd9fa7c9020a10e9381d1 100644 (file)
@@ -11,7 +11,7 @@ ENABLE_LANGUAGE(ASM)
 
 SET(RSPAMD_VERSION_MAJOR 0)
 SET(RSPAMD_VERSION_MINOR 9)
-SET(RSPAMD_VERSION_PATCH 3)
+SET(RSPAMD_VERSION_PATCH 4)
 
 SET(RSPAMD_VERSION         "${RSPAMD_VERSION_MAJOR}.${RSPAMD_VERSION_MINOR}.${RSPAMD_VERSION_PATCH}")
 SET(RSPAMD_MASTER_SITE_URL "https://rspamd.com")
index c51b7972318d0e1977dbeff6cc971f5a3c2eb7c4..fae1af07e91abf6519e86a36d6d1c91d7f9ddc4c 100644 (file)
--- 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
index 77ea2765aafda9d62e3dbba43baf85624f06fe56..86454102e4a45e864f130cb7fa7742b3a622c262 100644 (file)
@@ -7,7 +7,7 @@
 %define rspamd_wwwdir   %{_datadir}/rspamd/www
 
 Name:           rspamd
-Version:        0.9.3
+Version:        0.9.4
 Release:        1
 Summary:        Rapid spam filtering system
 Group:          System Environment/Daemons
@@ -233,6 +233,9 @@ fi
 %{_datadir}/rspamd/effective_tld_names.dat
 
 %changelog
+* Thu May 21 2015 Vsevolod Stakhov <vsevolod-at-highsecure.ru> 0.9.4-1
+- Update to 0.9.4
+
 * Tue May 19 2015 Vsevolod Stakhov <vsevolod-at-highsecure.ru> 0.9.3-1
 - Update to 0.9.3