forked from pool/fwupd
Accepting request 634392 from home:NicoK:branches:Base:System
- Update to version 1.1.1: + New Features: - Add support for the Synaptics Panamera hardware (Mario Limonciello) - Add validation for Alpine and Titan Ridge (Andrei Emeltchenko, Mika Westerberg) - Improve the Redfish plugin to actually work with real hardware (Gary Lin) + Bugfixes: - Allow different plugins to add the same device (Richard Hughes) - Allow flashing unifying devices in recovery mode (Richard Hughes) - Allow running synapticsmst on non-Dell hardware (Mario Limonciello) - Check the ESP for sanity at at startup (Richard Hughes, Mario Limonciello) - Do not hold hidraw devices open forever (Richard Hughes) - Don't override _FORTIFY_SOURCE when building the EFI binary (Richard Hughes) - Don't show passwords in fwupdmgr (Richard Hughes, Mario Limonciello) - Fix a potential segfault in smbios data parsing (Mario Limonciello) - Fix encoding the GUID into the capsule EFI variable (Mario Limonciello) - Fix various bugs when reading the thunderbolt version number (Mika Westerberg) - Reboot synapticsmst devices at the end of flash cycle (Mario Limonciello) - Show status messages when the daemon is initializing (Mario Limonciello) - Show the correct title when updating devices (Richard Hughes, Mario Limonciello) - Show the reasons that plugins are not run on the CLI (Mario Limonciello) - Use localedir in po/make-images (Jan Tojnar) OBS-URL: https://build.opensuse.org/request/show/634392 OBS-URL: https://build.opensuse.org/package/show/Base:System/fwupd?expand=0&rev=32
This commit is contained in:
parent
c2da53ed60
commit
6466940987
2
_service
2
_service
@ -4,7 +4,7 @@
|
||||
<param name="scm">git</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="revision">refs/tags/1.1.0</param>
|
||||
<param name="revision">refs/tags/1.1.1</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/hughsie/fwupd.git</param>
|
||||
<param name="changesrevision">9cc84a1b35839ceccaa41c0b5ef156d68bb55be4</param></service></servicedata>
|
||||
<param name="changesrevision">df207768beaf9f701e4e4ce69fc852dddf5c5bc7</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4948f83c9c5e798765ca8e8fabc5ceb6d8536be083a579f5f1f5fc30c3f1e717
|
||||
size 1242116
|
3
fwupd-1.1.1.tar.xz
Normal file
3
fwupd-1.1.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dbbb033f113f91981183279f8a2fd4c6b173128e00e4e5bef4d1e8e8b2c71c0b
|
||||
size 1263556
|
@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 7 21:35:47 UTC 2018 - Nico Kruber <nico.kruber@gmail.com>
|
||||
|
||||
- Update to version 1.1.1:
|
||||
+ New Features:
|
||||
- Add support for the Synaptics Panamera hardware (Mario Limonciello)
|
||||
- Add validation for Alpine and Titan Ridge (Andrei Emeltchenko, Mika Westerberg)
|
||||
- Improve the Redfish plugin to actually work with real hardware (Gary Lin)
|
||||
+ Bugfixes:
|
||||
- Allow different plugins to add the same device (Richard Hughes)
|
||||
- Allow flashing unifying devices in recovery mode (Richard Hughes)
|
||||
- Allow running synapticsmst on non-Dell hardware (Mario Limonciello)
|
||||
- Check the ESP for sanity at at startup (Richard Hughes, Mario Limonciello)
|
||||
- Do not hold hidraw devices open forever (Richard Hughes)
|
||||
- Don't override _FORTIFY_SOURCE when building the EFI binary (Richard Hughes)
|
||||
- Don't show passwords in fwupdmgr (Richard Hughes, Mario Limonciello)
|
||||
- Fix a potential segfault in smbios data parsing (Mario Limonciello)
|
||||
- Fix encoding the GUID into the capsule EFI variable (Mario Limonciello)
|
||||
- Fix various bugs when reading the thunderbolt version number (Mika Westerberg)
|
||||
- Reboot synapticsmst devices at the end of flash cycle (Mario Limonciello)
|
||||
- Show status messages when the daemon is initializing (Mario Limonciello)
|
||||
- Show the correct title when updating devices (Richard Hughes, Mario Limonciello)
|
||||
- Show the reasons that plugins are not run on the CLI (Mario Limonciello)
|
||||
- Use localedir in po/make-images (Jan Tojnar)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 25 09:23:22 UTC 2018 - tchvatal@suse.com
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
%bcond_with efi_fw_update
|
||||
%endif
|
||||
Name: fwupd
|
||||
Version: 1.1.0
|
||||
Version: 1.1.1
|
||||
Release: 0
|
||||
Summary: Allow session software to update device firmware
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user