Skip to content

v0.9.0

Compare
Choose a tag to compare
@eminence eminence released this 14 Nov 18:53
· 392 commits to master since this release

Please note that this are several API incompatible changes, compared to the 0.8.x release. Also, the Minimum Supported Rust Version has been changed from 1.33.0 to 1.34.0

New features

  • Swap libflate for flate2 (#100)
  • Support /proc/[pid]/task/[tid]/status (#110)
  • Introduce fd_count() in addition to fd() (#105)
  • Add Android support (#95)

Bug fixes

  • Handle locks that are marked as "blocked" (#109)

Breaking changes

  • Minimum supported rust version has been changed from 1.33.0 to 1.34.0
  • Remove deprecated functions (#107)
  • Store cputime in ticks, not fractional seconds (#106)
  • Add a private field to some large structs (#101)