summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNathan Hjelm <hjelmn@lanl.gov>2018-12-05 10:36:20 -0700
committerNathan Hjelm <hjelmn@lanl.gov>2018-12-05 10:36:20 -0700
commit15239f6b8a299c36cfc0e7ac4dc236a6cc97a9b9 (patch)
tree0ebfa8169459893eb7c9e665468d9c1f4a198c17 /ChangeLog
parent2830d9e9f01011e2685f2ff8c592e678ec5f94ea (diff)
downloadlibusb-15239f6b8a299c36cfc0e7ac4dc236a6cc97a9b9.tar.gz
Update ChangeLog
Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e25c04f..d1e39d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,18 @@
For detailed information about the changes below, please see the git log or
visit: http://log.libusb.info
+2018-12-05: v1.0.23 (in progress)
+* Add German translation (#446)
+* Add Hungarian translation (#493)
+* configure.ac: Fix detection of clock_gettime library (#439)
+* Darwin(macOS): Switch from using ResetDevice to USBDeviceReEnumerate (#455)
+* Darwin(macOS): Remove code that changed the device class used (#428)
+* New API libusb_set_log_cb() to redirect global and per context log
+ messages to the provided log handling function
+* Solaris: Break infinite recursion in backend clock_gettime
+* Solaris: Enable timerfd on sunos when available
+* Various other bug fixes and improvements
+
2018-03-24: v1.0.22:
* New libusb_set_option() API
* Fix transfer timeout not being cleared upon resubmission