This commit is contained in:
Frank Denis 2018-02-21 00:23:11 +01:00
parent 14075e31dc
commit ebd55ba954
2 changed files with 7 additions and 1 deletions

View File

@ -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
- Cached source data were not redownloaded if the proxy was used
without interruption. This has been fixed.

View File

@ -11,7 +11,7 @@ import (
)
const (
AppVersion = "2.0.1"
AppVersion = "2.0.2"
DefaultConfigFileName = "dnscrypt-proxy.toml"
)