From 393195066e3b741b15edbd13bef79ce524d7269e Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Thu, 31 Oct 2019 16:50:38 +0100 Subject: [PATCH] Up --- ChangeLog | 5 +++++ dnscrypt-proxy/main.go | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a7071a6c..8af49801 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,11 @@ * Version 2.0.31 - This version fixes another regression introduced in version 2.0.29, where DoH server couldn't be reached over IPv6 any more. + - The Windows service now returns immediately, so that it doesn't get +killed by the service manager if porbing the servers list takes too +long. Great contribution from Alison Winters! + - The proxy can be interrupted again while servers are being +benchmarked. * Version 2.0.30 - This version fixes a startup issue introduced in version 2.0.29, diff --git a/dnscrypt-proxy/main.go b/dnscrypt-proxy/main.go index 3389cbbe..568b0e62 100644 --- a/dnscrypt-proxy/main.go +++ b/dnscrypt-proxy/main.go @@ -15,7 +15,7 @@ import ( ) const ( - AppVersion = "2.0.30" + AppVersion = "2.0.31" DefaultConfigFileName = "dnscrypt-proxy.toml" )