diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-05-19 16:34:21 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-05-19 16:34:21 +0100 |
commit | 5a32a554b894be22421b3d1cccfa9cb56a649e18 (patch) | |
tree | 708c31de168f1ded9e3ec63deed8288b436530b7 /centos | |
parent | cf2102a14f159ec04b30675fd4b41c90afd9861d (diff) | |
download | rspamd-5a32a554b894be22421b3d1cccfa9cb56a649e18.tar.gz rspamd-5a32a554b894be22421b3d1cccfa9cb56a649e18.zip |
Release 0.9.20.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
Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
Diffstat (limited to 'centos')
-rw-r--r-- | centos/rspamd.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/centos/rspamd.spec b/centos/rspamd.spec index 3b0219c9e..7c744109d 100644 --- a/centos/rspamd.spec +++ b/centos/rspamd.spec @@ -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 |