Pull request: udp-chlog
Merge in DNS/adguard-home from udp-chlog to master Squashed commit of the following: commit 1c8dbff75c8377c352f6fedd18699f151a087f2b Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Wed Aug 3 17:19:18 2022 +0300 all: upd chlog
This commit is contained in:
parent
3420becce3
commit
eb8e8166c8
63
CHANGELOG.md
63
CHANGELOG.md
|
@ -17,19 +17,45 @@ and this project adheres to
|
||||||
|
|
||||||
### Security
|
### Security
|
||||||
|
|
||||||
- Go version was updated to prevent the possibility of exploiting the
|
|
||||||
CVE-2022-32189 Go vulnerability fixed in [Go 1.18.5][go-1.18.5]. Go 1.17
|
|
||||||
support has also been removed, as it has reached end of life and will not
|
|
||||||
receive security updates.
|
|
||||||
- Weaker cipher suites that use the CBC (cipher block chaining) mode of
|
- Weaker cipher suites that use the CBC (cipher block chaining) mode of
|
||||||
operation have been disabled ([#2993]).
|
operation have been disabled ([#2993]).
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Domain-specific upstream servers test. Such test fails with an appropriate
|
|
||||||
warning message ([#4517]).
|
|
||||||
- Support for Discovery of Designated Resolvers (DDR) according to the [RFC
|
- Support for Discovery of Designated Resolvers (DDR) according to the [RFC
|
||||||
draft][ddr-draft] ([#4463]).
|
draft][ddr-draft] ([#4463]).
|
||||||
|
|
||||||
|
### Deprecated
|
||||||
|
|
||||||
|
- Go 1.18 support. v0.109.0 will require at least Go 1.19 to build.
|
||||||
|
|
||||||
|
[#2993]: https://github.com/AdguardTeam/AdGuardHome/issues/2993
|
||||||
|
|
||||||
|
[ddr-draft]: https://datatracker.ietf.org/doc/html/draft-ietf-add-ddr-08
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!--
|
||||||
|
## [v0.107.10] - 2022-09-06 (APPROX.)
|
||||||
|
-->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [v0.107.9] - 2022-08-03
|
||||||
|
|
||||||
|
See also the [v0.107.9 GitHub milestone][ms-v0.107.9].
|
||||||
|
|
||||||
|
### Security
|
||||||
|
|
||||||
|
- Go version was updated to prevent the possibility of exploiting the
|
||||||
|
CVE-2022-32189 Go vulnerability fixed in [Go 1.18.5][go-1.18.5]. Go 1.17
|
||||||
|
support has also been removed, as it has reached end of life and will not
|
||||||
|
receive security updates.
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Domain-specific upstream servers test. If such test fails, a warning message
|
||||||
|
is shown ([#4517]).
|
||||||
- `windows/arm64` support ([#3057]).
|
- `windows/arm64` support ([#3057]).
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
@ -37,26 +63,22 @@ and this project adheres to
|
||||||
- UI and update links have been changed to make them more resistant to DNS
|
- UI and update links have been changed to make them more resistant to DNS
|
||||||
blocking.
|
blocking.
|
||||||
|
|
||||||
### Deprecated
|
### Fixed
|
||||||
|
|
||||||
- Go 1.18 support. v0.109.0 will require at least Go 1.19 to build.
|
- Several UI issues ([#4775], [#4776], [#4782]).
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
- Go 1.17 support, as it has reached end of life.
|
- Go 1.17 support, as it has reached end of life.
|
||||||
|
|
||||||
[#2993]: https://github.com/AdguardTeam/AdGuardHome/issues/2993
|
|
||||||
[#3057]: https://github.com/AdguardTeam/AdGuardHome/issues/3057
|
[#3057]: https://github.com/AdguardTeam/AdGuardHome/issues/3057
|
||||||
[#4517]: https://github.com/AdguardTeam/AdGuardHome/issues/4517
|
[#4517]: https://github.com/AdguardTeam/AdGuardHome/issues/4517
|
||||||
|
[#4775]: https://github.com/AdguardTeam/AdGuardHome/issues/4775
|
||||||
|
[#4776]: https://github.com/AdguardTeam/AdGuardHome/issues/4776
|
||||||
|
[#4782]: https://github.com/AdguardTeam/AdGuardHome/issues/4782
|
||||||
|
|
||||||
[ddr-draft]: https://datatracker.ietf.org/doc/html/draft-ietf-add-ddr-08
|
[go-1.18.5]: https://groups.google.com/g/golang-announce/c/YqYYG87xB10
|
||||||
[go-1.18.5]: https://groups.google.com/g/golang-announce/c/YqYYG87xB10
|
[ms-v0.107.9]: https://github.com/AdguardTeam/AdGuardHome/milestone/45?closed=1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!--
|
|
||||||
## [v0.107.9] - 2022-08-23 (APPROX.)
|
|
||||||
-->
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1063,11 +1085,12 @@ See also the [v0.104.2 GitHub milestone][ms-v0.104.2].
|
||||||
|
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.9...HEAD
|
[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.10...HEAD
|
||||||
[v0.107.9]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.8...v0.107.9
|
[v0.107.9]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.9...v0.107.10
|
||||||
-->
|
-->
|
||||||
|
|
||||||
[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.8...HEAD
|
[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.9...HEAD
|
||||||
|
[v0.107.9]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.8...v0.107.9
|
||||||
[v0.107.8]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.7...v0.107.8
|
[v0.107.8]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.7...v0.107.8
|
||||||
[v0.107.7]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.6...v0.107.7
|
[v0.107.7]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.6...v0.107.7
|
||||||
[v0.107.6]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.5...v0.107.6
|
[v0.107.6]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.5...v0.107.6
|
||||||
|
|
Loading…
Reference in New Issue