aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTormod Volden <debian.tormod@gmail.com>2024-01-04 17:33:21 +0100
committerTormod Volden <debian.tormod@gmail.com>2024-01-04 18:04:52 +0100
commit31dfa1474821c38df934b32c5396a75647affd02 (patch)
tree3d12f70242192aa8cbda2a1d1cd59ba7ce28c028
parent37dee8f9dd429558e4d5bc4a804ab586abe7262a (diff)
downloadlibusb-31dfa1474821c38df934b32c5396a75647affd02.tar.gz
ChangeLog updates
Thanks to Lars Kanis and Sean McBride for noticing errors and omissions. Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
-rw-r--r--ChangeLog9
-rw-r--r--libusb/version_nano.h2
2 files changed, 6 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 79eef75..076f07a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,11 @@
-For detailed information about the changes below, please see the git log or
-visit: http://log.libusb.info
+For detailed information about the changes below, please see the git log
+or visit: http://log.libusb.info
2023-12-10: v1.0.27-rc1
-* New libusb_init_context API
-* New libusb_get_max_iso_packet_size_for_alt_setting API
+* New libusb_init_context API to replace libusb_init
+* New libusb_get_max_alt_packet_size API
* New libusb_get_platform_descriptor API (BOS)
+* Allow setting log callback with libusb_set_option/libusb_init_context
* New WebAssembly + WebUSB backend using Emscripten
* Fix regression in libusb_set_interface_alt_setting
* Fix sync transfer completion race and use-after-free
diff --git a/libusb/version_nano.h b/libusb/version_nano.h
index 9a7f1ed..adb96c0 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 11855
+#define LIBUSB_NANO 11856