File libgusb.changes of Package libgusb
xxxxxxxxxx
1
-------------------------------------------------------------------
2
Wed Sep 6 20:08:26 UTC 2017 - dimstar@opensuse.org
3
4
- Update to version 0.2.11:
5
+ New Features: Add g_usb_context_set_flags().
6
+ Bugfix: Fix the actual required GLib version.
7
8
-------------------------------------------------------------------
9
Tue Jun 13 14:09:40 UTC 2017 - dimstar@opensuse.org
10
11
- Update to version 0.2.10:
12
+ Correctly detect removed devices when rescanning.
13
+ Fix a memory leak when using control tranfers.
14
+ Fix gtk-doc build when builddir != srcdir.
15
+ Fix symbol version table up to version 0.2.9.
16
17
-------------------------------------------------------------------
18
Thu Apr 14 11:17:08 UTC 2016 - idonmez@suse.com
19
20
- Update to GNOME 3.20 Fate#318572
21
22
-------------------------------------------------------------------
23
Wed Mar 23 17:10:18 UTC 2016 - zaitor@opensuse.org
24
25
- Update to version 0.2.9:
26
+ Add g_usb_context_wait_for_replug().
27
+ Install gusbcmd as a debugging aid.
28
29
-------------------------------------------------------------------
30
Thu Dec 10 15:50:30 UTC 2015 - dimstar@opensuse.org
31
32
- Update to version 0.2.8:
33
+ New Features:
34
- Add a PERMISSION_DENIED error enum.
35
- Add a thin glib wrapper around a libusb_interface_descriptor.
36
- Add g_usb_device_get_interfaces().
37
- Add g_usb_device_get_release().
38
- Add g_usb_device_set_interface_alt().
39
+ Bugfix: Ignore the not-found error when resetting a device.
40
41
-------------------------------------------------------------------
42
Wed Sep 16 09:08:33 UTC 2015 - dimstar@opensuse.org
43
44
- Update to version 0.2.7:
45
+ Support g_autoptr() for all gusb object types.
46
+ Bugfixes:
47
- Add missing element-type annotations.
48
- Changes from version 0.2.6:
49
+ Bugfixes:
50
- Do not unref the GMainContext after each request.
51
52
-------------------------------------------------------------------
53
Thu Jun 18 13:43:34 UTC 2015 - zaitor@opensuse.org
54
55
- Update to version 0.2.5:
56
+ Add g_usb_device_get_custom_index().
57
+ Allow setting the GMainContext when used for sync methods.
58
+ Include all the USB device class codes.
59
+ Use symbol versioning.
60
61
-------------------------------------------------------------------
62
Sun Feb 22 10:43:24 UTC 2015 - benoit.monin@gmx.fr
63
64
- Update to version 0.2.4:
65
+ Various API extensions.
66
+ Bugfixes:
67
- Don't filter out hub devices when getting the device list.
68
- Make the platform ID persistent across re-plug.
69
- Port to GTask.
70
- Use new Glib features for various code cleanups.
71
72
-------------------------------------------------------------------
73
Fri Dec 19 09:20:02 UTC 2014 - kkaempf@suse.com
74
75
- Update to version 0.2.3:
76
+ Bugfixes: Correctly terminate the libusb event thread.
77
- Changes from version 0.2.2:
78
+ New Features: Official Windows support!
79
+ Bugfixes:
80
- No longer require G_USB_API_IS_SUBJECT_TO_CHANGE.
81
- Use a thread to process libusb1 events.
82
- Changes from version 0.2.1:
83
+ Bugfixes:
84
- Always set a device platform ID.
85
- Ignore 'unsupported' as a return value for kernel drivers.
86
- Changes from version 0.2.0:
87
+ Notes:
88
- This release raises the GLib requirement to 2.32 and libusb
89
to 1.0.19.
90
- No GUdev functionality is now required.
91
+ New Features:
92
- Add g_usb_device_get_device_class().
93
- Use the native hotplug support in libusb 1.0.19.
94
+ Bugfixes:
95
- Fix a crash where libusb_get_pollfds() is unavailable.
96
- Manually coldplug devices and poll if hotplugging is not
97
available.
98
99
-------------------------------------------------------------------
100
Tue Mar 12 12:36:56 UTC 2013 - dimstar@opensuse.org
101
102
- Update to version 0.1.6:
103
+ Do not use deprecated GLib functionality.
104
+ Remove duplicate gtk-doc check in configure.
105
+ Unref the GMainloop after it has been run, not when just quit.
106
- Changes from version 0.1.5:
107
+ Don't use the deprecated INCLUDES in Makefile.am.
108
+ Fix documentation build.
109
+ Fix obvious typo in README.
110
111
-------------------------------------------------------------------
112
Tue Nov 13 15:54:01 UTC 2012 - dimstar@opensuse.org
113
114
- Update to version 0.1.4:
115
+ Add GObject Introspection support.
116
+ Add g_usb_device_reset() to reset a connected device.
117
+ Add Vala bindings.
118
+ Assorted introspection annotation fixes.
119
+ Rename inconsistently named gusb_* symbols to g_usb_*.
120
- Add pkgconfig(gobject-introspection-1.0) and vala BuildRequires:
121
New dependency for the GObject introspection support and the vala
122
bindings.
123
- Create new typelib-1_0-GUsb-1_0 subpackage.
124
125
-------------------------------------------------------------------
126
Fri Jan 13 11:05:55 UTC 2012 - vuntz@opensuse.org
127
128
- Cleanup packaging so it can get pushed to Factory.
129
130
-------------------------------------------------------------------
131
Mon Jan 2 09:01:58 UTC 2012 - kkaempf@suse.com
132
133
- Initial package, version 0.1.3
134
135