Skip to content

libpathrs 0.0.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@cyphar cyphar released this 14 Feb 17:22
v0.0.2
4627e9a

The main improvements in this release are:

  • Go bindings (thanks to Maxim).
  • Massively reworked threading model for C FFI -- now all errors are
    thread-local but libpathrs objects can be used from multiple threads
    without races.
  • pathrs_from_fd() now makes a copy of the input file to avoid issues
    with languages that might not be able to smoothly handle the concept
    of "forget this file you used to manage".
  • Update to the latest (now-merged) openat2 syscall ABI.

Thanks to all the contributors who made this release possible:

Signed-off-by: Aleksa Sarai [email protected]