From 0c88e2a1a075b59ce4dbb23244ebfc2cde74b9f2 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sun, 24 Jul 2022 15:43:03 +0200 Subject: [PATCH] ChangeLog update --- ChangeLog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/ChangeLog b/ChangeLog index 626ebebb..4123d8f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +# Version 2.1.2 + - Support for DoH over HTTP/3 (DoH3, HTTP over QUIC) has been added. +Compatible servers will automatically use it. Note that QUIC uses UDP +(usually over port 443, like DNSCrypt) instead of TCP. + - In previous versions, memory usage kept growing due to channels not +being properly closed, causing goroutines to pile up. This was fixed, +resulting in an important reduction of memory usage. Thanks to +@lifenjoiner for investigating and fixing this! + - DNS64: `CNAME` records are now translated like other responses. +Thanks to @ignoramous for this! + - A relay whose name has been configured, but doesn't exist in the +list of available relays is now a hard error. Thanks to @lifenjoiner! + - Mutexes/locking: bug fixes and improvements, by @ignoramous + - Official packages now include linux/riscv64 builds. + - `dnscrypt-proxy -resolve` now reports if ECS (EDNS-clientsubnet) is +supported by the server. + - `dnscrypt-proxy -list` now includes ODoH (Oblivious DoH) servers. + - Local DoH: queries made using the `GET` method are now handled. + - The service can now be installed on OpenRC-based systems. + - `PTR` queries are now supported for cloaked domains. Contributed by +Ian Bashford, thanks! + # Version 2.1.1 This is a bugfix only release, addressing regressions introduced in version 2.1.0: