]> source.dussan.org Git - rspamd.git/commitdiff
Release 0.9.7 0.9.7
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 23 Jun 2015 14:37:54 +0000 (15:37 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 23 Jun 2015 14:37:54 +0000 (15:37 +0100)
* 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 <vsevolod@highsecure.ru>
CMakeLists.txt
ChangeLog
centos/rspamd.spec
debian/changelog

index cd352a6858157a51857e484238e2fdcf2d9b3b40..95bd7851457030edee692ed316911ae9508ac219 100644 (file)
@@ -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")
index ed67d0b672912d60c874bac93b6aa985d2e40b52..6f9a58deb1e015db78bc2499875a8c3a3bae4c71 100644 (file)
--- 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.
index ee1d9e612a47b54cf77d57995b15a8f09bc9e4d6..41ed91c1a51e1a98fd5978a4f40c2d967c3263f2 100644 (file)
@@ -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 <vsevolod-at-highsecure.ru> 0.9.7-1
+- Update to 0.9.7
+
 * Tue Jun 16 2015 Vsevolod Stakhov <vsevolod-at-highsecure.ru> 0.9.6-1
 - Update to 0.9.6
 
index 46ced6f49b6ec3d70a4971ada1248acc12f27f50..024c47ec6d0a34b7de523f9ba7a05115a242cb50 100644 (file)
@@ -1,8 +1,8 @@
-rspamd (0.9.6) unstable; urgency=low
+rspamd (0.9.7) unstable; urgency=low
 
   * New release.
 
- -- Mikhail Gusarov <dottedmag@debian.org>  Tue, 16 Jun 2015 15:29:51 +0200
+ -- Mikhail Gusarov <dottedmag@debian.org>  Tue, 23 Jun 2015 15:29:51 +0200
 
 rspamd (0.9.4) unstable; urgency=low