]> source.dussan.org Git - rspamd.git/commitdiff
Release 0.9.9 0.9.9
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 3 Jul 2015 14:03:14 +0000 (15:03 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Fri, 3 Jul 2015 14:03:14 +0000 (15:03 +0100)
* Don't use RWL_SPAMHAUS_WL (unknown result) for whitelisting (by @fatalbanana)
* Import updated public suffix list (by @fatalbanana)
* Remove debug message
* Fix settings (by @fatalbanana)
* Remove duplicated symbol registration
* Use WAL for fuzzy storage
* RBL fixes (by @fatalbanana):
- silence errors;
- yield unknown results from RBLs;
- fix scoring for DNSWL;
- fix use of RBL name as symbol;
- ignore RBL names that would not be yielded;
* Support captures in regular expressions
* Add captures support to lua_regexp
* Support dist on FreeBSD and Darwin
* Add RCVD_IN_DNSWL_NONE as whitelisting exclusion (by @fatalbanana)
* Multiple fixes to URL detection:
- support port definition;
- fix query and path recognition;
- fix parsing of multiple slashes in URL;
- fix parsing query just after port;
- fix path field in `url:to_table` method;
- improve support of IP based URLs.
* Set ignore_whitelists = true for RECEIVED_SPAMHAUS_XBL (by @fatalbanana)
* Add GTUBE support
* Ignore User header in SA mode

Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
ChangeLog
centos/rspamd.spec
debian/changelog

index e746ba2b15fb2a1358343710b1e43e21088f074a..cbaa76c686b95d33d33312dc5e9df9e84b1e618e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+0.9.9:
+       * Don't use RWL_SPAMHAUS_WL (unknown result) for whitelisting (by @fatalbanana)
+       * Import updated public suffix list (by @fatalbanana)
+       * Remove debug message
+       * Fix settings (by @fatalbanana)
+       * Remove duplicated symbol registration
+       * Use WAL for fuzzy storage
+       * RBL fixes (by @fatalbanana):
+               - silence errors;
+               - yield unknown results from RBLs;
+               - fix scoring for DNSWL;
+               - fix use of RBL name as symbol;
+               - ignore RBL names that would not be yielded;
+       * Support captures in regular expressions
+       * Add captures support to lua_regexp
+       * Support dist on FreeBSD and Darwin
+       * Add RCVD_IN_DNSWL_NONE as whitelisting exclusion (by @fatalbanana)
+       * Multiple fixes to URL detection:
+               - support port definition;
+               - fix query and path recognition;
+               - fix parsing of multiple slashes in URL;
+               - fix parsing query just after port;
+               - fix path field in `url:to_table` method;
+               - improve support of IP based URLs.
+       * Set ignore_whitelists = true for RECEIVED_SPAMHAUS_XBL (by @fatalbanana)
+       * Add GTUBE support
+       * Ignore User header in SA mode
+
 0.9.8:
        * Fix critical bug in bayes classifier (#305)
        * Fix critical bug in RBL module (by @fatalbanana)
index 133fb80e53243bca4fc857f6cbdf37fc94a34c79..74a70a6420a7ec02a01c7f554793859575093841 100644 (file)
@@ -7,7 +7,7 @@
 %define rspamd_wwwdir   %{_datadir}/rspamd/www
 
 Name:           rspamd
-Version:        0.9.8
+Version:        0.9.9
 Release:        1
 Summary:        Rapid spam filtering system
 Group:          System Environment/Daemons
@@ -236,6 +236,9 @@ fi
 %{_datadir}/rspamd/effective_tld_names.dat
 
 %changelog
+* Fri Jul 03 2015 Vsevolod Stakhov <vsevolod-at-highsecure.ru> 0.9.9-1
+- Update to 0.9.9
+
 * Thu Jun 25 2015 Vsevolod Stakhov <vsevolod-at-highsecure.ru> 0.9.8-1
 - Update to 0.9.8
 
index e3ba414ef3bb59b789efd36df62a2132f581730e..843c8d06b2fcfb3dfb637e3412baccd223e207cc 100644 (file)
@@ -1,8 +1,8 @@
-rspamd (0.9.8) unstable; urgency=low
+rspamd (0.9.9) unstable; urgency=low
 
   * New release.
 
- -- Mikhail Gusarov <dottedmag@debian.org>  Thu, 25 Jun 2015 15:29:51 +0200
+ -- Mikhail Gusarov <dottedmag@debian.org>  Fri, 3 Jul 2015 14:45:51 +0200
 
 rspamd (0.9.4) unstable; urgency=low