Releases: rhboot/efibootmgr
Releases · rhboot/efibootmgr
efibootmgr 18
What's Changed
- fixed the simple run example by @Katana-Steel in #88
- Restore activation error message in efibootmgr by @rbisewski in #89
- Android: correct the sources list by @cwhuang in #124
- remove-dupes: update error message by @raharper in #127
- Fix typo in manual page by @ferivoz in #136
- README: Note efivarfs as the current required kernel module by @cjmayo in #145
- Fix possible read out of bounds in ucs2_to_utf8 by @dlrobertson in #147
- Migrate CI by @frozencemetery in #153
- Add code of conduct by @frozencemetery in #154
- Fix help messages by @robert-scheck in #156
- Add option for insertion location of new entries by @frozencemetery in #166
New Contributors
- @Katana-Steel made their first contribution in #88
- @rbisewski made their first contribution in #89
- @cwhuang made their first contribution in #124
- @raharper made their first contribution in #127
- @ferivoz made their first contribution in #136
- @cjmayo made their first contribution in #145
- @dlrobertson made their first contribution in #147
- @robert-scheck made their first contribution in #156
Full Changelog: 17...18
efibootmgr 17
- various CI updates
- Make.defaults: fix pkg-config invocation for LDFLAGS
- make_linux_load_option(): add some more efi_error() calls
- Change the default partition choice.
- Don't set LIBEFIBOOT_REPORT_GPT_ERRORS=1
- Make it easier to build with a devel branch of efivar
- efibootmgr -e: improve parsing for efivar-36 compat
- Fix an invalid free()
- Propogate verbosity to libefivar 36's internal logging facility
- Add a bit more logging
efibootmgr 16
- better coverity and clang-analyzer support
- better CI
- minor fixes
efibootmgr 15
- Make efibootmgr use EFIDIR / efibootmgr.efidir like fwupdate does
- make --loader default build-time configurable
- sanitize set_mirror()/get_mirror()
- Add support for parsing loader options as UCS2
- GCC 7 fixes
- Don't use -fshort-wchar since we don't run on EFI machines.
efibootmgr 14
- Remove "(hex)" from description of --delete-bootnum
- Fix a typo in the popt options
- Add README.md
- make efibootdump install by default
- Man page fixes
- Better compiler detection
- Don't use --default-symver in efibootmgr
- Make -flto part of the overrideable CFLAGS
efibootmgr 13
- Add support for --sysprep and --driver to support UEFI System Prep
Applications and UEFI Drivers. - use efivar's error reporting facility, and show error traces when
"-v -v" is used. - Still yet better error codes returned on failures.
- Add -m and -M to support Memory Address Range Mirroring.
- Add efibootdump, to examine Boot* variables found in tarballs in bug
reports and similar. - miscellaneous bugfixes.
efibootmgr 0.12
It's efibootmgr 0.12!
This release is mostly a maintenance release that uses libefivar's new library API for creating device paths and load options.
Also DHCPv4 network boot entries are now something you can create without knowing an awful lot about ACPI.
As always, I recommend using the .tar.bz2 instead of the other downloads which are automatically generated by github.
efibootmgr 0.11.0
- Fix "-n" and friends not being assigned/checked right sometimes from 0.10.0-1
- Generate more archives to avoid people using github's, because they're just bad.
Apparently specifying your own .tar.gzs and .zips won't stop it from doing it anyway. Only use the green links.
efibootmgr 0.10.0
- Make -o parameter validation work better and be more informative
- Better exit values
- Fix a segfault with appending ascii arguments.
efibootmgr 0.9.0
- Several bugs found by coverity.
- Update for efivar-0.12 , which changed the semantics of efi_guid_to_str() slightly