From f3183cd911f0a4e6f8258a0dddb9c12c73f04211 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Tue, 12 May 2026 11:06:19 +0200 Subject: [PATCH] doc: update changelog [skip ci] Signed-off-by: Joachim Wiberg --- doc/ChangeLog.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/doc/ChangeLog.md b/doc/ChangeLog.md index b4e0c88d..f3352da2 100644 --- a/doc/ChangeLog.md +++ b/doc/ChangeLog.md @@ -3,6 +3,21 @@ Change Log All notable changes to the project are documented in this file. +[v26.05.0][UNRELEASED] +------------------------- + +### Changes + +- Upgrade Linux kernel to 6.18.29 (LTS) + +### Fixes + +- Fix #1493: container with a physical interface not properly removed + when switching to a configuration without containers +- Handle unclean daemon exits better, e.g., `dbus-daemon` crashing and + leaving a stale pidfile behind, causing it to refuse to be restarted +- Fix occasional blank or garbled `[ OK ]` lines at startup + [v26.04.0][] - 2026-04-30 -------------------------