From: Vsevolod Stakhov Date: Wed, 14 Jun 2017 14:45:41 +0000 (+0100) Subject: Release 1.6.1 X-Git-Tag: 1.6.1^0 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=8895fc6fab3a3c88f38afa663593369255b43a7e;p=rspamd.git Release 1.6.1 * [Fix] Allow to init resolver without rspamd_config * [Fix] Do not crash when resolver failed to initialize * [Fix] Fix abstract context layout * [Fix] Fix CGP helper reply parsing * [Fix] Fix crashes when socket write errors occur * [Fix] Fix parsing IPv6 nameservers in resolv.conf * [Fix] Milter: Don't defer on "greylist" action Signed-off-by: Vsevolod Stakhov --- diff --git a/ChangeLog b/ChangeLog index 19c6add7f..a8d829418 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +1.6.1: 14 Jun 2017 + * [Fix] Allow to init resolver without rspamd_config + * [Fix] Do not crash when resolver failed to initialize + * [Fix] Fix abstract context layout + * [Fix] Fix CGP helper reply parsing + * [Fix] Fix crashes when socket write errors occur + * [Fix] Fix parsing IPv6 nameservers in resolv.conf + * [Fix] Milter: Don't defer on "greylist" action + 1.6.0: 12 Jun 2017 * [Conf] Add rspamd_proxy to the default configuration set * [Conf] Add sample arc module config