summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTormod Volden <debian.tormod@gmail.com>2022-01-31 13:56:37 +0100
committerTormod Volden <debian.tormod@gmail.com>2022-01-31 13:57:06 +0100
commit4622bfcf44db373c53502e3fe873bd611e8332f6 (patch)
tree47e20dfe547958eb5ed5ffd54b8ea0902b886218
parentcfc47144521f1903d1872d7fba57946ba7b73560 (diff)
downloadlibusb-4622bfcf44db373c53502e3fe873bd611e8332f6.tar.gz
libusb 1.0.25v1.0.25
Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
-rw-r--r--ChangeLog3
-rw-r--r--libusb/version.h2
-rw-r--r--libusb/version_nano.h2
3 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 487b9ca..b443e30 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
For detailed information about the changes below, please see the git log or
visit: http://log.libusb.info
-2022-01-21: v1.0.25-rc1
+2022-01-31: v1.0.25
* Linux: Fix regression with some particular devices
* Linux: Fix regression with libusb_handle_events_timeout_completed()
* Linux: Fix regression with cpu usage in libusb_bulk_transfer
@@ -13,6 +13,7 @@ visit: http://log.libusb.info
* Windows: Fix regression when using libusb0 driver
* Windows: Support LIBUSB_TRANSFER_ADD_ZERO_PACKET on winusb
* New NO_DEVICE_DISCOVERY option replaces WEAK_AUTHORITY option
+* Various other bug fixes and improvements
2020-12-09: v1.0.24
* Add new platform abstraction (#252)
diff --git a/libusb/version.h b/libusb/version.h
index aaaa1a2..1fe9946 100644
--- a/libusb/version.h
+++ b/libusb/version.h
@@ -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
diff --git a/libusb/version_nano.h b/libusb/version_nano.h
index a58a25f..03df9b4 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 11691
+#define LIBUSB_NANO 11692