Releases: moby/sys
Releases · moby/sys
mountinfo v0.3.1
Breaking changes (since v0.2.0):
- Some field names of
struct Mountinfo
are changed to be more in-line with Go naming conventions. Users need to be converted. (#34) FstypeFilter
is changed toFSTypeFilter
to be in-line with the field name. Users need to be converted. (#41)
Fixes and improvements:
- Fixed
FilterFunc
doc. (#41)
mountinfo v0.3.0
Breaking changes:
- Some field names of
struct Mountinfo
are changed to be more in-line with Go naming conventions. Users need to be converted. (#34)
Fixes and improvements:
- Fixed per-package doc to be shown by
go doc
(#37) - Make
GetMountsFromReader
Linux-specific. (#39) - OpenBSD support added (same code as FreeBSD; not tested). (#32)
Thanks to:
- Sebastiaan van Stijn
- Tobias Klauser
mountinfo v0.2.0
Bug fixes:
- Fix path unescaping for paths with double quotes (#16)
Improvements:
Mounted
: speed up by adding fast paths usingopenat2
(Linux-only, #29) andstat
(#20)Mounted
: relax path requirements (allow relative, non-cleaned paths, symlinks) (fixes #27)- Unescape
fstype
andsource
fields (#16) - Documentation improvements (#15)
Testing/CI:
- Unit tests: exclude darwin (#13)
- CI: run tests under Fedora 32 to test openat2 (#29)
TestGetMounts
: fix for Ubuntu build system (#18)- Makefile: fix ignoring test failures (#19)
- CI: add cross build (#23)
Thanks to:
- Aleksa Sarai
- Shengjing Zhu
mount v0.1.1
mountinfo v0.1.3
- fixed windows build (#10)