From 5df26b217a784b5bd150b5296ce8ae47d3c09228 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Wed, 1 Jul 2026 08:26:15 +0200 Subject: [PATCH 1/2] utils: link to GNS3 blog instead of GNS3 marketplace Friendlier for first-time users, and drives traffic to the blog, hopefully. Signed-off-by: Joachim Wiberg --- utils/extract-changelog.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/extract-changelog.sh b/utils/extract-changelog.sh index ad92f6e4..f3f6a8bf 100755 --- a/utils/extract-changelog.sh +++ b/utils/extract-changelog.sh @@ -47,5 +47,5 @@ END { if (buf) print buf } cat < [!TIP] -> **Try Infix in GNS3!** Download the appliance from the [GNS3 Marketplace](https://gns3.com/marketplace/appliances/infix) to test Infix in a virtual network environment without hardware. +> **Try Infix in GNS3!** See the blog post for details EOF From d2abdf0f64788d46d2d14d71c21dcfa8174d6ef7 Mon Sep 17 00:00:00 2001 From: Joachim Wiberg Date: Wed, 1 Jul 2026 08:27:02 +0200 Subject: [PATCH 2/2] Final ChangeLog update for v26.06 [skip ci] Signed-off-by: Joachim Wiberg --- doc/ChangeLog.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/doc/ChangeLog.md b/doc/ChangeLog.md index bdaef0c5..1611a361 100644 --- a/doc/ChangeLog.md +++ b/doc/ChangeLog.md @@ -3,9 +3,25 @@ Change Log All notable changes to the project are documented in this file. -[v26.06.0][] - 2026-06-30 +[v26.06.0][] - 2026-07-01 ------------------------- +> [!NOTE] +> Noteworthy changes and additions in this release: +> +> **🌐 Web Interface:** Infix gets its first-ever web interface! Browse live +> status and a full operational tree, handle common tasks from curated +> configuration pages, and drop into a YANG tree editor for everything else. +> A maintenance section covers firmware upgrade, backup & restore, and more. +> +> **📶 Wi-Fi Roaming & Mesh:** Access points sharing an SSID can hand clients +> off seamlessly with 802.11k/v/r, form a cable-free 802.11s mesh backhaul, +> and steer dual-band clients onto the faster 5/6 GHz band. +> +> **🗓️ System Scheduling:** Reusable time schedules based on ietf-schedule +> (RFC 9922) let features like scheduled reboot and software update checks +> run on a recurring, cron-style calendar. + ### Changes - Upgrade Linux kernel to 6.18.37 (LTS)