Releases: boxboat/fixuid
Releases · boxboat/fixuid
v0.6.0
v0.6.0 release notes (#38)
Signed-off-by: Caleb Lloyd <caleblloyd@gmail.com>
v0.5.1
Features
- Add linux architectures
mips64
mips64le
ppc64
ppc64le
and riscv64
: #33, #34
v0.5
Fixes
- Use Lchown so that symbolic links are not followed: #27
v0.4.1
Features
- Add linux arm64 release: #23
v0.4
Features
- Add quiet mode command-line flag
-q
: #11
v0.3
Features
- Allow specifying paths to search: #5
Fixes
- Change Mount Detection to read /proc/mounts: #7
- Handle errors from
lstat
and filepath.readDirNames
: #4
v0.2
Fixes
- Properly skip mounted files: #3