summaryrefslogtreecommitdiffstats
path: root/RELEASES.md
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2021-03-06 15:33:01 -0500
committerTavian Barnes <tavianator@tavianator.com>2021-03-06 15:44:43 -0500
commit2c1c83b3c1ad24768d03c6f88c2e3b685d39e2b0 (patch)
treea9c918d0ef2a0982276b0b67e50887c3882b9f86 /RELEASES.md
parent7816b2b75cd5b90a400409885f6afb3f8d63c06b (diff)
downloadbfs-2c1c83b3c1ad24768d03c6f88c2e3b685d39e2b0.tar.xz
Release 2.22.2
Diffstat (limited to 'RELEASES.md')
-rw-r--r--RELEASES.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 8676800..13763d8 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -1,6 +1,26 @@
2.*
===
+2.2
+---
+
+**March 6, 2020**
+
+- Fixed `-hidden` on hidden start paths
+
+- Added a Bash completion script.
+ Thanks @bmundt6!
+
+- Fixed rounding in `-used`.
+ Corresponding fixes were made to GNU find in version 4.8.0.
+
+- Optimized the open directory representation.
+ On Linux, much libc overhead is bypassed by issuing syscalls directly.
+ On all platforms, a few fewer syscalls and open file descriptors will be used.
+
+- Implemented `-flags` from BSD find
+
+
2.1
---