From e14728601b3fe3164f7680bb2ea4769765b7e5db Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Tue, 2 Jun 2026 21:35:18 +0200 Subject: [PATCH] doc: update ChangeLog Signed-off-by: Joachim Wiberg --- doc/ChangeLog.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/doc/ChangeLog.md b/doc/ChangeLog.md index 956c7935..3c762e77 100644 --- a/doc/ChangeLog.md +++ b/doc/ChangeLog.md @@ -4,10 +4,13 @@ Change Log All notable changes to the project are documented in this file. [v26.06.0][UNRELEASED] --------------- +------------------------- ### Changes +- Initial WebUI: static status pages and a tree view of operational status. + Curated configuration pages for a some tasks and a tree view for the rest. + Also includes a maintenance section for firmware upgrade and more - Add Wi-Fi roaming for fast, seamless handoff between access points that share an SSID: 802.11k, 802.11v and 802.11r (over-the-air FT). See the [Wi-Fi][wifi] guide for details @@ -18,6 +21,12 @@ All notable changes to the project are documented in this file. - Add `legacy-rates` option to re-enable 802.11b rates on 2.4 GHz for old IoT devices (disabled by default) +### Fixes + +- Enabling IP masquerading in the firewall no longer enables IP forwarding on + all interfaces. This has been an issue ever since the firewall support was + introduced in v25.10.0 + [wifi]: wifi.md [v26.05.0][] - 2026-05-29 @@ -2153,6 +2162,7 @@ Supported YANG models in addition to those used by sysrepo and netopeer: [buildroot]: https://buildroot.org/ [UNRELEASED]: https://github.com/kernelkit/infix/compare/v26.05.0...HEAD +[v26.06.0]: https://github.com/kernelkit/infix/compare/v26.05.0...v26.06.0 [v26.05.0]: https://github.com/kernelkit/infix/compare/v26.04.0...v26.05.0 [v26.04.0]: https://github.com/kernelkit/infix/compare/v26.03.0...v26.04.0 [v26.03.0]: https://github.com/kernelkit/infix/compare/v26.02.0...v26.03.0