Skip to content

v0.10.0

Compare
Choose a tag to compare
@passy passy released this 29 Jan 13:46

Fixes

  • Fix ClosedChannelException (f8d54f5)
  • Invoke Thread.interrupted() to fix infinite loop (0aae633)
  • Release lib lock before JniOnLoad to avoid deadlock on re-entry (06e415e)
  • Add synchronized block to protect against race condition (#69)

Highlights

  • Improved error message in case of unsatisfied links. (30af7ce)
  • Retry extract_DT_NEEDED when interrupted (a5e96b9)