Update ChangeLog

This commit is contained in:
Frank Denis 2019-09-09 18:12:36 +02:00
parent e49823d328
commit 4974ce98a3
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
* Version 2.0.27
- The X25519 implementation was changed from using the Go standard
implementation to using Cloudflare's CIRCL library. Unfortunately,
CIRCL appears to be broken on big-endian systems. That change has been
reverted.
* Version 2.0.26
- A new plugin was added to prevent Firefox from bypassing the system
DNS settings.

View File

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

View File

@ -1,5 +1,5 @@
name: dnscrypt-proxy
version: "2.0.26"
version: "2.0.27"
summary: A flexible DNS proxy, with support for encrypted DNS protocols
description: |
A flexible DNS proxy, with support for encrypted DNS protocols.