aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2014-11-08 19:01:31 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2014-11-08 19:01:31 +0000
commit30b37141a9618aa0200176e8048b7a2a361a6b68 (patch)
treef15b238fac0014e31b49f7be3d9831b06ee62d0a
parent5ffb6fc9bbd15c41d9c796d5ac9476e1f4b0996c (diff)
downloadrspamd-30b37141a9618aa0200176e8048b7a2a361a6b68.tar.gz
rspamd-30b37141a9618aa0200176e8048b7a2a361a6b68.zip
Release 0.7.40.7.4
* Fix build under *BSD * Detect HAN unicode script * Implement language detection heuristic for text parts * Fix time output in history * Improve piechart coloring * Fix \r\n conversion in DKIM module (reported by @citrin) * Try to detect systems with no IPv6 support * Fix multiple/single values in use settings (reported by @citrin) * Rework IP addresses in upstreams: - Select ipv4/unix addresses if they exist and use ipv6 for ipv6 only upstreams (since the support of ipv6 is poor in many OSes and environments) - Free IP list on upstream destruction - Add test cases for addresses selection - Allow adding of free form IP addresses to upstreams * Fix endiannes in lua_radix search (reported by @citrin) * Soft shutdown should also set wanna_die flag (reported by @citrin) * Stop use-after-free in event loop termination * Fix processing of very short messages in DKIM (reported by @citrin) * Detect systems without shared mutexes * Fix issues with PTR and MX elements in SPF parser (reported by @citrin) Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
-rw-r--r--ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 53626fcfe..62d9b96a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+0.7.4:
+ * Fix build under *BSD
+ * Detect HAN unicode script
+ * Implement language detection heuristic for text parts
+ * Fix time output in history
+ * Improve piechart coloring
+ * Fix \r\n conversion in DKIM module (reported by @citrin)
+ * Try to detect systems with no IPv6 support
+ * Fix multiple/single values in use settings (reported by @citrin)
+ * Rework IP addresses in upstreams:
+ - Select ipv4/unix addresses if they exist and use ipv6 for ipv6 only
+ upstreams (since the support of ipv6 is poor in many OSes and
+ environments)
+ - Free IP list on upstream destruction
+ - Add test cases for addresses selection
+ - Allow adding of free form IP addresses to upstreams
+ * Fix endiannes in lua_radix search (reported by @citrin)
+ * Soft shutdown should also set wanna_die flag (reported by @citrin)
+ * Stop use-after-free in event loop termination
+ * Fix processing of very short messages in DKIM (reported by @citrin)
+ * Detect systems without shared mutexes
+ * Fix issues with PTR and MX elements in SPF parser (reported by @citrin)
+
0.7.3:
* New upstreams code:
- simplify upstreams API;