summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2011-11-01 09:59:04 +0000
committerRichard Hughes <richard@hughsie.com>2011-11-01 09:59:04 +0000
commit6883d91b4b1b71f331bf6362ed7b50e0f73629e3 (patch)
treea1bf25089f45f335be7d7db2bb7c294bd345a04f /NEWS
parent5f4424c43fe7cdb44257c0a145cb086f7fdc35b5 (diff)
downloadgusb-6883d91b4b1b71f331bf6362ed7b50e0f73629e3.tar.gz
Release version 0.1.1gusb_0_1_1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS16
1 files changed, 16 insertions, 0 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