Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Libusbx
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
scanlime
Libusbx
Commits
d190bd78
Commit
d190bd78
authored
12 years ago
by
Pete Batard
Browse files
Options
Downloads
Patches
Plain Diff
libusbx 1.0.11-rc1
parent
463dda06
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
AUTHORS
+3
-0
3 additions, 0 deletions
AUTHORS
NEWS
+9
-0
9 additions, 0 deletions
NEWS
libusb/version.h
+3
-3
3 additions, 3 deletions
libusb/version.h
with
15 additions
and
3 deletions
AUTHORS
+
3
−
0
View file @
d190bd78
...
...
@@ -22,6 +22,7 @@ Graeme Gill
Hans Ulrich Niedermann
Hector Martin
Hoi-Ho Chan
James Hanko
Konrad Rzepecki
Ludovic Rousseau
Martin Koegler
...
...
@@ -33,8 +34,10 @@ Rob Walker
Sean McBride
Sebastian Pipping
Thomas Röfer
Toby Gray
Toby Peterson
Trygve Laugstøl
Uri Lublin
Vasily Khoruzhick
Vitali Lovich
Xiaofan Chen
This diff is collapsed.
Click to expand it.
NEWS
+
9
−
0
View file @
d190bd78
...
...
@@ -2,6 +2,15 @@ This file lists notable changes in each release.
For fine grained history, please see the git log at:
http://libusbx.git.sourceforge.net/git/gitweb.cgi?p=libusbx/libusbx;a=log
2012-05-06: v1.0.11
* Revert removal of critical Windows event handling that was introduced in 1.0.10
* Fix a possible deadlock in Windows when submitting transfers
* Add timestamped logging
* Add NetBSD support (experimental) and BSD libusb_get_device_speed() data
* Add bootstrap.sh alongside autogen.sh (bootstrap.sh doesn't invoke configure)
* Search for device nodes in /dev for Android support
* Other bug fixes
2012-04-17: v1.0.10
* Public release
* Add libusb_get_version
...
...
This diff is collapsed.
Click to expand it.
libusb/version.h
+
3
−
3
View file @
d190bd78
...
...
@@ -6,12 +6,12 @@
#define LIBUSB_MINOR 0
#endif
#ifndef LIBUSB_MICRO
#define LIBUSB_MICRO 1
0
#define LIBUSB_MICRO 1
1
#endif
#ifndef LIBUSB_NANO
#define LIBUSB_NANO 1049
3
#define LIBUSB_NANO 1049
4
#endif
/* LIBUSB_RC is the release candidate suffix. Should normally be empty. */
#ifndef LIBUSB_RC
#define LIBUSB_RC ""
#define LIBUSB_RC "
-rc1
"
#endif
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment