Skip to content

Commit 12bd342

Browse files
committed
libusb 1.0.28-rc1
Signed-off-by: Tormod Volden <[email protected]>
1 parent 0e0a072 commit 12bd342

File tree

4 files changed

+18
-3
lines changed

4 files changed

+18
-3
lines changed

AUTHORS

+6
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ Doug Johnston
6868
Edgar Fuß
6969
Evan Hunter
7070
Evan Miller
71+
Fabien Sanglard
7172
Fabrice Fontaine
7273
Federico Manzan
7374
Felipe Balbi
@@ -95,11 +96,13 @@ Ingvar Stepanyan
9596
Jakub Klama
9697
James Hanko
9798
Jeffrey Nichols
99+
Jesse Taube
98100
Jie Zhang
99101
Jim Chen
100102
Johann Richard
101103
John Keeping
102104
John Sheu
105+
Jon Beniston
103106
Jonas Malaco
104107
Jonathon Jongsma
105108
Joost Muller
@@ -137,6 +140,7 @@ Martin Thierer
137140
Mathias Hjärtström
138141
Matthew Stapleton
139142
Matthias Bolte
143+
Matthijs Lavrijsen
140144
Michael Dickens
141145
Michel Zou
142146
Mike Frysinger
@@ -161,6 +165,7 @@ Pekka Nikander
161165
Petr Pazourek
162166
Philémon Favrod
163167
Pino Toscano
168+
Radu Vele
164169
Rob Walker
165170
Romain Vimont
166171
Roman Kalashnikov
@@ -206,6 +211,7 @@ William Orr
206211
William Skellenger
207212
Xiaofan Chen
208213
Yegor Yefremov
214+
Yiwei Lin
209215
Zeng Guang
210216
Zhiqiang Liu
211217
Zoltán Kovács

ChangeLog

+9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
For detailed information about the changes below, please see the git log
22
or visit: http://log.libusb.info
33

4+
2024-03-06: v1.0.28-rc1
5+
* New libusb_get_ssplus_usb_device_capability_descriptor API
6+
for query of SuperSpeed+ Capability Descriptors
7+
* API support for reporting USB 3.2 Gen2x2 speeds
8+
* macOS: Fix Zero-Length Packet for multiple packets per frame
9+
* Windows: Base HID device descriptor on OS-cached values
10+
* Build fixes for Haiku and SunOS
11+
* Many code correctness fixes
12+
413
2024-01-31: v1.0.27
514
* New libusb_init_context API to replace libusb_init
615
* New libusb_get_max_alt_packet_size API

libusb/version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
#define LIBUSB_MINOR 0
88
#endif
99
#ifndef LIBUSB_MICRO
10-
#define LIBUSB_MICRO 27
10+
#define LIBUSB_MICRO 28
1111
#endif
1212
#ifndef LIBUSB_NANO
1313
#define LIBUSB_NANO 0
1414
#endif
1515
/* LIBUSB_RC is the release candidate suffix. Should normally be empty. */
1616
#ifndef LIBUSB_RC
17-
#define LIBUSB_RC ""
17+
#define LIBUSB_RC "-rc1"
1818
#endif

libusb/version_nano.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#define LIBUSB_NANO 11942
1+
#define LIBUSB_NANO 11943

0 commit comments

Comments
 (0)