From 0d0c5afd298346c58e03d2e6a27faa62259ae26c Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Thu, 30 Jan 2020 13:39:54 +0100 Subject: [PATCH] Update ChangeLog --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/ChangeLog b/ChangeLog index 019dc4ab..f95a0671 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +* Version 2.0.37 + - Reliability improvement: queries over UDP are retried after a timeout +instead of solely relying on the client. + - Reliability improvement: during temporary network outages, cached records +are now served even if they are stale. + - Bug fix: SOCKS proxies and DNS relays can be combined. + - New feature: multiple fallback resolvers are now supported (see the +new `fallback_resolvers` option. Note that `fallback_resolver` is +still supported for backward compatibility). + - Windows: the service can be installed with a configuration file +stored separately from the application. + - Security (affecting DoH): precompiled binaries of dnscrypt-proxy 2.0.37 are +built using Go 1.13.7 that fixes a TLS certificate parsing issue present in +previous versions of the compiler. + * Version 2.0.36 - New option: `block_undelegated`. When enabled, `dnscrypt-proxy` will directly respond to queries for locally-served zones (https://sk.tl/2QqB971U)