summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Hjelm <hjelmn@google.com>2021-01-13 15:59:33 -0700
committerNathan Hjelm <hjelmn@google.com>2021-01-13 15:59:33 -0700
commitb31217fabe202adc839bac701eb0ddaf0b2de0ae (patch)
tree50c1954d33e3093befcd31904ab4b42792808100
parentbf943bce82293a304d71807081233257ff8b955b (diff)
downloadlibusb-b31217fabe202adc839bac701eb0ddaf0b2de0ae.tar.gz
Update changelog in preperation for rolling 1.0.25
Signed-off-by: Nathan Hjelm <hjelmn@google.com>
-rw-r--r--ChangeLog3
-rw-r--r--libusb/version_nano.h2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3530777..7aabdc3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
For detailed information about the changes below, please see the git log or
visit: http://log.libusb.info
+2021-01-13: v1.0.25-pre
+* Darwin (macOS): Silence pipe error in set_interface_alt_setting().
+
2020-12-09: v1.0.24
* Add new platform abstraction (#252)
* Add Null POSIX backend
diff --git a/libusb/version_nano.h b/libusb/version_nano.h
index ce7c73c..6e25f2d 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 11592
+#define LIBUSB_NANO 11593