diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-05-17 16:24:08 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-05-17 16:24:08 +0100 |
commit | 87120745feb0a1f90196b1fb21b4f9f2eff8b328 (patch) | |
tree | 3bde4439eaab5296e2c208db5fb3dddefa68bead /centos/rspamd.spec | |
parent | 940ac5134d8d0a296b30ef880223a29da91299eb (diff) | |
download | rspamd-87120745feb0a1f90196b1fb21b4f9f2eff8b328.tar.gz rspamd-87120745feb0a1f90196b1fb21b4f9f2eff8b328.zip |
Release 0.9.1.0.9.1
* Restore utf8 validation for regular expressions to avoid crashes
* Fix symbols displaying in the interface
* Add symbol groups to the interface
* Fix maps ID parsing in the controller
* Add multimap and regexp modules documentation
* Backport fixes from libucl
* Fix debian package (by @dottedmag)
* Rework XXH32 invocations
Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
Diffstat (limited to 'centos/rspamd.spec')
-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 b02b1eb2b..3b0219c9e 100644 --- a/centos/rspamd.spec +++ b/centos/rspamd.spec @@ -7,7 +7,7 @@ %define rspamd_wwwdir %{_datadir}/rspamd/www Name: rspamd -Version: 0.9.0 +Version: 0.9.1 Release: 1 Summary: Rapid spam filtering system Group: System Environment/Daemons @@ -233,6 +233,9 @@ fi %{_datadir}/rspamd/effective_tld_names.dat %changelog +* Sun May 17 2015 Vsevolod Stakhov <vsevolod-at-highsecure.ru> 0.9.1-1 +- Update to 0.9.1 + * Wed May 13 2015 Vsevolod Stakhov <vsevolod-at-highsecure.ru> 0.9.0-1 - Update to 0.9.0 |