From 3151db6f61520f41b3383754693ccd571ddb6d3c Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Wed, 6 Mar 2024 09:27:24 +0100 Subject: [PATCH] Open v24.03.0 release cycle Signed-off-by: Joachim Wiberg --- doc/ChangeLog.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/doc/ChangeLog.md b/doc/ChangeLog.md index 0165a2b6..3f028346 100644 --- a/doc/ChangeLog.md +++ b/doc/ChangeLog.md @@ -4,6 +4,23 @@ Change Log All notable changes to the project are documented in this file. +[v24.03.0][UNRELEASED] +------------------------- + +> Development in progress, for daily updates see the team board: +> + + +### Fixes + +- CLI: fix VLAN inference for interfaces named `eth0.1`, i.e., VID 1 on + lower-layer-if `eth0`. Only affects automatic inference in the CLI, + entering the values manually (CLI/NETCONF) not affected by this bug +- Reduced syslog errors for accesses no non-existing xpaths +- Fix bogus warning about not properly updating `/etc/motd` in new + `motd-banner` setting, introduced in v24.02.0 + + [v24.02.0][] - 2024-03-01 -------------------------