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
faa62417
Commit
faa62417
authored
11 years ago
by
Hans de Goede
Browse files
Options
Downloads
Patches
Plain Diff
Prepare for 1.0.16-rc3 release
Signed-off-by:
Hans de Goede
<
hdegoede@redhat.com
>
parent
ef59b06f
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
ChangeLog
+2
-1
2 additions, 1 deletion
ChangeLog
libusb/version.h
+1
-1
1 addition, 1 deletion
libusb/version.h
libusb/version_nano.h
+1
-1
1 addition, 1 deletion
libusb/version_nano.h
with
4 additions
and
3 deletions
ChangeLog
+
2
−
1
View file @
faa62417
For detailed information about the changes below, please see the git log or
visit: http://log.libusbx.org
2013-07-0
1
: v1.0.16-rc
2
2013-07-0
5
: v1.0.16-rc
3
* Add hotplug support for Darwin and Linux (#9)
* Add superspeed endpoint companion descriptor support (#15)
* Add BOS descriptor support (#15)
...
...
@@ -10,6 +10,7 @@ visit: http://log.libusbx.org
the unnecessary context parameter, libusb_get_port_path is now deprecated
* New libusb_strerror API (#14)
* New libusb_set_auto_detach_kernel_driver API (#17)
* Improve topology API docs (#95)
* Logging now use a single write call per log-message, avoiding log-message
"interlacing" when using multiple threads.
* Android: use Android logging when building on Android (#101)
...
...
This diff is collapsed.
Click to expand it.
libusb/version.h
+
1
−
1
View file @
faa62417
...
...
@@ -14,5 +14,5 @@
#endif
/* LIBUSB_RC is the release candidate suffix. Should normally be empty. */
#ifndef LIBUSB_RC
#define LIBUSB_RC "-rc
2
"
#define LIBUSB_RC "-rc
3
"
#endif
This diff is collapsed.
Click to expand it.
libusb/version_nano.h
+
1
−
1
View file @
faa62417
#define LIBUSB_NANO 1077
2
#define LIBUSB_NANO 1077
3
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