Releases: pkg/xattr
Releases · pkg/xattr
v0.4.10
What's Changed
- Fix FIFO handling on Solaris by @greatroar in #70
- Add support for go 1.21 by @kuba-- in #72
- Detect the need to increase buffer size on TrueNAS SCALE. by @erikrose in #73
New Contributors
Full Changelog: v0.4.9...v0.4.10
v0.4.9
What's Changed
- syscall.ENODATA is not defined on unsupported OS by @harshavardhana in #69
Full Changelog: v0.4.8...v0.4.9
v0.4.8
What's Changed
- Make xattr.Error implement Unwrap by @aureliar8 in #66
- (Solaris) return ENOTSUP on unix.Openat error by @kuba-- in #68
New Contributors
- @aureliar8 made their first contribution in #66
Full Changelog: v0.4.7...v0.4.8
xattr 0.4.7
xattr 0.4.6
xattr 0.4.5
xattr 0.4.4
Release notes:
- Check for EINTR with != on Linux (#56)
xattr 0.4.3
Release notes:
- Add support for solaris (and illumos). (#54)
xattr 0.4.2
Release notes:
- Support (mainly) go
1.14.X
,1.15.X
- New
XATTR_SUPPORTED
const. - Loop on EINTR on Linux
xattr 0.4.1
Release notes:
- Use x/sys/unix for lgetxattr, lsetxattr, lremovexattr and llistxattr … …
- Add NetBSD support
- Dummy build for unsupported platforms (e.g. windows)