libpathrs 0.0.2
Pre-release
Pre-release
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:
- Aleksa Sarai [email protected]
- Maxim Zhiburt [email protected]
Signed-off-by: Aleksa Sarai [email protected]