Merge pull request #1559 from kernelkit/releng

Final release touches
This commit is contained in:
Mattias Walström
2026-07-01 08:53:31 +02:00
committed by GitHub
2 changed files with 18 additions and 2 deletions
+17 -1
View File
@@ -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)
+1 -1
View File
@@ -47,5 +47,5 @@ END { if (buf) print buf }
cat <<EOF
> [!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 <https://www.kernelkit.org/posts/infix-in-gns3/>
EOF