summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2014-11-20 11:22:45 +0000
committerRichard Hughes <richard@hughsie.com>2014-11-20 11:22:45 +0000
commit1b4b65df6dc457bcab0cee869d23f2a58fa30086 (patch)
treeeae2de996031099d3d1fa92250f66401bad19766
parentf821e3582b8cfd5b95ffc07e33a963b72833ef22 (diff)
downloadgusb-1b4b65df6dc457bcab0cee869d23f2a58fa30086.tar.gz
Release version 0.2.0gusb_0_2_0
-rw-r--r--NEWS16
-rw-r--r--RELEASE10
-rw-r--r--configure.ac2
3 files changed, 22 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index c194db6..48ceb8b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Version 0.2.0
+~~~~~~~~~~~~~
+Released: 2014-11-20
+
+Notes:
+ - This release raises the GLib requirement to 2.32 and libusb to 1.0.19
+ - No GUdev functionality is now required
+
+New Features:
+ - Add g_usb_device_get_device_class() (Richard Hughes)
+ - Use the native hotplug support in libusb 1.0.19 (Richard Hughes)
+
+Bugfixes:
+ - Fix a crash where libusb_get_pollfds() is unavailable (Richard Hughes)
+ - Manually coldplug devices and poll if hotplugging is not available (Richard Hughes)
+
Version 0.1.6
~~~~~~~~~~~~~
Released: 2013-03-05
diff --git a/RELEASE b/RELEASE
index c35181b..f3ac4e1 100644
--- a/RELEASE
+++ b/RELEASE
@@ -5,9 +5,9 @@ GUsb Release Notes
git shortlog gusb_0_1_6.. | grep -i -v trivial | grep -v Merge > NEWS.new
--------------------------------------------------------------------------------
-Version 0.1.7
+Version 0.2.0
~~~~~~~~~~~~~
-Released: 2013-xx-xx
+Released: 2014-xx-xx
Notes:
@@ -20,8 +20,8 @@ Bugfixes:
* Commit changes in git:
-git commit -a -m "Release version 0.1.7"
-git tag -s -f -m "Release 0.1.7" gusb_0_1_7
+git commit -a -m "Release version 0.2.0"
+git tag -s -f -m "Release 0.2.0" gusb_0_2_0
<gpg password>
git push --tags
git push
@@ -42,7 +42,7 @@ git push
* Send an email to devkit-devel@lists.freedesktop.org
=================================================
-GUsb 0.1.7 released!
+GUsb 0.2.0 released!
GUsb is a GObject wrapper for libusb1 that makes it easy to do
asynchronous control, bulk and interrupt transfers with proper
diff --git a/configure.ac b/configure.ac
index 1192cf5..caab11b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -41,7 +41,7 @@ AC_SUBST(G_USB_MICRO_VERSION)
# REVISION If the API and ABI remains the same, but bugs are fixed.
# AGE Don't use.
LT_CURRENT=2
-LT_REVISION=3
+LT_REVISION=4
LT_AGE=0
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)