diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2019-02-10 15:45:02 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2019-02-10 15:45:02 -0500 |
commit | 78a00f83b7ddc14abb2da7b1ac6c5c801e206d3f (patch) | |
tree | 9c87deeb0510018d68565bd3a7b27ed2f87e8f7e /RELEASES.md | |
parent | d64db6bad79e10f92c56e5572d6ae9072d62b3a3 (diff) | |
download | bfs-78a00f83b7ddc14abb2da7b1ac6c5c801e206d3f.tar.xz |
Release 1.3.31.3.3
Diffstat (limited to 'RELEASES.md')
-rw-r--r-- | RELEASES.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md index b21c655..5749fab 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -2,6 +2,20 @@ === +1.3.3 +----- + +**February 10, 2019** + +- Fixed unpredictable behaviour for empty responses to `-ok`/`-okdir` caused by an uninitialized string +- Writing to standard output now causes `bfs` to fail if the descriptor was closed +- Fixed incomplete file coloring in error messages +- Added some data flow optimizations +- Fixed `-nogroup`/`-nouser` in big directory trees +- Added `-type w` for whiteouts, as supported by FreeBSD `find` +- Re-wrote the `-help` message and manual page + + 1.3.2 ----- |