summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPete Batard <pete@akeo.ie>2012-06-15 15:14:48 +0100
committerPete Batard <pete@akeo.ie>2012-06-15 15:14:48 +0100
commit8b49ddf248ebe6f98f392cafc82c99b15a1dfcda (patch)
tree874a653324d7a8f08b607f6ec7a832699c5f1dae /NEWS
parent5330c3d8ae3abec991d3d837c56e2a230f4fe244 (diff)
downloadlibusb-8b49ddf248ebe6f98f392cafc82c99b15a1dfcda.tar.gz
libusbx-1.0.12v1.0.12
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 16b9143..a3be932 100644
--- a/NEWS
+++ b/NEWS
@@ -2,18 +2,18 @@ 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
+2012-06-15: v1.0.12
* 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
+* Define log levels in libusb.h and set timestamp origin to first libusb_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
+* Enable interchangeability of MSVC and MinGW DLLs
+* Additional bug fixes and improvements
2012-05-08: v1.0.11
* Revert removal of critical Windows event handling that was introduced in 1.0.10