From 72425b80a3d0afba3d255e2bfd7dc0bc370d4b97 Mon Sep 17 00:00:00 2001 From: Eugene Burkov Date: Tue, 22 Apr 2025 17:39:45 +0300 Subject: [PATCH] Pull request 2397: Update changelog Merge in DNS/adguard-home from upd-chlog to master Squashed commit of the following: commit 10ff5bce544ef796eb22739c7d20d8bf92b0109f Author: Eugene Burkov Date: Tue Apr 22 15:45:45 2025 +0300 all: upd chlog --- CHANGELOG.md | 34 ++++++++++++++++++++-------------- 1 file changed, 20 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 791e8874..c7ebcb85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,15 +9,27 @@ The format is based on [*Keep a Changelog*](https://keepachangelog.com/en/1.0.0/ +### Fixed + +- Validation process for the DNS-over-TLS, DNS-over-QUIC, and HTTPS ports on the *Encryption Settings* page. + + + +## [v0.107.61] - 2025-04-22 + +See also the [v0.107.61 GitHub milestone][ms-v0.107.61]. + ### Security - Any simultaneous requests that are considered duplicates will now only result in a single request to upstreams, reducing the chance of a cache poisoning attack succeeding. This is controlled by the new configuration object `pending_requests`, which has a single `enabled` property, set to `true` by default. @@ -25,10 +37,7 @@ NOTE: Add new changes BELOW THIS COMMENT. **NOTE:** We thank [Xiang Li][mr-xiang-li] for reporting this security issue. It's strongly recommended to leave it enabled, otherwise AdGuard Home will be vulnerable to untrusted clients. [mr-xiang-li]: https://lixiang521.com/ - - +[ms-v0.107.61]: https://github.com/AdguardTeam/AdGuardHome/milestone/96?closed=1 ## [v0.107.60] - 2025-04-14 @@ -71,10 +80,6 @@ See also the [v0.107.60 GitHub milestone][ms-v0.107.60]. See also the [v0.107.59 GitHub milestone][ms-v0.107.59]. -### Fixed - -- Validation process for the DNS-over-TLS, DNS-over-QUIC, and HTTPS ports on the *Encryption Settings* page. - - Rules with the `client` modifier not working ([#7708]). - The search form not working in the query log ([#7704]). @@ -3115,11 +3120,12 @@ See also the [v0.104.2 GitHub milestone][ms-v0.104.2]. [ms-v0.104.2]: https://github.com/AdguardTeam/AdGuardHome/milestone/28?closed=1 -[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.60...HEAD +[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.61...HEAD +[v0.107.61]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.60...v0.107.61 [v0.107.60]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.59...v0.107.60 [v0.107.59]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.58...v0.107.59 [v0.107.58]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.57...v0.107.58