New upstream release
This commit is contained in:
parent
936c3c684e
commit
2124dd93cc
1
.gitignore
vendored
1
.gitignore
vendored
@ -76,3 +76,4 @@
|
||||
/fwupd-1.5.5.tar.xz
|
||||
/fwupd-1.5.6.tar.xz
|
||||
/fwupd-1.5.7.tar.xz
|
||||
/fwupd-1.5.8.tar.xz
|
||||
|
29
fwupd.spec
29
fwupd.spec
@ -43,8 +43,8 @@
|
||||
|
||||
Summary: Firmware update daemon
|
||||
Name: fwupd
|
||||
Version: 1.5.7
|
||||
Release: 2%{?dist}
|
||||
Version: 1.5.8
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
URL: https://github.com/fwupd/fwupd
|
||||
Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
|
||||
@ -494,6 +494,31 @@ done
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Mar 24 2021 Richard Hughes <richard@hughsie.com> 1.5.8-1
|
||||
- New upstream release
|
||||
- Add D501 Baklava device support
|
||||
- Allow enabling plugins only matching a specific HwId
|
||||
- Check pixart firmware compatibility with hardware before flashing
|
||||
- Correct a thunderbolt assertion if kernel failed FW read
|
||||
- Correctly erase STM32 devices when transfer size is less than sector size
|
||||
- Detect SREC overflow to avoid adding ~4GB of 0xFF padding
|
||||
- Do not show a critical error when flashing footer-less binary files
|
||||
- Don't allow device updates while needing activation
|
||||
- Fix a regression in the elantp defined IAP start address
|
||||
- Fix a regression where activate stopped working
|
||||
- Fix firmware update of pointing device on Lenovo ThinkPad Nano
|
||||
- Fix the HSI plugin 'Disabled' state
|
||||
- Fix the quirk key name for the Lenovo HDMI with power
|
||||
- Fix writing to the GD32VF103 bootloader
|
||||
- Only call elantp->detach() when writing a firmware blob
|
||||
- Prompt for unlock keypress if reset command is blocked
|
||||
- Remove the Hughski public key
|
||||
- Show a warning when parsing invalid quirk files
|
||||
- Support for GATT characteristic signals/notifications
|
||||
- Support more than one protocol for a given device
|
||||
- Updated StarLabs GUIDs
|
||||
- Wait a few ms for the Logitech hardware to settle after detach
|
||||
|
||||
* Tue Mar 02 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.5.7-2
|
||||
- Rebuilt for updated systemd-rpm-macros
|
||||
See https://pagure.io/fesco/issue/2583.
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (fwupd-1.5.7.tar.xz) = 80a0b83a0aef88d60edb68edc02b6780fcd01a33fc487bf0dbe8181283e7afe84a10e250685bbc089fd6c9ccc1dba21b18081ab6ad2bf34d54ae237e24c3c874
|
||||
SHA512 (fwupd-1.5.8.tar.xz) = 433432da47780d27cd6bbc3a7b4be6db1740dc1b7ac5474cd170fff4f022ec89960d03c34d4a750d117d71fa6303ce456e7d1868b14121ae65f7525e420103e8
|
||||
|
Loading…
Reference in New Issue
Block a user