summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Dickens <christopher.a.dickens@gmail.com>2020-12-13 15:46:27 -0800
committerChris Dickens <christopher.a.dickens@gmail.com>2020-12-13 15:46:27 -0800
commit369af149e3ad92514a2d24f112cedfeb7acaf558 (patch)
treee405d87a991d2f2f657147f0cdd05fe7f9b634f6
parentc6a35c56016ea2ab2f19115d2ea1e85e0edae155 (diff)
downloadlibusb-369af149e3ad92514a2d24f112cedfeb7acaf558.tar.gz
Correct a typo in the Changelog and clean up a stray file
Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
-rw-r--r--ChangeLog2
-rw-r--r--libusb/version_nano.h2
-rw-r--r--test0
3 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index df47bd5..3530777 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,7 +12,7 @@ visit: http://log.libusb.info
* Darwin (macOS): use IOUSBDevice as darwin_device_class explicitly (#693)
* Linux: Drop support for kernel older than 2.6.32
* Linux: Provide an event thread name (#689)
-* Linux: Wait until all USBs have been reaped before freeing them (#607)
+* Linux: Wait until all URBs have been reaped before freeing them (#607)
* NetBSD: Recognize device timeouts (#710)
* OpenBSD: Allow opening ugen devices multiple times (#763)
* OpenBSD: Support libusb_get_port_number() (#764)
diff --git a/libusb/version_nano.h b/libusb/version_nano.h
index 0f100a8..61a0a70 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 11584
+#define LIBUSB_NANO 11585
diff --git a/test b/test
deleted file mode 100644
index e69de29..0000000
--- a/test
+++ /dev/null