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)