From 4976815947cd72bb7d923b28e24c6837d3dc0791 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Fri, 9 Jan 2015 15:40:35 +0000 Subject: Release version 0.2.4 --- NEWS | 22 ++++++++++++++++++++++ configure.ac | 2 +- contrib/libgusb.spec.in | 8 ++++++-- 3 files changed, 29 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 1d1fff8..7fef4aa 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,25 @@ +Version 0.2.4 +~~~~~~~~~~~~~ +Released: 2014-01-09 + +Notes: + - Bump glib build requirement to 2.38 (Ignacio Casal Quinteiro) + +New Features: + - Add g_usb_context_find_by_platform_id() (Richard Hughes) + - Add g_usb_device_get_children() (Richard Hughes) + - Add g_usb_device_get_device_subclass and get_device_protocol methods (Ignacio Casal Quinteiro) + - Add g_usb_device_get_parent() (Richard Hughes) + - Add g_usb_device_get_port_number() (Richard Hughes) + - Add g_usb_device_get_vid_as_str() (Richard Hughes) + - Show more helpful output for 'gusb show' (Richard Hughes) + +Bugfixes: + - Don't filter out hub devices when getting the device list (Richard Hughes) + - Make the platform ID persistent across re-plug (Richard Hughes) + - Port to GTask (Ignacio Casal Quinteiro) + - Use new Glib features for various code cleanups (Ignacio Casal Quinteiro) + Version 0.2.3 ~~~~~~~~~~~~~ Released: 2014-12-01 diff --git a/configure.ac b/configure.ac index af5060c..be4c9ea 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=7 +LT_REVISION=8 LT_AGE=0 AC_SUBST(LT_CURRENT) AC_SUBST(LT_REVISION) diff --git a/contrib/libgusb.spec.in b/contrib/libgusb.spec.in index 2856fb7..4641b82 100644 --- a/contrib/libgusb.spec.in +++ b/contrib/libgusb.spec.in @@ -8,11 +8,12 @@ License: LGPLv2+ URL: https://gitorious.org/gusb/ Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz -BuildRequires: glib2-devel >= 2.32.0 +BuildRequires: glib2-devel >= 2.38.0 BuildRequires: libtool BuildRequires: libusb1-devel >= 1.0.19 BuildRequires: gobject-introspection-devel BuildRequires: vala-devel +BuildRequires: vala-tools %description GUsb is a GObject wrapper for libusb1 that makes it easy to do @@ -31,7 +32,10 @@ GLib headers and libraries for gusb. %build %configure \ - --disable-static \ + --disable-static \ + --enable-vala=yes \ + --enable-introspection=yes \ + --disable-gtk-doc \ --disable-dependency-tracking make %{?_smp_mflags} -- cgit v1.2.1