From 1323d2f266a9808e7a9f03ba0d7a9983f4748f2a Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Mon, 4 Nov 2024 11:33:51 +0100 Subject: [PATCH] doc: update ChangeLog Signed-off-by: Joachim Wiberg --- doc/ChangeLog.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/doc/ChangeLog.md b/doc/ChangeLog.md index 71ccd00c5..9981568e3 100644 --- a/doc/ChangeLog.md +++ b/doc/ChangeLog.md @@ -9,8 +9,25 @@ All notable changes to the project are documented in this file. ### Changes +- Support for showing interfaces owned by running containers in the CLI + command `show interfaces`. This also adds support for showing the + peer interface of VETH pairs. Issue #626 +- Reboot system on kernel "oops", on "oops" the kernel now panics and + reboots after 20 seconds. Issue #740 +- Update static factory-config for NanoPi R2S: enable NACM, securing all + passwords, and enabling `iburst` for the NTP client. Issue #750 - Updated QoS documentation with pictures and more information on VLAN - interface ingress/egress priority handling. + interface ingress/egress priority handling, issue #759 +- Disable RTC device in Styx device tree, issue #794 +- Support for saving and restoring system clock from a disk file. This + allows restoring the system clock to a sane date in case the RTC is + disabled or does not have a valid time, issue #794 + +### Fixes +- Fix #685: DSA conduit interface not always detected, randomly causing + major issues configuring systems with multiple switch cores +- Fix #778: reactivate OpenSSL backend for libssh/libssh2 for NanoPI R2S. + This fixes a regression in v24.10.0 causing loss of NETCONF supprt [v24.10.1][] - 2024-10-18