summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS16
-rw-r--r--configure.ac2
2 files changed, 17 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 45d4603..9e3f72d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Version 0.1.1
+~~~~~~~~~~~~~
+Released: 2011-11-01
+
+Notes:
+ - This release bumps soname to remove GUdevDevice from the public API.
+
+New Features:
+ - Add g_usb_device_get_platform_id (Richard Hughes)
+
+Bugfixes:
+ - Add usb-1.0 to the gusb.pc 'Requires' (Richard Hughes)
+ - Do not leak the GUdev API into the public API of GUsb (Richard Hughes)
+ - Do not try to set the currently running device configuration twice (Richard Hughes)
+ - Do not use g_simple_async_result_is_valid() as it fails for sync methods (Richard Hughes)
+
Version 0.1.0
~~~~~~~~~~~~~
Released: 2011-09-15
diff --git a/configure.ac b/configure.ac
index d89afc7..59c73df 100644
--- a/configure.ac
+++ b/configure.ac
@@ -37,7 +37,7 @@ AC_SUBST(G_USB_MICRO_VERSION)
# CURRENT If the API or ABI interface has changed (reset REVISION to 0)
# REVISION If the API and ABI remains the same, but bugs are fixed.
# AGE Don't use.
-LT_CURRENT=1
+LT_CURRENT=2
LT_REVISION=0
LT_AGE=0
AC_SUBST(LT_CURRENT)