Tweak .changes

OBS-URL: https://build.opensuse.org/package/show/hardware/libgusb?expand=0&rev=10
This commit is contained in:
Bjørn Lie 2014-12-19 10:20:34 +00:00 committed by Git OBS Bridge
parent c334919f52
commit 67a9b5df65

View File

@ -1,35 +1,29 @@
-------------------------------------------------------------------
Fri Dec 19 09:20:02 UTC 2014 - kkaempf@suse.com
- Update to version 0.2.3
Bugfixes:
- Correctly terminate the libusb event thread (Richard Hughes)
- Update to version 0.2.2
New Features:
- Official Windows support!
Bugfixes:
- No longer require G_USB_API_IS_SUBJECT_TO_CHANGE (Richard Hughes)
- Use a thread to process libusb1 events (Richard Hughes)
- Update to version 0.2.1
Bugfixes:
- Always set a device platform ID (Richard Hughes)
- Ignore 'unsupported' as a return value for kernel drivers (Richard Hughes)
- Update to version 0.2.0
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)
- Update to version 0.2.3:
+ Bugfixes: Correctly terminate the libusb event thread.
- Changes from version 0.2.2:
+ New Features: Official Windows support!
+ Bugfixes:
- No longer require G_USB_API_IS_SUBJECT_TO_CHANGE.
- Use a thread to process libusb1 events.
- Changes from version 0.2.1:
+ Bugfixes:
- Always set a device platform ID.
- Ignore 'unsupported' as a return value for kernel drivers.
- Changes from version 0.2.0:
+ 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().
- Use the native hotplug support in libusb 1.0.19.
+ Bugfixes:
- Fix a crash where libusb_get_pollfds() is unavailable.
- Manually coldplug devices and poll if hotplugging is not
available.
-------------------------------------------------------------------
Tue Mar 12 12:36:56 UTC 2013 - dimstar@opensuse.org