From 6b37a7dd7c53983aaa7be6c59e103281eedbc480 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Tue, 17 Sep 2024 06:05:07 +0200 Subject: [PATCH] doc: Update ChangeLog with major package upgrades Signed-off-by: Joachim Wiberg --- doc/ChangeLog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/ChangeLog.md b/doc/ChangeLog.md index 2767e294..210e1fed 100644 --- a/doc/ChangeLog.md +++ b/doc/ChangeLog.md @@ -8,11 +8,21 @@ All notable changes to the project are documented in this file. ------------------------- ### Changes +- Upgrade Buildroot to 2024.02.6 (LTS) - Upgrade Linux kernel to 6.6.52 (LTS) +- Upgrade libyang to 3.4.2 +- Upgrade sysrepo to 2.11.7 +- Upgrade netopeer2 (NETCONF) to 2.2.31 - Updated `infix-routing.yang` to declare deviations for unsupported OSPF RPCs and Notifications in `ietf-ospf.yang` - The CLI admin-exec command `show dns` now also shows any configured name servers, not just ones acquired via DHCP. Issue #510 +- Add support for IPv4 (autoconf) `request-address`. This instructs the + ZeroConf client to start with the requested address. If this is not + successful the client falls back to its default behavior. Issue #628 +- Major speedup (10x) in operational data, in particular when querying + interface status. Very noticeable in the CLI `show interfaces` + command on devices with large port counts. Issue #651 - Silence `yanger` log warnings for failing `mctl` command. Caused by `mctl` reporting no multicast filtering enabled on bridge