summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2021-05-24 11:54:47 +0100
committerRichard Hughes <richard@hughsie.com>2021-05-24 11:54:47 +0100
commitff9c606d9d72c7dd369ad220d92729556faaaf0c (patch)
tree30adb6370cb15c111e6deb1c2a704c2d72a5e466
parentd97357b5e8a3cdec4e4e6a292cf6fc4bb27e45dd (diff)
downloadgusb-ff9c606d9d72c7dd369ad220d92729556faaaf0c.tar.gz
Release version 0.3.70.3.7
-rw-r--r--NEWS14
-rw-r--r--RELEASE.md2
2 files changed, 15 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2c79df5..d3b460a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Version 0.3.7
+~~~~~~~~~~~~~
+Released: 2021-05-24
+
+New Features:
+ - Add a FreeBSD CI target (Richard Hughes)
+
+Bugfixes:
+ - Do not depend on libusb_get_parent() to fix FreeBSD compile (Richard Hughes)
+ - Do not depend on libusb_get_port_number() to fix DragonFlyBSD compile (Richard Hughes)
+ - Do not double-reference USB devices (Marco Trevisan)
+ - Do not run the tests on FreeBSD (Richard Hughes)
+ - Require *any* python3 to fix FreeBSD build (Richard Hughes)
+
Version 0.3.6
~~~~~~~~~~~~~
Released: 2021-03-12
diff --git a/RELEASE.md b/RELEASE.md
index 1b2cabe..3feec99 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -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.6"
+ export release_ver="0.3.7"
git commit -a -m "Release version ${release_ver}"
git tag -s -f -m "Release ${release_ver}" "${release_ver}"