aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2014-11-03 12:23:36 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2014-11-03 12:23:36 +0000
commit9209985e78f46a031e9591ec4fc262f36157bf15 (patch)
treec664c163ca0ccffbad9b473fa7db1e3ef66f6223 /ChangeLog
parentf8971ca2d4dc37d518cba76fc31e5473d41a1754 (diff)
downloadrspamd-9209985e78f46a031e9591ec4fc262f36157bf15.tar.gz
rspamd-9209985e78f46a031e9591ec4fc262f36157bf15.zip
Release 0.7.3.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 Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog29
1 files changed, 29 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fc279e752..53626fcfe 100644
--- 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