Skip to content

v1.14

Compare
Choose a tag to compare
@jk-ozlabs jk-ozlabs released this 03 Oct 16:17
· 13 commits to master since this release

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

  1. GRUB parser: add devicetree command, to set boot options' dtb resource.

Fixed

  1. GRUB parser: spaces are now trimmed from fields, which may result from
    empty-variable expansion

  2. Fix process exit detection; this resolves an issue where multiple payload
    downloads may complete (near-)simultaneously.

  3. Network device MACs are now displayed in cases where the MAC address info
    was received after the initial device detection

  4. Fix for talloc lifetime bug in the DHCP event handler

  5. Fix an issue where the UI would lockup while the countdown runs

  6. i18n: zh_CN: better wording for "golden side"

  7. 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