Skip to content

Commit

Permalink
Release version 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hughsie committed Feb 8, 2023
1 parent bc46552 commit cfe6865
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 0 deletions.
13 changes: 13 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Version 0.4.5
=============
Released: 2023-02-08

This release adds the following features:
* Add new API to better detect emulated replug

This release fixes the following bugs:
* Do not emit spurious ::device-removed events when emulating
* Record zero-sized device events
* Reset the in-order event index when clearing the event array
* Save the libusb error if libusb_submit_transfer() fails

Version 0.4.4
=============
Released: 2023-01-30
Expand Down
15 changes: 15 additions & 0 deletions contrib/org.freedesktop.GUsb.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,21 @@
<binary>gusbcmd</binary>
</provides>
<releases>
<release version="0.4.5" date="2023-02-08">
<description>
<p>This release adds the following features:</p>
<ul>
<li>Add new API to better detect emulated replug</li>
</ul>
<p>This release fixes the following bugs:</p>
<ul>
<li>Do not emit spurious ::device-removed events when emulating</li>
<li>Record zero-sized device events</li>
<li>Reset the in-order event index when clearing the event array</li>
<li>Save the libusb error if libusb_submit_transfer() fails</li>
</ul>
</description>
</release>
<release version="0.4.4" date="2023-01-30">
<description>
<p>This release adds the following features:</p>
Expand Down

0 comments on commit cfe6865

Please sign in to comment.