mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-22 13:05:36 +03:00
Pull request #1573: all: upd chlog
Merge in DNS/adguard-home from upd-chlog to master Squashed commit of the following: commit d6d55a9a35a8810c6b334d19ba9747fb2b3e7f82 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Fri Aug 19 16:44:18 2022 +0300 all: upd chlog
This commit is contained in:
parent
cf3a8991ea
commit
6856a80380
1 changed files with 28 additions and 18 deletions
46
CHANGELOG.md
46
CHANGELOG.md
|
@ -12,7 +12,7 @@ and this project adheres to
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
## [v0.108.0] - 2022-10-01 (APPROX.)
|
## [v0.108.0] - 2022-12-01 (APPROX.)
|
||||||
-->
|
-->
|
||||||
|
|
||||||
### Security
|
### Security
|
||||||
|
@ -20,35 +20,44 @@ 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]).
|
||||||
|
|
||||||
|
### 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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<!--
|
||||||
|
## [v0.107.12] - 2022-09-28 (APPROX.)
|
||||||
|
|
||||||
|
See also the [v0.107.12 GitHub milestone][ms-v0.107.12].
|
||||||
|
|
||||||
|
[ms-v0.107.12]: https://github.com/AdguardTeam/AdGuardHome/milestone/47?closed=1
|
||||||
|
-->
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [v0.107.11] - 2022-08-19
|
||||||
|
|
||||||
|
See also the [v0.107.11 GitHub milestone][ms-v0.107.11].
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Bilibili service blocking ([#4795]).
|
- Bilibili service blocking ([#4795]).
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- DNS-over-QUIC connections now use keptalive.
|
- DNS-over-QUIC connections now use keepalive.
|
||||||
|
|
||||||
### Deprecated
|
|
||||||
|
|
||||||
- Go 1.18 support. v0.109.0 will require at least Go 1.19 to build.
|
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Migrations from releases older than v0.107.7 failing ([#4846]).
|
- Migrations from releases older than v0.107.7 failing ([#4846]).
|
||||||
|
|
||||||
[#2993]: https://github.com/AdguardTeam/AdGuardHome/issues/2993
|
|
||||||
[#4795]: https://github.com/AdguardTeam/AdGuardHome/issues/4795
|
[#4795]: https://github.com/AdguardTeam/AdGuardHome/issues/4795
|
||||||
[#4846]: https://github.com/AdguardTeam/AdGuardHome/issues/4846
|
[#4846]: https://github.com/AdguardTeam/AdGuardHome/issues/4846
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!--
|
|
||||||
## [v0.107.11] - 2022-09-28 (APPROX.)
|
|
||||||
|
|
||||||
See also the [v0.107.11 GitHub milestone][ms-v0.107.11].
|
|
||||||
|
|
||||||
[ms-v0.107.11]: https://github.com/AdguardTeam/AdGuardHome/milestone/47?closed=1
|
[ms-v0.107.11]: https://github.com/AdguardTeam/AdGuardHome/milestone/47?closed=1
|
||||||
-->
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1130,11 +1139,12 @@ See also the [v0.104.2 GitHub milestone][ms-v0.104.2].
|
||||||
|
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.11...HEAD
|
[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.12...HEAD
|
||||||
[v0.107.11]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.10...v0.107.11
|
[v0.107.12]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.11...v0.107.12
|
||||||
-->
|
-->
|
||||||
|
|
||||||
[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.10...HEAD
|
[Unreleased]: https://github.com/AdguardTeam/AdGuardHome/compare/v0.107.11...HEAD
|
||||||
|
[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
|
||||||
[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.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
|
||||||
|
|
Loading…
Reference in a new issue