@@ -68,6 +68,9 @@ All notable changes to the project are documented in this file.
6868 - Add support for property-based filtering with operators (contains, isequal,
6969 startswith, regex, ereregex) on message properties (msg, msgid, programname,
7070 hostname, source, data), with optional case-insensitive and negate modifiers
71+ - Update factory configuration for BPi-R3 and NanoPi R2S boards to enable
72+ DHCPv6 client on WAN interface and allow traffic forwarding from LAN to WAN
73+ zone in the firewall (this is what most users expect)
7174
7275### Fixes
7376
@@ -80,6 +83,12 @@ All notable changes to the project are documented in this file.
8083- Fix #1255 : serious regression in boot time, introduced in v25.10, delays the
8184 boot step "Mounting filesystems ...", from 30 seconds up to five minutes!
8285- Fix broken intra-document links in container and tunnel documentation
86+ - Fix ` show dhcp-server ` command crashing with invalid timestamp format.
87+ DHCP lease expiry timestamps had double timezone suffix causing libyang
88+ validation errors
89+ - Fix ` show dhcp-server ` output alignment. The EXPIRES column was misaligned
90+ when CLIENT ID field was empty, and CLIENT ID column was too narrow for
91+ typical 20-character client IDs
8392
8493[ latest-boot ] : https://github.com/kernelkit/infix/releases/latest-boot
8594[ bpi-r3-emmc-documentation ] : https://github.com/kernelkit/infix/blob/main/board/aarch64/bananapi-bpi-r3/README.md
0 commit comments