diff --git a/ChangeLog b/ChangeLog index 11d0b6dd..5cb748b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +* Version 2.0.44 + - More updates to the set of block lists, thanks again to IceCodeNew. + - Netprobes and listening sockets are now ignored when the `-list`, +`-list-all`, `-show-certs` or `-check` command-line switches are used. + - `tls_client_auth` was renamed to `doh_client_x509_auth`. A section +with the previous name is temporarily ignored if empty, but will error +out if not. + - Unit tests are now working on 32-bit systems. Thanks to Will Elwood +and @lifenjoiner. + * Version 2.0.43 - Built-in support for DNS64 translation has been implemented. (Contributed by Sergey Smirnov, thanks!) diff --git a/dnscrypt-proxy/main.go b/dnscrypt-proxy/main.go index 59eb798e..6f21d083 100644 --- a/dnscrypt-proxy/main.go +++ b/dnscrypt-proxy/main.go @@ -16,7 +16,7 @@ import ( ) const ( - AppVersion = "2.0.43" + AppVersion = "2.0.44" DefaultConfigFileName = "dnscrypt-proxy.toml" )