@@ -3,29 +3,55 @@ 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 per-bridge multicast router port in operational, issue #395
14+ - Add support for static ARP (IPv4) and neighbor cache (IPv6) entries per
15+ interface, issue #819 . Static entries are installed as permanent kernel
16+ neighbor table entries that are never evicted by normal ARP/NDP aging
1317- Add support for PTP/gPTP (IEEE 1588-2019 / 802.1AS) clock synchronization.
1418 Supported clock types: Ordinary Clock, Boundary Clock, and Transparent Clock.
1519 See the User Guide for configuration details
1620- Add support for [ Banana Pi BPI-R4] [ BPI-R4 ] , quad-core Cortex-A73 router with
1721 4x 2.5 GbE switching, dual 10 GbE SFP+. Variants BPI-R4-2g5 and BPI-R4P have
1822 one SFP+ replaced by a 2.5 GbE RJ45, with optional PoE on the R4P
23+ - Update [ Marvell ESPRESSObin] [ ESPRESSObin ] board support. Allow booting with
24+ stock U-Boot, which only supports ext4 rootfs partitions; to use, apply the
25+ ` ext4 ` developer snippet before building (` make apply-ext4 all ` )
26+ - Fix onboard WiFi support on the Banana Pi BPi-R64
1927
2028### Fixes
2129
30+ - Fix #520 : warn in syslog if multicast flooding is disabled
31+ - Fix #769 : document dummy interfaces in user guide
32+ - Fix #790 : document static multicast filters in user guide
33+ - Fix #1439 : changing hostname does not regenerate DHCP client conf until restart
2234- Fix #1458 : ` show ntp tracking ` displaying a truncated Reference ID, e.g.,
2335 ` 92.2 ` instead of ` 92.246.137.39 `
2436- Fix #1466 : ` show container ` showing no output for containers whose command
2537 line includes environment variables
26- - Fix #1439 : changing hostname does not regenerate DHCP client conf until restart
38+ - Fix issue with IGMP queries sent with all-zeroes source MAC address
39+ - Fix missing IGMP query startup burst when assuming IGMP querier role, as
40+ defined in RFC3376 §8.6/§8.7
41+ - Fix Raspberry Pi 4 and Pi 400 display instability after soft reboot.
42+ Previously the touchscreen/DSI display required a full power cycle to
43+ reinitialise correctly; it now works reliably after ` reboot ` . Please note,
44+ you need a fairly up-to-date EEPROM version as well
45+ - Fix [ BPI-R4] [ ] board README showing inverted DIP switch values for eMMC and
46+ SPI NAND boot modes, which would prevent the board from booting correctly
47+ - Fix [ SAMA7G54] [ ] U-Boot build system selection that caused build failures
48+ - Fix [ BPI-R3] [ ] PCIe devices failing to initialize on boot due to a missing
49+ clock definition in the device tree
2750
51+ [ BPI-R3 ] : https://wiki.banana-pi.org/Banana_Pi_BPI-R3
2852[ BPI-R4 ] : https://docs.banana-pi.org/en/BPI-R4/BananaPi_BPI-R4
53+ [ ESPRESSObin ] : https://espressobin.net/
54+ [ SAMA7G54 ] : https://www.microchip.com/en-us/development-tool/ev21h18a
2955
3056[ v26.03.0] [ ] - 2026-03-31
3157-------------------------
0 commit comments