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

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