summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPete Batard <pete@akeo.ie>2012-06-11 14:03:57 +0100
committerPete Batard <pete@akeo.ie>2012-06-11 14:27:17 +0100
commitc38f551e1656bf7810c71d64c4936efc18b9b95a (patch)
tree0ef5dda566b419f314be64fb7d2a51ebea49d393 /NEWS
parentbeeb662e7c76560a7a305417c3cf09e1dafc1bdb (diff)
downloadlibusb-c38f551e1656bf7810c71d64c4936efc18b9b95a.tar.gz
libusbx 1.0.12-rc1v1.0.12-rc1
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files changed, 13 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b8c9ad9..16b9143 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,19 @@ This file lists notable changes in each release.
For fine grained history, please see the git log at:
http://libusbx.git.sourceforge.net/git/gitweb.cgi?p=libusbx/libusbx;a=log
+2012-06-11: v1.0.12-rc1
+* Fix a potential major regression with pthread on Linux
+* Fix missing thread ID from debug log output on cygwin
+* Fix possible crash when using longjmp and MinGW's gcc 4.6
+* Add topology calls: libusb_get_port_number(), libusb_get_parent() & libusb_get_port_path()
+* Add toggleable debug, using libusb_set_debug() or the LIBUSB_DEBUG environment variable
+* Define log levels in libusb.h and set timestamp origin to first init call
+* All logging is now sent to to stderr (info was sent to stdout previously)
+* Update log messages severity and avoid polluting log output on OS-X
+* Add HID driver support on Windows
+* Enable MSVC and MinGW DLLs to be interchanged
+* Other bug fixes and improvements
+
2012-05-08: v1.0.11
* Revert removal of critical Windows event handling that was introduced in 1.0.10
* Fix a possible deadlock in Windows when submitting transfers