Skip to content

Commit

Permalink
Release fwupd 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hughsie committed Nov 2, 2020
1 parent 203ed84 commit bbb1a81
Show file tree
Hide file tree
Showing 9 changed files with 698 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .editorconfig
@@ -0,0 +1,14 @@
root = true

[*]
charset = utf-8
end_of_line = lf

[*.py]
indent_style = space
indent_size = 4

[*.{c|h}]
indent_style = tab
indent_size = 8

20 changes: 20 additions & 0 deletions data/org.freedesktop.fwupd.metainfo.xml
Expand Up @@ -35,6 +35,26 @@
<binary>fwupdagent</binary>
</provides>
<releases>
<release version="1.5.1" date="2020-11-02">
<description>
<p>This release adds the following features:</p>
<ul>
<li>Include the amount of NVRAM size in use in the LVFS failure report</li>
</ul>
<p>This release fixes the following bugs:</p>
<ul>
<li>Delete unused EFI variables when deploying firmware</li>
<li>Fix probe warning for the Logitech Unifying device</li>
<li>Make bcm57xx hotplug more reliable</li>
<li>Recognize authorized thunderbolt value of 2</li>
<li>Remove the duplicate parent-child data in FwupdDevice and FuDevice</li>
<li>Show a less scary fwupdate output for devices without info</li>
<li>Show a link to discover more information about a specific plugin failure</li>
<li>Use a different Device ID for the OptionROM devices</li>
<li>Use UDisks to find out if swap devices are encrypted</li>
</ul>
</description>
</release>
<release version="1.5.0" date="2020-10-26">
<description>
<p>This release adds the following features:</p>
Expand Down

0 comments on commit bbb1a81

Please sign in to comment.