Skip to content
Snippets Groups Projects
Commit 8b49ddf2 authored by Pete Batard's avatar Pete Batard
Browse files

libusbx-1.0.12

parent 5330c3d8
No related branches found
Tags v1.0.12
No related merge requests found
......@@ -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
......
......@@ -14,5 +14,5 @@
#endif
/* LIBUSB_RC is the release candidate suffix. Should normally be empty. */
#ifndef LIBUSB_RC
#define LIBUSB_RC "-rc1"
#define LIBUSB_RC ""
#endif
#define LIBUSB_NANO 10531
#define LIBUSB_NANO 10532
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment