Skip to content

Commit

Permalink
Merge pull request #113 from a1ien/changelog
Browse files Browse the repository at this point in the history
Changelog
  • Loading branch information
a1ien committed Sep 3, 2021
2 parents 9020c12 + 17b9c69 commit 6b92422
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 9 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,9 +3,28 @@
## Unreleased
* Re-export libusb1-sys as ffi [#75]
* impl Debug for DeviceHandle [#78]
* Add bind to libusb_get_next_timeout [#95]
* Add DeviceHandle::into_raw() [#97]
* Improve read_string_descriptor [#99]
* Derive Debug for Context [#103]
* Implement Clone for Device [#104]
* Add Context::interrupt_handle_events() [#101]
* context: add open_device_with_fd() [#106]
* Rewrite hotplug registration. Add `HotplugBuilder` [#110]. And rewrite [#72]
* ConfigDescriptor and InterfaceDescriptor extra return just slice [#111]

[#72]: https://github.com/a1ien/rusb/pull/72
[#75]: https://github.com/a1ien/rusb/pull/75
[#78]: https://github.com/a1ien/rusb/pull/78
[#95]: https://github.com/a1ien/rusb/pull/95
[#97]: https://github.com/a1ien/rusb/pull/97
[#99]: https://github.com/a1ien/rusb/pull/99
[#101]: https://github.com/a1ien/rusb/pull/101
[#103]: https://github.com/a1ien/rusb/pull/103
[#104]: https://github.com/a1ien/rusb/pull/104
[#106]: https://github.com/a1ien/rusb/pull/106
[#110]: https://github.com/a1ien/rusb/pull/110
[#111]: https://github.com/a1ien/rusb/pull/111

## 0.8.1
* Add getters for bRefresh and bSynchAddress [#61]
Expand Down
1 change: 1 addition & 0 deletions LICENSE
@@ -1,4 +1,5 @@
Copyright (c) 2015 David Cuddeback
2019 Ilya Averyanov

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
11 changes: 4 additions & 7 deletions README.md
Expand Up @@ -46,12 +46,9 @@ fn main() {
}
```

## Contributors
* [dcuddeback](https://github.com/dcuddeback)
* [nibua-r](https://github.com/nibua-r)
* [kevinmehall](https://github.com/kevinmehall)

## License
Copyright © 2015 David Cuddeback

Distributed under the [MIT License](LICENSE).

### License note.
If you link native `libusb` (by example using `vendored` features) library statically then
you must follow [GNU LGPL](https://github.com/libusb/libusb/blob/master/COPYING) from libusb.
6 changes: 6 additions & 0 deletions libusb1-sys/CHANGELOG.md
Expand Up @@ -4,6 +4,12 @@
## Unreleased
* Allow null function pointers for libusb_set_log_cb() [#74]
* Allow null function pointers for libusb_set_pollfd_notifiers() [#71]
* Fix building of recent libusb on macOS [#108]
* Ignore vendored feature on FreeBSD [#109]
* Update definitions [#112]

[#74]: https://github.com/a1ien/rusb/pull/74
[#71]: https://github.com/a1ien/rusb/pull/71
[#108]: https://github.com/a1ien/rusb/pull/108
[#109]: https://github.com/a1ien/rusb/pull/109
[#112]: https://github.com/a1ien/rusb/pull/112
1 change: 1 addition & 0 deletions libusb1-sys/LICENSE
@@ -1,4 +1,5 @@
Copyright (c) 2015 David Cuddeback
2019 Ilya Averyanov

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
2 changes: 0 additions & 2 deletions libusb1-sys/README.md
Expand Up @@ -86,8 +86,6 @@ help is the information already available for `libusb`:


## License
Copyright © 2015 David Cuddeback

Distributed under the [MIT License](LICENSE).

### License note.
Expand Down

0 comments on commit 6b92422

Please sign in to comment.