From 116f985b967c8cf4cb1999744715da866736ec7c Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Thu, 31 Oct 2019 18:12:13 +0100 Subject: [PATCH] Bump --- ChangeLog | 10 +++------- dnscrypt-proxy/main.go | 2 +- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8af49801..ac4db455 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,7 @@ * 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. + - This version fixes two regressions introduced in version 2.0.29: +DoH server couldn't be reached over IPv6 any more, and the proxy +couldn't be interrupted while servers were 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 8b04bc3b..5ebed47e 100644 --- a/dnscrypt-proxy/main.go +++ b/dnscrypt-proxy/main.go @@ -15,7 +15,7 @@ import ( ) const ( - AppVersion = "2.0.29" + AppVersion = "2.0.31" DefaultConfigFileName = "dnscrypt-proxy.toml" )