Pull request: all: upd chlog
Merge in DNS/adguard-home from upd-chlog to master Squashed commit of the following: commit 1ca912f4be4a452abc0c8c95a8d6022d547b3394 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Mon Jun 6 18:35:12 2022 +0300 all: upd chlog
This commit is contained in:
parent
3ce04f48ca
commit
a497dc09ca
64
CHANGELOG.md
64
CHANGELOG.md
|
@ -12,24 +12,52 @@ and this project adheres to
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
## [v0.108.0] - 2022-07-01 (APPROX.)
|
## [v0.108.0] - 2022-10-01 (APPROX.)
|
||||||
-->
|
-->
|
||||||
|
|
||||||
### Security
|
### Security
|
||||||
|
|
||||||
|
- Weaker cipher suites that use the CBC (cipher block chaining) mode of
|
||||||
|
operation have been disabled ([#2993]).
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Support for Discovery of Designated Resolvers (DDR) according to the [RFC
|
||||||
|
draft][ddr-draft-06] ([#4463]).
|
||||||
|
- `windows/arm64` support ([#3057]).
|
||||||
|
|
||||||
|
### Deprecated
|
||||||
|
|
||||||
|
- Go 1.17 support. v0.109.0 will require at least Go 1.18 to build.
|
||||||
|
|
||||||
|
[#2993]: https://github.com/AdguardTeam/AdGuardHome/issues/2993
|
||||||
|
[#3057]: https://github.com/AdguardTeam/AdGuardHome/issues/3057
|
||||||
|
|
||||||
|
[ddr-draft-06]: https://www.ietf.org/archive/id/draft-ietf-add-ddr-06.html
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!--
|
||||||
|
## [v0.107.8] - 2022-07-12 (APPROX.)
|
||||||
|
-->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [v0.107.7] - 2022-06-06
|
||||||
|
|
||||||
|
See also the [v0.107.7 GitHub milestone][ms-v0.107.7].
|
||||||
|
|
||||||
|
### Security
|
||||||
|
|
||||||
- Go version was updated to prevent the possibility of exploiting the
|
- Go version was updated to prevent the possibility of exploiting the
|
||||||
[CVE-2022-29526], [CVE-2022-30634], [CVE-2022-30629], [CVE-2022-30580], and
|
[CVE-2022-29526], [CVE-2022-30634], [CVE-2022-30629], [CVE-2022-30580], and
|
||||||
[CVE-2022-29804] vulnerabilities.
|
[CVE-2022-29804] vulnerabilities.
|
||||||
- Enforced password strength policy ([#3503]).
|
- Enforced password strength policy ([#3503]).
|
||||||
- Weaker cipher suites that use the CBC (cipher block chaining) mode of
|
|
||||||
operation have been disabled ([#2993]).
|
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Support for the final DNS-over-QUIC standard, [RFC 9250][rfc-9250] ([#4592]).
|
- Support for the final DNS-over-QUIC standard, [RFC 9250][rfc-9250] ([#4592]).
|
||||||
- Support upstreams for subdomains of a domain only ([#4503]).
|
- Support upstreams for subdomains of a domain only ([#4503]).
|
||||||
- Support for Discovery of Designated Resolvers (DDR) according to the [RFC
|
|
||||||
draft][ddr-draft-06] ([#4463]).
|
|
||||||
- The ability to control each source of runtime clients separately via
|
- The ability to control each source of runtime clients separately via
|
||||||
`clients.runtime_sources` configuration object ([#3020]).
|
`clients.runtime_sources` configuration object ([#3020]).
|
||||||
- The ability to customize the set of networks that are considered private
|
- The ability to customize the set of networks that are considered private
|
||||||
|
@ -41,7 +69,6 @@ and this project adheres to
|
||||||
([#4166]).
|
([#4166]).
|
||||||
- Logs are now collected by default on FreeBSD and OpenBSD when AdGuard Home is
|
- Logs are now collected by default on FreeBSD and OpenBSD when AdGuard Home is
|
||||||
installed as a service ([#4213]).
|
installed as a service ([#4213]).
|
||||||
- `windows/arm64` support ([#3057]).
|
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
@ -125,10 +152,9 @@ In this release, the schema version has changed from 12 to 14.
|
||||||
|
|
||||||
### Deprecated
|
### Deprecated
|
||||||
|
|
||||||
- The `--no-etc-hosts` option. Its' functionality is now controlled by
|
- The `--no-etc-hosts` option. Its functionality is now controlled by
|
||||||
`clients.runtime_sources.hosts` configuration property. v0.109.0 will remove
|
`clients.runtime_sources.hosts` configuration property. v0.109.0 will remove
|
||||||
the flag completely.
|
the flag completely.
|
||||||
- Go 1.17 support. v0.109.0 will require at least Go 1.18 to build.
|
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
@ -140,9 +166,7 @@ In this release, the schema version has changed from 12 to 14.
|
||||||
- ARP tables refreshing process causing excessive PTR requests ([#3157]).
|
- ARP tables refreshing process causing excessive PTR requests ([#3157]).
|
||||||
|
|
||||||
[#1730]: https://github.com/AdguardTeam/AdGuardHome/issues/1730
|
[#1730]: https://github.com/AdguardTeam/AdGuardHome/issues/1730
|
||||||
[#2993]: https://github.com/AdguardTeam/AdGuardHome/issues/2993
|
|
||||||
[#3020]: https://github.com/AdguardTeam/AdGuardHome/issues/3020
|
[#3020]: https://github.com/AdguardTeam/AdGuardHome/issues/3020
|
||||||
[#3057]: https://github.com/AdguardTeam/AdGuardHome/issues/3057
|
|
||||||
[#3142]: https://github.com/AdguardTeam/AdGuardHome/issues/3142
|
[#3142]: https://github.com/AdguardTeam/AdGuardHome/issues/3142
|
||||||
[#3157]: https://github.com/AdguardTeam/AdGuardHome/issues/3157
|
[#3157]: https://github.com/AdguardTeam/AdGuardHome/issues/3157
|
||||||
[#3367]: https://github.com/AdguardTeam/AdGuardHome/issues/3367
|
[#3367]: https://github.com/AdguardTeam/AdGuardHome/issues/3367
|
||||||
|
@ -169,20 +193,10 @@ In this release, the schema version has changed from 12 to 14.
|
||||||
[CVE-2022-30580]: https://www.cvedetails.com/cve/CVE-2022-30580
|
[CVE-2022-30580]: https://www.cvedetails.com/cve/CVE-2022-30580
|
||||||
[CVE-2022-30629]: https://www.cvedetails.com/cve/CVE-2022-30629
|
[CVE-2022-30629]: https://www.cvedetails.com/cve/CVE-2022-30629
|
||||||
[CVE-2022-30634]: https://www.cvedetails.com/cve/CVE-2022-30634
|
[CVE-2022-30634]: https://www.cvedetails.com/cve/CVE-2022-30634
|
||||||
[ddr-draft-06]: https://www.ietf.org/archive/id/draft-ietf-add-ddr-06.html
|
[ms-v0.107.7]: https://github.com/AdguardTeam/AdGuardHome/milestone/43?closed=1
|
||||||
[repr]: https://reproducible-builds.org/docs/source-date-epoch/
|
|
||||||
[rfc-9250]: https://datatracker.ietf.org/doc/html/rfc9250
|
[rfc-9250]: https://datatracker.ietf.org/doc/html/rfc9250
|
||||||
|
|
||||||
|
|
||||||
<!--
|
|
||||||
## [v0.107.7] - 2022-05-18 (APPROX.)
|
|
||||||
|
|
||||||
See also the [v0.107.7 GitHub milestone][ms-v0.107.7].
|
|
||||||
|
|
||||||
[ms-v0.107.7]: https://github.com/AdguardTeam/AdGuardHome/milestone/43?closed=1
|
|
||||||
-->
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## [v0.107.6] - 2022-04-13
|
## [v0.107.6] - 2022-04-13
|
||||||
|
|
||||||
|
@ -234,6 +248,7 @@ See also the [v0.107.6 GitHub milestone][ms-v0.107.6].
|
||||||
[CVE-2022-28327]: https://www.cvedetails.com/cve/CVE-2022-28327
|
[CVE-2022-28327]: https://www.cvedetails.com/cve/CVE-2022-28327
|
||||||
[dns-draft-02]: https://datatracker.ietf.org/doc/html/draft-ietf-add-svcb-dns-02#section-5.1
|
[dns-draft-02]: https://datatracker.ietf.org/doc/html/draft-ietf-add-svcb-dns-02#section-5.1
|
||||||
[ms-v0.107.6]: https://github.com/AdguardTeam/AdGuardHome/milestone/42?closed=1
|
[ms-v0.107.6]: https://github.com/AdguardTeam/AdGuardHome/milestone/42?closed=1
|
||||||
|
[repr]: https://reproducible-builds.org/docs/source-date-epoch/
|
||||||
[svcb-draft-08]: https://www.ietf.org/archive/id/draft-ietf-dnsop-svcb-https-08.html
|
[svcb-draft-08]: https://www.ietf.org/archive/id/draft-ietf-dnsop-svcb-https-08.html
|
||||||
|
|
||||||
|
|
||||||
|
@ -995,11 +1010,12 @@ See also the [v0.104.2 GitHub milestone][ms-v0.104.2].
|
||||||
|
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.7...HEAD
|
[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.8...HEAD
|
||||||
[v0.107.7]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.6...v0.107.7
|
[v0.107.8]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.7...v0.107.8
|
||||||
-->
|
-->
|
||||||
|
|
||||||
[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.6...HEAD
|
[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.7...HEAD
|
||||||
|
[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
|
||||||
[v0.107.5]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.4...v0.107.5
|
[v0.107.5]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.4...v0.107.5
|
||||||
[v0.107.4]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.3...v0.107.4
|
[v0.107.4]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.3...v0.107.4
|
||||||
|
|
Loading…
Reference in New Issue