Releases: open-power/petitboot
v1.15
This change includes a couple of fixes for the GRUB2 parser.
Changes in this release:
Fixed
-
GRUB parser: bls: Fix NULL pointer dereference on empty values
-
GRUB parser: use new define syntax for yacc source
Changed
- pb-console: we now silence the kernel log messages printed to console earlier in setup
Thanks to Reza Arbab for contributing!
v1.14
This change is mainly fixes, for both the discovery and UI components, plus a new devicetree
command in the GRUB2 parser.
We now have a proper CHANGELOG
file for more comprehensive version tracking.
Changes in this release:
Added
- GRUB parser: add
devicetree
command, to set boot options' dtb resource.
Fixed
-
GRUB parser: spaces are now trimmed from fields, which may result from
empty-variable expansion -
Fix process exit detection; this resolves an issue where multiple payload
downloads may complete (near-)simultaneously. -
Network device MACs are now displayed in cases where the MAC address info
was received after the initial device detection -
Fix for talloc lifetime bug in the DHCP event handler
-
Fix an issue where the UI would lockup while the countdown runs
-
i18n: zh_CN: better wording for "golden side"
-
Allow missing ID_PATH udev attribute
Thanks to Julian Winkler, Lincoln Ramsay, Nathan Rossi, Reza Arbab, Vincent Legoll and lixg for contributing!
Full Changelog: v1.13...v1.14
v1.13
This change includes a two GRUB2 configuration compatibility fixes:
- For
(device)/path
syntax, empty paths may be valid - Add support for
test -e
, with an empty path - this tests for the presence of the device itself
We also introduce a log message on duplicate filesystem detection, as petitboot will suppress the second (and subsequent) identical FS.
A few small build-time fixes are included too.
Thanks to Klaus Heinrich Kiwi, Geoff Levand and Lulu Su for contributing!
Full Changelog: v1.12...v1.13