Pull request: upd-chlog
Merge in DNS/adguard-home from upd-chlog to master Squashed commit of the following: commit 26638a064952ab99f8935eb6f09766f9ea7d8137 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Wed Sep 14 17:57:11 2022 +0300 all: upd chlog
This commit is contained in:
parent
b9e39c8cca
commit
fc62796e2d
42
CHANGELOG.md
42
CHANGELOG.md
|
@ -20,11 +20,30 @@ and this project adheres to
|
||||||
- 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]).
|
||||||
|
|
||||||
|
[#2993]: https://github.com/AdguardTeam/AdGuardHome/issues/2993
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!--
|
||||||
|
## [v0.107.14] - 2022-10-05 (APPROX.)
|
||||||
|
|
||||||
|
See also the [v0.107.14 GitHub milestone][ms-v0.107.14].
|
||||||
|
|
||||||
|
[ms-v0.107.14]: https://github.com/AdguardTeam/AdGuardHome/milestone/50?closed=1
|
||||||
|
-->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [v0.107.13] - 2022-09-14
|
||||||
|
|
||||||
|
See also the [v0.107.13 GitHub milestone][ms-v0.107.13].
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- The new optional `dns.ipset_file` property in the configuration file. It
|
- The new optional `dns.ipset_file` property, which can be set in the
|
||||||
allows loading the `ipset` list from a file, just like `dns.upstream_dns_file`
|
configuration file. It allows loading the `ipset` list from a file, just like
|
||||||
does for upstream servers ([#4686]).
|
`dns.upstream_dns_file` does for upstream servers ([#4686]).
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
@ -35,21 +54,11 @@ and this project adheres to
|
||||||
|
|
||||||
- Panic when adding a static lease within the disabled DHCP server ([#4722]).
|
- Panic when adding a static lease within the disabled DHCP server ([#4722]).
|
||||||
|
|
||||||
[#2993]: https://github.com/AdguardTeam/AdGuardHome/issues/2993
|
|
||||||
[#4686]: https://github.com/AdguardTeam/AdGuardHome/issues/4686
|
[#4686]: https://github.com/AdguardTeam/AdGuardHome/issues/4686
|
||||||
[#4722]: https://github.com/AdguardTeam/AdGuardHome/issues/4722
|
[#4722]: https://github.com/AdguardTeam/AdGuardHome/issues/4722
|
||||||
[#4904]: https://github.com/AdguardTeam/AdGuardHome/issues/4904
|
[#4904]: https://github.com/AdguardTeam/AdGuardHome/issues/4904
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!--
|
|
||||||
## [v0.107.13] - 2022-10-05 (APPROX.)
|
|
||||||
|
|
||||||
See also the [v0.107.13 GitHub milestone][ms-v0.107.13].
|
|
||||||
|
|
||||||
[ms-v0.107.13]: https://github.com/AdguardTeam/AdGuardHome/milestone/49?closed=1
|
[ms-v0.107.13]: https://github.com/AdguardTeam/AdGuardHome/milestone/49?closed=1
|
||||||
-->
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1221,11 +1230,12 @@ See also the [v0.104.2 GitHub milestone][ms-v0.104.2].
|
||||||
|
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.13...HEAD
|
[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.14...HEAD
|
||||||
[v0.107.13]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.11...v0.107.13
|
[v0.107.14]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.13...v0.107.14
|
||||||
-->
|
-->
|
||||||
|
|
||||||
[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.12...HEAD
|
[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.13...HEAD
|
||||||
|
[v0.107.13]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.12...v0.107.13
|
||||||
[v0.107.12]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.11...v0.107.12
|
[v0.107.12]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.11...v0.107.12
|
||||||
[v0.107.11]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.10...v0.107.11
|
[v0.107.11]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.10...v0.107.11
|
||||||
[v0.107.10]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.9...v0.107.10
|
[v0.107.10]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.9...v0.107.10
|
||||||
|
|
Loading…
Reference in New Issue