From: Vsevolod Stakhov Date: Tue, 23 Jun 2015 14:37:54 +0000 (+0100) Subject: Release 0.9.7 X-Git-Tag: 0.9.7 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=04d457c57acfe40379af8792a33e22b661e6c7bf;p=rspamd.git Release 0.9.7 * Add whitelist_exception setting to RBL module (by @fatalbanana) * Don't use RWL_MAILSPIKE_POSSIBLE or DNSWL_BLOCKED for whitelisting (by @fatalbanana) * Fix extreme cases in bayes classifier. * Fix parsing of urls with '?' at the end of hostname. * Update interface. * Fix number of issues with webui interaction. * Fix saving maps. * Allow user@ and @domain matches in multimap. * Fix issues with bounces From processing. * Fix abs/fabs misuse. * Fix builds on suse and arch linux distributions. Signed-off-by: Vsevolod Stakhov --- diff --git a/CMakeLists.txt b/CMakeLists.txt index cd352a685..95bd78514 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 6) +SET(RSPAMD_VERSION_PATCH 7) 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 ed67d0b67..6f9a58deb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +0.9.7: + * Add whitelist_exception setting to RBL module (by @fatalbanana) + * Don't use RWL_MAILSPIKE_POSSIBLE or DNSWL_BLOCKED for whitelisting (by + @fatalbanana) + * Fix extreme cases in bayes classifier. + * Fix parsing of urls with '?' at the end of hostname. + * Update interface. + * Fix number of issues with webui interaction. + * Fix saving maps. + * Allow user@ and @domain matches in multimap. + * Fix issues with bounces From processing. + * Fix abs/fabs misuse. + * Fix builds on suse and arch linux distributions. + 0.9.6: * Fix memory leak if mime cannot be parsed. * Fix dkim cache expiration. diff --git a/centos/rspamd.spec b/centos/rspamd.spec index ee1d9e612..41ed91c1a 100644 --- a/centos/rspamd.spec +++ b/centos/rspamd.spec @@ -7,7 +7,7 @@ %define rspamd_wwwdir %{_datadir}/rspamd/www Name: rspamd -Version: 0.9.6 +Version: 0.9.7 Release: 1 Summary: Rapid spam filtering system Group: System Environment/Daemons @@ -236,6 +236,9 @@ fi %{_datadir}/rspamd/effective_tld_names.dat %changelog +* Tue Jun 23 2015 Vsevolod Stakhov 0.9.7-1 +- Update to 0.9.7 + * Tue Jun 16 2015 Vsevolod Stakhov 0.9.6-1 - Update to 0.9.6 diff --git a/debian/changelog b/debian/changelog index 46ced6f49..024c47ec6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -rspamd (0.9.6) unstable; urgency=low +rspamd (0.9.7) unstable; urgency=low * New release. - -- Mikhail Gusarov Tue, 16 Jun 2015 15:29:51 +0200 + -- Mikhail Gusarov Tue, 23 Jun 2015 15:29:51 +0200 rspamd (0.9.4) unstable; urgency=low