@@ -3,29 +3,47 @@ Change Log
33
44All 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
32+ - Fix #1439 : changing hostname does not regenerate DHCP client conf until restart
2233- Fix #1458 : ` show ntp tracking ` displaying a truncated Reference ID, e.g.,
2334 ` 92.2 ` instead of ` 92.246.137.39 `
2435- Fix #1466 : ` show container ` showing no output for containers whose command
2536 line includes environment variables
26- - Fix #1439 : changing hostname does not regenerate DHCP client conf until restart
37+ - Fix Raspberry Pi 4 and Pi 400 display instability after soft reboot.
38+ Previously the touchscreen/DSI display required a full power cycle to
39+ reinitialise correctly; it now works reliably after ` reboot `
40+ - Fix [ BPI-R4] [ ] board README showing inverted DIP switch values for eMMC and
41+ SPI NAND boot modes, which would prevent the board from booting correctly
42+ - Fix [ SAMA7G54] [ ] U-Boot build system selection that caused build failures
2743
2844[ BPI-R4 ] : https://docs.banana-pi.org/en/BPI-R4/BananaPi_BPI-R4
45+ [ ESPRESSObin ] : https://espressobin.net/
46+ [ SAMA7G54 ] : https://www.microchip.com/en-us/development-tool/ev21h18a
2947
3048[ v26.03.0] [ ] - 2026-03-31
3149-------------------------
0 commit comments