Skip to content

Commit baa2685

Browse files
committed
doc: update ChangeLog for v26.04.0 release
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
1 parent fc1c804 commit baa2685

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

doc/ChangeLog.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,46 @@ Change Log
33

44
All notable changes to the project are documented in this file.
55

6-
[v26.04.0][UNRELEASED] -
6+
[v26.04.0][] - 2026-04-30
77
-------------------------
88

99
### Changes
1010

1111
- Upgrade Linux kernel to 6.18.25 (LTS)
1212
- Upgrade Buildroot to 2025.02.13 (LTS)
13+
- Add support for static ARP (IPv4) and neighbor cache (IPv6) entries per
14+
interface, issue #819. Static entries are installed as permanent kernel
15+
neighbor table entries that are never evicted by normal ARP/NDP aging
1316
- Add support for PTP/gPTP (IEEE 1588-2019 / 802.1AS) clock synchronization.
1417
Supported clock types: Ordinary Clock, Boundary Clock, and Transparent Clock.
1518
See the User Guide for configuration details
1619
- Add support for [Banana Pi BPI-R4][BPI-R4], quad-core Cortex-A73 router with
1720
4x 2.5 GbE switching, dual 10 GbE SFP+. Variants BPI-R4-2g5 and BPI-R4P have
1821
one SFP+ replaced by a 2.5 GbE RJ45, with optional PoE on the R4P
22+
- Update [Marvell ESPRESSObin][ESPRESSObin] board support. Allow booting with
23+
stock U-Boot, which only supports ext4 rootfs partitions; to use, apply the
24+
`ext4` developer snippet before building (`make apply-ext4 all`)
25+
- Fix onboard WiFi support on the Banana Pi BPi-R64
1926

2027
### Fixes
2128

29+
- Fix #520: warn in syslog if multicast flooding is disabled
30+
- Fix #769: document dummy interfaces in user guide
31+
- Fix #790: document static multicast filters in user guide
2232
- Fix #1458: `show ntp tracking` displaying a truncated Reference ID, e.g.,
2333
`92.2` instead of `92.246.137.39`
2434
- Fix #1466: `show container` showing no output for containers whose command
2535
line includes environment variables
36+
- Fix Raspberry Pi 4 and Pi 400 display instability after soft reboot.
37+
Previously the touchscreen/DSI display required a full power cycle to
38+
reinitialise correctly; it now works reliably after `reboot`
39+
- Fix [BPI-R4][] board README showing inverted DIP switch values for eMMC and
40+
SPI NAND boot modes, which would prevent the board from booting correctly
41+
- Fix [SAMA7G54][] U-Boot build system selection that caused build failures
2642

2743
[BPI-R4]: https://docs.banana-pi.org/en/BPI-R4/BananaPi_BPI-R4
44+
[ESPRESSObin]: https://espressobin.net/
45+
[SAMA7G54]: https://www.microchip.com/en-us/development-tool/ev21h18a
2846

2947
[v26.03.0][] - 2026-03-31
3048
-------------------------

0 commit comments

Comments
 (0)