]> source.dussan.org Git - rspamd.git/commitdiff
Release 0.9.2 0.9.2
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 19 May 2015 15:34:21 +0000 (16:34 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 19 May 2015 15:34:21 +0000 (16:34 +0100)
* Fix error on spawning unique workers.
* Add preliminary version of generic LUA TCP requests API.
* Use lua 5.1 if luajit is not available (Arm64, PowerPC, s390x etc)
* Fix fuzzy mime strings with only type.
* Improve thunderbird sanity checks.
* Fix critical bug on matching regular expressions.
* Make hiredis optional dependency.
* Fix multiple bugs in daemon reloading

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

index d9c62711397297fde39c45694d8276e91b36d594..2f20843bba46745fefbb665ea71fcd3776cc76a4 100644 (file)
@@ -11,7 +11,7 @@ ENABLE_LANGUAGE(ASM)
 
 SET(RSPAMD_VERSION_MAJOR 0)
 SET(RSPAMD_VERSION_MINOR 9)
-SET(RSPAMD_VERSION_PATCH 1)
+SET(RSPAMD_VERSION_PATCH 2)
 
 SET(RSPAMD_VERSION         "${RSPAMD_VERSION_MAJOR}.${RSPAMD_VERSION_MINOR}.${RSPAMD_VERSION_PATCH}")
 SET(RSPAMD_MASTER_SITE_URL "https://rspamd.com")
index 1121a199a03c439b2a480b5e8b9bfafbf3d320a8..152120f04e8de87b2f3d60342570526d4b7fe9ee 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+0.9.2:
+       * Fix error on spawning unique workers.
+       * Add preliminary version of generic LUA TCP requests API.
+       * Use lua 5.1 if luajit is not available (Arm64, PowerPC, s390x etc)
+       * Fix fuzzy mime strings with only type.
+       * Improve thunderbird sanity checks.
+       * Fix critical bug on matching regular expressions.
+       * Make hiredis optional dependency.
+       * Fix multiple bugs in daemon reloading
+
 0.9.1:
        * Restore utf8 validation for regular expressions to avoid crashes
        * Fix symbols displaying in the interface
index 3b0219c9e99b905a32a6edabce898958f447397d..7c744109dcc6b64cc4f3d29c4f3d2f2ddd2e2c7f 100644 (file)
@@ -7,7 +7,7 @@
 %define rspamd_wwwdir   %{_datadir}/rspamd/www
 
 Name:           rspamd
-Version:        0.9.1
+Version:        0.9.2
 Release:        1
 Summary:        Rapid spam filtering system
 Group:          System Environment/Daemons
@@ -233,6 +233,9 @@ fi
 %{_datadir}/rspamd/effective_tld_names.dat
 
 %changelog
+* Tue May 19 2015 Vsevolod Stakhov <vsevolod-at-highsecure.ru> 0.9.2-1
+- Update to 0.9.2
+
 * Sun May 17 2015 Vsevolod Stakhov <vsevolod-at-highsecure.ru> 0.9.1-1
 - Update to 0.9.1