diff --git a/libgusb.changes b/libgusb.changes index 5babde4..cef6656 100644 --- a/libgusb.changes +++ b/libgusb.changes @@ -1,24 +1,13 @@ ------------------------------------------------------------------- Sun Feb 22 10:43:24 UTC 2015 - benoit.monin@gmx.fr -- update to version 0.2.4: - * Notes: - - Bump glib build requirement to 2.38 - * New Features: - - Add g_usb_context_find_by_platform_id() - - Add g_usb_device_get_children() - - Add g_usb_device_get_device_subclass and get_device_protocol - - Add g_usb_device_get_parent() - - Add g_usb_device_get_port_number() - - Add g_usb_device_get_vid_as_str() - - Show more helpful output for 'gusb show' - * Bugfixes: - - Don't filter out hub devices when getting the device list - - Make the platform ID persistent across re-plug - - Port to GTask - - Use new Glib features for various code cleanups -- update project url -- increase glib build requirement to 2.38 +- Update to version 0.2.4: + + Various API extensions. + + Bugfixes: + - Don't filter out hub devices when getting the device list. + - Make the platform ID persistent across re-plug. + - Port to GTask. + - Use new Glib features for various code cleanups. ------------------------------------------------------------------- Fri Dec 19 09:20:02 UTC 2014 - kkaempf@suse.com