Skip to content

Commit 2e59912

Browse files
committed
Changelog: Update changelog with the new Wi-Fi Access point feature
1 parent 87bfa22 commit 2e59912

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

doc/ChangeLog.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ All notable changes to the project are documented in this file.
66
[v26.01.0][UNRELEASED]
77
-------------------------
88

9+
> [!WARNING]
10+
> **BREAKING CHANGES:** This release includes breaking changes to WiFi configuration:
11+
>
12+
> - WiFi station/client configuration has been restructured. The `wifi` container
13+
> now requires a `radio` reference, and station configuration has moved under a
14+
> `wifi/station` container. Existing WiFi configurations must be manually updated.
15+
> - WiFi radios are now configured via `ietf-hardware` instead of the interfaces module.
16+
17+
> [!NOTE]
18+
> Noteworthy changes and additions in this release:
19+
>
20+
> - WiFi Access Point (AP) mode support with multi-SSID capability
21+
> - RIPv2 routing support
22+
923
### Changes
1024

1125
- Upgrade Linux kernel to 6.12.63 (LTS)
@@ -26,11 +40,20 @@ All notable changes to the project are documented in this file.
2640
policy, keeping snapshots from every 5 minutes (recent) to yearly (historical)
2741
- Add support data collection script, useful when troubleshooting issues on
2842
deployed systems. Gathers system information, logs, and more. Issue #1287
43+
- Add WiFi Access Point (AP) mode with multi-SSID support and WPA2/WPA3 security.
44+
**BREAKING:** WiFi architecture refactored with radios configured via
45+
`ietf-hardware` and interfaces requiring `radio` reference. Station config
46+
moved to `wifi/station` container. Existing Wi-Fi interfaces will be
47+
removed during upgrade (for the rest of the configuration to apply)
48+
and you need to reconfigure them again. See [wifi.md](wifi.md) for details
2949

3050
### Fixes
3151

3252
- Fix #1314: Raspberry Pi 4B with 1 or 8 GiB RAM does not boot. This was due
3353
newer EEPROM firmware in newer boards require a newer rpi-firmware package
54+
- Fix #1082: Wi-Fi interfaces always scanned, introduce a `scan-mode`
55+
to the Wi-Fi concept in Infix.
56+
3457

3558
[v25.11.0][] - 2025-12-02
3659
-------------------------

0 commit comments

Comments
 (0)