summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2020-01-06 09:25:58 +0000
committerRichard Hughes <richard@hughsie.com>2020-01-06 09:25:58 +0000
commitbda40aca1f11f841524ad6ed16c352329b8a8d41 (patch)
treefcdbfdfaae3be0dce46e893512b65b6dc9723a1c
parentbb6c6bfadf2c40c959df88810b2f5d32726b35e2 (diff)
downloadgusb-0.3.2.tar.gz
Release version 0.3.20.3.2
-rw-r--r--NEWS12
-rw-r--r--RELEASE.md4
2 files changed, 13 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 0cda393..8fdae9d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,16 @@
+Version 0.3.2
+~~~~~~~~~~~~~
+Released: 2020-01-06
+
+Bugfixes:
+ - Do not use deprecated libusb API (Richard Hughes)
+ - Fix compilation on macOS (Richard Hughes)
+ - Use a 1ms timeout in the Windows event thread (Richard Hughes)
+ - Use has_link_argument() to detect linker flags (Richard Hughes)
+
Version 0.3.1
~~~~~~~~~~~~~
-Released: 2018-11-16
+Released: 2019-11-16
New Features:
- Add g_usb_device_get_spec() (Richard Hughes)
diff --git a/RELEASE.md b/RELEASE.md
index 1d90cf7..018a32b 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -7,7 +7,7 @@ Write `NEWS` entries for GUsb in the same format as usual.
=================================================
Version 0.3.2
~~~~~~~~~~~~~
- Released: 2018-xx-xx
+ Released: 2020-xx-xx
Notes:
@@ -19,7 +19,7 @@ Write `NEWS` entries for GUsb in the same format as usual.
Update library version if new ABI or API in `meson.build`, commit, and build tarball:
# MAKE SURE THIS IS CORRECT
- export release_ver="0.3.1"
+ export release_ver="0.3.2"
git commit -a -m "Release version ${release_ver}"
git tag -s -f -m "Release ${release_ver}" "${release_ver}"