This commit is contained in:
Frank Denis 2018-05-16 11:41:55 +02:00
parent 49e5c87f8d
commit d87f3618ac
3 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,8 @@
* Version 2.0.13
- This version fixes a crash when using DoH for queries whose size
were a multiple of the block size. Reported by @char101, thanks!
* Version 2.0.12
- Further compatibility fixes for Alpine Linux/i386 and Android/i386
have been made. Thanks to @aead for his help!

View File

@ -4,7 +4,7 @@
A flexible DNS proxy, with support for modern encrypted DNS protocols such as [DNSCrypt v2](https://dnscrypt.info/protocol) and [DNS-over-HTTP](https://tools.ietf.org/html/draft-ietf-doh-dns-over-https-05).
## [dnscrypt-proxy 2.0.12 final is available for download!](https://github.com/jedisct1/dnscrypt-proxy/releases/latest)
## [dnscrypt-proxy 2.0.13 final is available for download!](https://github.com/jedisct1/dnscrypt-proxy/releases/latest)
* [dnscrypt-proxy documentation](https://dnscrypt.info/doc) This project's documentation (Wiki)
* [DNSCrypt project home page](https://dnscrypt.info/)

View File

@ -12,7 +12,7 @@ import (
)
const (
AppVersion = "2.0.12"
AppVersion = "2.0.13"
DefaultConfigFileName = "dnscrypt-proxy.toml"
)