Skip to content

Commit

Permalink
Bump version to 1.3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
basvandijk committed Jul 6, 2017
1 parent 2cbb022 commit 0ab0b79
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
1.3.0.5
* Fix segfault in registerHotplugCallback caused by a double-free.
The fix was to increment the reference count of the USB device that
was passed to the HotplugCallback.

Thanks to Ryan Mulligan and Ian Kane for reporting and investigating this bug.

1.3.0.4

* Support GHC-8.0.1.
Expand Down
2 changes: 1 addition & 1 deletion usb.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: usb
version: 1.3.0.4
version: 1.3.0.5
cabal-version: >=1.6
build-type: Custom
license: BSD3
Expand Down

0 comments on commit 0ab0b79

Please sign in to comment.