From d7ac84cf99aca70000ae9db3a3e16301dcf4f5cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Walstr=C3=B6m?= Date: Fri, 24 Jan 2025 14:11:26 +0100 Subject: [PATCH] Update changelog with kernel and buildroot changes --- doc/ChangeLog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/ChangeLog.md b/doc/ChangeLog.md index fecdabc6..976e91b1 100644 --- a/doc/ChangeLog.md +++ b/doc/ChangeLog.md @@ -12,7 +12,8 @@ All notable changes to the project are documented in this file. - Add support for more mDNS settings: allow/deny interfaces, acting as "reflector" and filtering of reflected services. Issue #678 - Review of default `sysctl` settings, issue #829 - - Upgrade Linux kernel to 6.12.3 (LTS) + - Upgrade Linux kernel to 6.12.11 (LTS) + - Upgrade Buildroot to 2024.02.10 (LTS) - Add the possibility to change the boot order for the system with a RPC and add boot order to operational datastore. - SSH Server is now configurable, issue #441