mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2025-03-04 02:14:40 +01:00
Update ChangeLog
This commit is contained in:
parent
e49823d328
commit
4974ce98a3
3 changed files with 8 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -15,7 +15,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
AppVersion = "2.0.26"
|
||||
AppVersion = "2.0.27"
|
||||
DefaultConfigFileName = "dnscrypt-proxy.toml"
|
||||
)
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue