diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2019-06-27 23:34:35 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2019-06-27 23:34:35 -0400 |
commit | 0473beaa2e3a46dd782af1182413fcdd4d33e275 (patch) | |
tree | c0f9123b9d443d192f4a187404d49cd44b31f5f1 /RELEASES.md | |
parent | ce677576f1f7f971f45a5a08c044df1a916b004c (diff) | |
download | bfs-0473beaa2e3a46dd782af1182413fcdd4d33e275.tar.xz |
Release 1.51.5
Diffstat (limited to 'RELEASES.md')
-rw-r--r-- | RELEASES.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md index befe3ba..8043583 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -2,6 +2,18 @@ === +1.5 +--- + +**June 27, 2019** + +- New `-xattr` predicate to find files with extended attributes +- Fixed the `-acl` implementation on macOS +- Implemented depth-first (`-S dfs`) and iterative deepening search (`-S ids`) +- Piped `-help` output into `$PAGER` by default +- Fixed crashes on some invalid `LS_COLORS` values + + 1.4.1 ----- |