forked from hjelmn/libusb-compat-0.1
-
Notifications
You must be signed in to change notification settings - Fork 40
/
NEWS
40 lines (29 loc) · 1.25 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
This file lists notable changes in each release. For the full history of all
changes, see ChangeLog.
2015-10-??: libusb-compat-0.1.6 release
* Add library destructor to handle cleanup of libusb.
* Prevent libusb-1.0 symbol clash by dlopening libusb-1.0.
* Updates for MINGW compilation.
2013-05-20: libusb-compat-0.1.5 release
* Update autoconf/automake files to fix warnings.
* Use an atexit function to call libusb_exit().
2012-04-24: libusb-compat-0.1.4 release
* Change usb_*_write() prototypes to use const for read-only parameters
* Fix #42 usb_detach_kernel_driver_np() error mapping
* Prefer libtoolize over glibtoolize in autogen.sh
2009-07-09: libusb-compat-0.1.3 release
* Fix cross-compiling
* Improved error code compatibility
2009-06-11: libusb-compat-0.1.2 release
* Handle libusb initialization failure
2009-05-28: libusb-compat-0.1.1 release
* Further improvements to match libusb-0.1 endpoint addressing behaviour
2008-12-13: libusb-compat-0.1.0 release
* Documentation changes only
2008-11-21: libusb-compat-0.1.0-beta3 release
* Bug fixes
2008-06-28: libusb-compat-0.1.0-beta2 release
* Match libusb-0.1 endpoint addressing behaviour
* Update for libusb-0.9.1
2008-05-25: libusb-compat-0.1.0-beta1 release
* Initial beta release