]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Release 0.9.5 0.9.5
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 29 May 2015 12:08:35 +0000 (13:08 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 29 May 2015 12:08:35 +0000 (13:08 +0100)
* Avoid double free when extending HTTP message.
* Fix double free if multiple classifiers are defined.
* Fix misprint in spamassassin plugin.
* Fix cpuid invocation on i386.
* Fix ownership issues for zero-copy decode.
* Allow __len metamethod on rspamd{text}.
* Add base64 decoding lua utility.
* Fix build on FreeBSD
* Skip spaces at the beginning of mime messages.
* DBL_ABUSE_REDIR should not have significant weight.
* Allow to split by lua_regexp rspamd{text} objects.
* Allow to specify custom stop pattern for lua_tcp.

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

index d90d9c7411c4edb31538ec282e5daf3e67afe9c5..b93e1c8cd78ffc7f6a0b10eb4c0274fb2dfd7e42 100644 (file)
@@ -11,7 +11,7 @@ ENABLE_LANGUAGE(ASM)
 
 SET(RSPAMD_VERSION_MAJOR 0)
 SET(RSPAMD_VERSION_MINOR 9)
-SET(RSPAMD_VERSION_PATCH 4)
+SET(RSPAMD_VERSION_PATCH 5)
 
 SET(RSPAMD_VERSION         "${RSPAMD_VERSION_MAJOR}.${RSPAMD_VERSION_MINOR}.${RSPAMD_VERSION_PATCH}")
 SET(RSPAMD_MASTER_SITE_URL "https://rspamd.com")
index fae1af07e91abf6519e86a36d6d1c91d7f9ddc4c..531f1160687dfe396f4563c3e8591440723830ac 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+0.9.5:
+       * Avoid double free when extending HTTP message.
+       * Fix double free if multiple classifiers are defined.
+       * Fix misprint in spamassassin plugin.
+       * Fix cpuid invocation on i386.
+       * Fix ownership issues for zero-copy decode.
+       * Allow __len metamethod on rspamd{text}.
+       * Add base64 decoding lua utility.
+       * Fix build on FreeBSD
+       * Skip spaces at the beginning of mime messages.
+       * DBL_ABUSE_REDIR should not have significant weight.
+       * Allow to split by lua_regexp rspamd{text} objects.
+       * Allow to specify custom stop pattern for lua_tcp.
+
 0.9.4:
        * Fix critical bugs in tokenization algorithm
        * Write unit tests for tokenization