Skip to content

Latest commit

 

History

History
52 lines (27 loc) · 1.66 KB

CHANGELOG.md

File metadata and controls

52 lines (27 loc) · 1.66 KB

Changelog

0.6.0 - 2023-08-17

Features

  • Call syscall.Setgroups on groups from /etc/passwd and /etc/group: #37

0.5.1 - 2021-07-19

Features

  • Add linux architectures mips64 mips64le ppc64 ppc64le and riscv64: #33, #34

0.5 - 2020-06-12

Fixes

  • Use Lchown so that symbolic links are not followed: #27

0.4.1 - 2020-04-28

Features

  • Add linux arm64 release: #23

0.4 - 2018-05-24

Features

  • Add quiet mode command-line flag -q: #11

0.3 - 2018-01-15

Features

  • Allow specifying paths to search: #5

Fixes

  • Change Mount Detection to read /proc/mounts: #7
  • Handle errors from lstat and filepath.readDirNames: #4

0.2 - 2017-11-08

Fixes

  • Properly skip mounted files: #3

0.1 - 2017-07-18

  • Initial Release