Skip to content

Commit c0475fc

Browse files
committed
doc: update ChangeLog for v26.01.0, add missing entries
Add several entries that were missing from the original release notes, most notably the SBSA watchdog fix for CN913x (Marvell Octeon) platforms and the BPI-R3 watchdog fix, plus show keystore, ixll scan, show system temperature, WiFi signal strength inversion fix, and follow command fix. [skip ci] Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
1 parent de3a44e commit c0475fc

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

doc/ChangeLog.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,12 @@ Noteworthy changes and additions in this release are marked below in bold text.
168168
latter now also require the use of `sudo` for `admin` level users
169169
- Enhanced `copy` command with XPath filtering support
170170
- Kernel now announces details of new USB devices
171+
- New `show keystore` admin-exec command to inspect stored keys and
172+
certificates without entering configure context
173+
- `show system` now displays CPU/SoC temperature on all supported platforms,
174+
including those that report it under the `soc` or `core` sensor name
175+
- CN913x (Marvell Octeon) platforms now use the hardware SBSA watchdog,
176+
ensuring the device recovers automatically from software lockups
171177

172178
### Fixes
173179

@@ -176,6 +182,8 @@ Noteworthy changes and additions in this release are marked below in bold text.
176182
similar to IPv4, correctly mapping to the ietf-ip.yang model semantics
177183
- Fix #1082: Wi-Fi interfaces always scanned, introduce a `scan-mode` to the
178184
Wi-Fi concept in Infix
185+
- Fix #1292: watchdog not working on NanoPi R2S due to a broken DesignWare
186+
WDT on the RK3328 SoC; the hardware watchdog is now disabled on this board
179187
- Fix #1313: Container is not restarted if environment variable is changed
180188
- Fix #1314: Raspberry Pi 4B with 1 or 8 GiB RAM does not boot. This was due
181189
newer EEPROM firmware in newer boards require a newer rpi-firmware package
@@ -185,8 +193,16 @@ Noteworthy changes and additions in this release are marked below in bold text.
185193
not include a dtb. Please note, the platform has now been renamed to `arm`
186194
- Fix default password hash in `do password encrypt` command. New hash is the
187195
same as the more commonly used `change password` command, *yescrypt*
196+
- Fix BPI-R3 hardware watchdog, wrong kernel config option used — the device
197+
would not recover automatically from a software lockup
198+
- Fix WiFi signal strength display showing inverted quality labels (`excellent`
199+
shown for weak signals, `bad` for strong)
200+
- Fix `follow` command (both shell and CLI) not properly handling log rotation;
201+
it now shows the full log and tails it correctly across rotations
188202
- Prevent MOTD from showing on non-shell user login attempts
189-
- Fix mDNS reflector.
203+
- Fix mDNS reflector never actually enabling — the avahi config was written
204+
with `on`/`off` instead of the correct `yes`/`no` values, so enabling the
205+
reflector in the configuration had no effect
190206

191207
[wifi]: https://www.kernelkit.org/infix/latest/wifi/
192208
[sd card image]: https://github.com/kernelkit/infix/releases/download/latest-boot/infix-rpi64-sdcard.img

0 commit comments

Comments
 (0)