From fde082af44dca7a094ac93c257d4beb84fa04a31 Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Thu, 8 Jun 2023 12:16:13 +0300 Subject: [PATCH] Pull request 1866: upd-chlog Merge in DNS/adguard-home from upd-chlog to master Squashed commit of the following: commit 73e90eb68edeb82d99637b51bd99ff12cf590e25 Author: Ainar Garipov Date: Wed Jun 7 20:45:45 2023 +0300 all: upd chlog --- CHANGELOG.md | 43 ++++++++++++++++++++++++++----------------- 1 file changed, 26 insertions(+), 17 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 048970d9..ef6eb701 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,26 +14,38 @@ and this project adheres to +### Added + +- The ability to edit rewrite rules via `PUT /control/rewrite/update` HTTP API + ([#1577]). + +[#1577]: https://github.com/AdguardTeam/AdGuardHome/issues/1577 + + + + + +## [v0.107.30] - 2023-06-07 + +See also the [v0.107.30 GitHub milestone][ms-v0.107.30]. + ### Security - Go version has been updated to prevent the possibility of exploiting the CVE-2023-29402, CVE-2023-29403, and CVE-2023-29404 Go vulnerabilities fixed in [Go 1.19.10][go-1.19.10]. -### Added - -- The ability to edit rewrite rules via `PUT /control/rewrite/update` HTTP API - ([#1577]). - ### Fixed - Unquoted IPv6 bind hosts with trailing colons erroneously considered @@ -46,14 +58,10 @@ NOTE: Add new changes BELOW THIS COMMENT. - Provided bootstrap servers are now used to resolve the hostnames of plain UDP/TCP upstream servers. -[#1577]: https://github.com/AdguardTeam/AdGuardHome/issues/1577 [#5716]: https://github.com/AdguardTeam/AdGuardHome/issues/5716 -[go-1.19.10]: https://groups.google.com/g/golang-announce/c/q5135a9d924/m/j0ZoAJOHAwAJ - - +[go-1.19.10]: https://groups.google.com/g/golang-announce/c/q5135a9d924/m/j0ZoAJOHAwAJ +[ms-v0.107.30]: https://github.com/AdguardTeam/AdGuardHome/milestone/66?closed=1 @@ -1978,11 +1986,12 @@ See also the [v0.104.2 GitHub milestone][ms-v0.104.2]. -[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.29...HEAD +[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.30...HEAD +[v0.107.30]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.29...v0.107.30 [v0.107.29]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.28...v0.107.29 [v0.107.28]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.27...v0.107.28 [v0.107.27]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.26...v0.107.27