From 6dff67adfb9b7d0190b0996e1115d7a009236d9f Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Thu, 25 Jun 2015 15:49:57 +0100 Subject: [PATCH] Release 0.9.8 * Fix critical bug in bayes classifier (#305) * Fix critical bug in RBL module (by @fatalbanana) * Fix and rework settings plugin. * Fix get_all_opts for a case of non-iterable options. * Use tld for redirector's matching. Signed-off-by: Vsevolod Stakhov --- CMakeLists.txt | 2 +- ChangeLog | 7 +++++++ centos/rspamd.spec | 5 ++++- debian/changelog | 4 ++-- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 95bd78514..eae709296 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -11,7 +11,7 @@ ENABLE_LANGUAGE(ASM) SET(RSPAMD_VERSION_MAJOR 0) SET(RSPAMD_VERSION_MINOR 9) -SET(RSPAMD_VERSION_PATCH 7) +SET(RSPAMD_VERSION_PATCH 8) SET(RSPAMD_VERSION "${RSPAMD_VERSION_MAJOR}.${RSPAMD_VERSION_MINOR}.${RSPAMD_VERSION_PATCH}") SET(RSPAMD_MASTER_SITE_URL "https://rspamd.com") diff --git a/ChangeLog b/ChangeLog index 6f9a58deb..e746ba2b1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +0.9.8: + * Fix critical bug in bayes classifier (#305) + * Fix critical bug in RBL module (by @fatalbanana) + * Fix and rework settings plugin. + * Fix get_all_opts for a case of non-iterable options. + * Use tld for redirector's matching. + 0.9.7: * Add whitelist_exception setting to RBL module (by @fatalbanana) * Don't use RWL_MAILSPIKE_POSSIBLE or DNSWL_BLOCKED for whitelisting (by diff --git a/centos/rspamd.spec b/centos/rspamd.spec index 41ed91c1a..133fb80e5 100644 --- a/centos/rspamd.spec +++ b/centos/rspamd.spec @@ -7,7 +7,7 @@ %define rspamd_wwwdir %{_datadir}/rspamd/www Name: rspamd -Version: 0.9.7 +Version: 0.9.8 Release: 1 Summary: Rapid spam filtering system Group: System Environment/Daemons @@ -236,6 +236,9 @@ fi %{_datadir}/rspamd/effective_tld_names.dat %changelog +* Thu Jun 25 2015 Vsevolod Stakhov 0.9.8-1 +- Update to 0.9.8 + * Tue Jun 23 2015 Vsevolod Stakhov 0.9.7-1 - Update to 0.9.7 diff --git a/debian/changelog b/debian/changelog index 024c47ec6..e3ba414ef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -rspamd (0.9.7) unstable; urgency=low +rspamd (0.9.8) unstable; urgency=low * New release. - -- Mikhail Gusarov Tue, 23 Jun 2015 15:29:51 +0200 + -- Mikhail Gusarov Thu, 25 Jun 2015 15:29:51 +0200 rspamd (0.9.4) unstable; urgency=low -- 2.39.5