Changelog for
fwupdate-0.5-3.fc22.x86_64.rpm :
Wed Nov 18 13:00:00 2015 Peter Jones
- 0.5-3
- Temporarily don\'t require shim on i?86 - we\'ve never built it there, and
libfwup knows how to handle it not being there just fine.
Wed Nov 18 13:00:00 2015 Peter Jones - 0.5-2
- Fix missing -libs Requires: due to editing error
Wed Nov 18 13:00:00 2015 Peter Jones - 0.5-1
- Rebase to 0.5
- Highlights in 0.5:
- fwupdate.efi is called fwup$EFI_ARCH.efi now so weird platforms can have
them coexist. \"Platform\" here might mean \"distro tools that care about
multilib\". Anyway, it\'s needed to support things like baytrail.
- Worked around shim command line bug where we need to treat LOAD_OPTIONS
differently if we\'re invoked from the shell vs BDS
- various debug features - SHIM_DEBUG and FWUPDATE_VERBOSE UEFI variables
that\'ll let you get some debugging info some times
- oh yeah, the actual debuginfo is useful
- Automatically cleans up old instances on fresh OS installs
- valgrind --leak-check=full on fwupdate doesn\'t show any errors at all
- covscan shows only two things; one
*really
* doesn\'t matter, the other is
because it doesn\'t understand our firmware variable data structure and
can\'t work out that we have guaranteed the length of some data in a code
path it isn\'t considering.
- fwup_set_up_update() API improvements
- killed fwup_sterror() and friends entirely
- Should work on x64, ia32, and aarch64.
Wed Jun 17 14:00:00 2015 Fedora Release Engineering - 0.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
Tue Jun 2 14:00:00 2015 Peter Jones - 0.4-1
- Update to 0.4
- Set DESTDIR so it\'s more consistently respected
- Always use upper case for Boot#### names.
- Create abbreviated device paths for our BootNext entry.
- Make subdir Makefiles get the version right.
- Fix ucs2len() to handle max=-1 correctly.
- Compare the right blobs when we\'re searching old boot entries.
- Fix .efi generation on non-x86 platforms.
- Use a relative path for fwupdate.efi when launched from shim.
- Show fewer debugging messages.
- Set BootNext when we find an old Boot#### variable as well.
- Add fwup_get_fw_type().
Mon Jun 1 14:00:00 2015 Peter Jones - 0.3-4
- Make abbreviated device paths work in the BootNext entry.
- Fix a ucs2 parsing bug.
Mon Jun 1 14:00:00 2015 Peter Jones - 0.3-3
- Always use abbreviated device paths for Boot#### entries.
Mon Jun 1 14:00:00 2015 Peter Jones - 0.3-2
- Fix boot entry naming.
Thu May 28 14:00:00 2015 Peter Jones - 0.3-1
- Here we go again.