mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-04-04 21:57:44 +03:00
Bump
This commit is contained in:
parent
14075e31dc
commit
ebd55ba954
2 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,10 @@
|
||||||
|
|
||||||
|
* Version 2.0.2
|
||||||
|
- Properly error out on FreeBSD and other platforms where built-in
|
||||||
|
service installation is not supported yet.
|
||||||
|
- Improved load-balancing algorithm, which should result in lower
|
||||||
|
latency.
|
||||||
|
|
||||||
* Version 2.0.1
|
* Version 2.0.1
|
||||||
- Cached source data were not redownloaded if the proxy was used
|
- Cached source data were not redownloaded if the proxy was used
|
||||||
without interruption. This has been fixed.
|
without interruption. This has been fixed.
|
||||||
|
|
|
@ -11,7 +11,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
AppVersion = "2.0.1"
|
AppVersion = "2.0.2"
|
||||||
DefaultConfigFileName = "dnscrypt-proxy.toml"
|
DefaultConfigFileName = "dnscrypt-proxy.toml"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue