mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2024-12-27 00:12:31 +01:00
Bump
This commit is contained in:
parent
c5bda9e2ae
commit
116f985b96
10
ChangeLog
10
ChangeLog
@ -1,11 +1,7 @@
|
|||||||
* Version 2.0.31
|
* Version 2.0.31
|
||||||
- This version fixes another regression introduced in version 2.0.29,
|
- This version fixes two regressions introduced in version 2.0.29:
|
||||||
where DoH server couldn't be reached over IPv6 any more.
|
DoH server couldn't be reached over IPv6 any more, and the proxy
|
||||||
- The Windows service now returns immediately, so that it doesn't get
|
couldn't be interrupted while servers were being benchmarked.
|
||||||
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
|
* Version 2.0.30
|
||||||
- This version fixes a startup issue introduced in version 2.0.29,
|
- This version fixes a startup issue introduced in version 2.0.29,
|
||||||
|
@ -15,7 +15,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
AppVersion = "2.0.29"
|
AppVersion = "2.0.31"
|
||||||
DefaultConfigFileName = "dnscrypt-proxy.toml"
|
DefaultConfigFileName = "dnscrypt-proxy.toml"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user