Skip to content

Releases: pkg/xattr

v0.4.12

30 Jun 19:53
05b05ed
Compare
Choose a tag to compare

What's Changed

  • F* functions don't work for some files on macOS. by @andy-js in #76

Full Changelog: v0.4.11...v0.4.12

v0.4.11

07 Jun 15:52
1990dd4
Compare
Choose a tag to compare

What's Changed

  • Current definition of ENOATTR isn't helpful on Solaris by @andy-js in #75

Full Changelog: v0.4.10...v0.4.11

v0.4.10

21 Jul 21:53
74a35a9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.9...v0.4.10

v0.4.9

16 Sep 21:23
87ba458
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.8...v0.4.9

v0.4.8

13 Aug 17:23
83e010c
Compare
Choose a tag to compare

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

Full Changelog: v0.4.7...v0.4.8

xattr 0.4.7

17 Apr 12:34
060805c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.6...v0.4.7

xattr 0.4.6

06 Mar 23:58
3698607
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.5...v0.4.6

xattr 0.4.5

02 Feb 00:49
492d80d
Compare
Choose a tag to compare

What's Changed

  • Skip empty fields in Error() by @kuba-- in #59
  • Replace travis CI by Github workflow by @kuba-- in #61
  • Fix closing file descriptors twice by @gco in #62

New Contributors

  • @gco made their first contribution in #62

Full Changelog: v0.4.4...v0.4.5

xattr 0.4.4

15 Oct 20:56
8725d4c
Compare
Choose a tag to compare

Release notes:

  • Check for EINTR with != on Linux (#56)

xattr 0.4.3

17 Dec 09:06
f0370f5
Compare
Choose a tag to compare

Release notes:

  • Add support for solaris (and illumos). (#54)