diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fc901591..ab3f5cce 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,7 +1,7 @@ 'name': 'build' 'env': - 'GO_VERSION': '1.23.3' + 'GO_VERSION': '1.23.4' 'NODE_VERSION': '16' 'on': diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3d24f103..d0fb2647 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,7 +1,7 @@ 'name': 'lint' 'env': - 'GO_VERSION': '1.23.3' + 'GO_VERSION': '1.23.4' 'on': 'push': diff --git a/CHANGELOG.md b/CHANGELOG.md index ff159385..7ef20331 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,9 +27,10 @@ NOTE: Add new changes BELOW THIS COMMENT. ### Security +- The permission check and migration on Windows has been fixed to use the + Windows security model more accurately ([#7400]). - Go version has been updated to prevent the possibility of exploiting the Go - vulnerabilities fixed in [1.23.3][go-1.23.3]. - + vulnerabilities fixed in [1.23.4][go-1.23.4]. - The release executables are now signed. ### Added @@ -40,6 +41,7 @@ NOTE: Add new changes BELOW THIS COMMENT. ### Fixed +- Setup guide styles in Firefox. - Goroutine leak during the upstream DNS server test ([#7357]). - Goroutine leak during configuration update resulting in increased response time ([#6818]). @@ -48,7 +50,7 @@ NOTE: Add new changes BELOW THIS COMMENT. [#7357]: https://github.com/AdguardTeam/AdGuardHome/issues/7357 [#7400]: https://github.com/AdguardTeam/AdGuardHome/issues/7400 -[go-1.23.3]: https://groups.google.com/g/golang-announce/c/X5KodEJYuqI +[go-1.23.4]: https://groups.google.com/g/golang-announce/c/3DyiMkYx4Fo