]> source.dussan.org Git - rspamd.git/commitdiff
Release 0.7.3. 0.7.3
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 3 Nov 2014 12:23:36 +0000 (12:23 +0000)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 3 Nov 2014 12:23:36 +0000 (12:23 +0000)
* New upstreams code:
- simplify upstreams API;
- unify strings parsing in upstreams definition;
- add configuration options for the upstreams;
- for failed upstreams re-resolve their addresses;
- use all resolved addresses for an upstream (round-robin);
- implement stable hashing and use it by default for upstreams;
- add unit test for upstreams module.
* Rework signals processing in all rspamd workers:
- signals are now processed in the event loop;
- implement the most common signal handlers for all workers;
- add callbacks for workers specific signal handlers
*  Fix critical issue with fuzzy storage:
Fuzzy stroage could not save any hashes on termination due to bugged
signals handling
* Fix roll history IP storage
* Rework ipv4/ipv6 handling in parsing addresses:
    - turn off support of IPV6_V6ONLY socket option;
    - create ipv6 socket prior to ipv4 one to handle systems with v6/v4
    sockets enabled (Linux)
* Remove CBL as it's wholly included in Spamhaus XBL (by @fatalbanana)
* Remove nszones.com fake RBL (by @citrin)
* Fix upstreams interaction for fuzzy_check
* Verify spf PTR records (reported by @citrin)
* Fix spf MX records parsing
* Add compatibility for old libevent (by @yellowman)
* Sync bugfixes from libucl

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

index fc279e7529649f9679bf3abd754dd7a7e45f85a1..53626fcfe71fd2155c632beb3db632735d515afe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,32 @@
+0.7.3:
+       * New upstreams code:
+               - simplify upstreams API;
+               - unify strings parsing in upstreams definition;
+               - add configuration options for the upstreams;
+               - for failed upstreams re-resolve their addresses;
+               - use all resolved addresses for an upstream (round-robin);
+               - implement stable hashing and use it by default for upstreams;
+               - add unit test for upstreams module.
+       * Rework signals processing in all rspamd workers:
+               - signals are now processed in the event loop;
+               - implement the most common signal handlers for all workers;
+               - add callbacks for workers specific signal handlers
+       *  Fix critical issue with fuzzy storage:
+               Fuzzy stroage could not save any hashes on termination due to bugged
+               signals handling
+    * Fix roll history IP storage
+    * Rework ipv4/ipv6 handling in parsing addresses:
+               - turn off support of IPV6_V6ONLY socket option;
+               - create ipv6 socket prior to ipv4 one to handle systems with v6/v4 
+               sockets enabled (Linux)
+    * Remove CBL as it's wholly included in Spamhaus XBL (by @fatalbanana)
+    * Remove nszones.com fake RBL (by @citrin)
+    * Fix upstreams interaction for fuzzy_check
+    * Verify spf PTR records (reported by @citrin)
+    * Fix spf MX records parsing
+    * Add compatibility for old libevent (by @yellowman)
+    * Sync bugfixes from libucl
+
 0.7.2:
        * Convert all maps to the compressed radix trie
        * Allow IPv6 addresses in IP maps
index d6f2c1ca6d9d6a9c2c3fe02f604715753f053d71..b587e921d3ec7baeb79f672bc69bd14d8fb347f2 100644 (file)
@@ -217,6 +217,9 @@ fi
 %{rspamd_wwwdir}/*
 
 %changelog
+* Mon Nov 03 2014 Vsevolod Stakhov <vsevolod-at-highsecure.ru> 0.7.3-1
+- Update to 0.7.3
+
 * Wed Oct 15 2014 Vsevolod Stakhov <vsevolod-at-highsecure.ru> 0.7.2-1
 - Update to 0.7.2
 
index 139dc25a71d13bce9587dbe9639c8a54b70b8e1a..b537c8e3aee0a0ea8e8b071f87eedfc376870801 100644 (file)
@@ -1,4 +1,4 @@
-rspamd (0.7.2) UNRELEASED; urgency=low
+rspamd (0.7.3) UNRELEASED; urgency=low
 
   * New release.