Update ChangeLog

This commit is contained in:
Frank Denis 2018-02-19 18:42:29 +01:00
parent 48af50a443
commit 81ba5ef2c6
2 changed files with 12 additions and 1 deletions

11
ChangeLog Normal file
View file

@ -0,0 +1,11 @@
* Version 2.0.1
- Cached source data were not redownloaded if the proxy was used
without interruption. This has been fixed.
- RTT estimation for DNS-over-HTTP/2 servers was off. This has been
fixed.
- The generate-domains-blacklist script now has a configurable
timeout value, and can produce time-based rules.
- The timeout parameter in the example configuration file didn't had
the correct name; this has been fixed.
- Cache: TTLs are now decreasing.

View file

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