This commit is contained in:
Frank Denis 2020-01-30 16:19:38 +01:00
parent a6026ce48a
commit d14d2b613a
2 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,9 @@
* Version 2.0.38
- Fixes a regression from 2.0.37 when parsing non-inline comments.
* Version 2.0.37
- Entries from lists (forwarding, blacklists, whitelists) now support
inline comments.
- Reliability improvement: queries over UDP are retried after a timeout
instead of solely relying on the client.
- Reliability improvement: during temporary network outages, cached records

View File

@ -15,7 +15,7 @@ import (
)
const (
AppVersion = "2.0.37"
AppVersion = "2.0.38"
DefaultConfigFileName = "dnscrypt-proxy.toml"
)