summaryrefslogtreecommitdiffstats
path: root/RELEASES.md
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2021-11-25 11:26:26 -0500
committerTavian Barnes <tavianator@tavianator.com>2021-11-25 11:26:26 -0500
commitbbab30ba77f300ed991ed3e7da2ee89c333daa76 (patch)
treeb8b99d051cb341817d4c6d0b125a3acf6b04b63f /RELEASES.md
parent44eee20598037c45680c862c05bba054372e130a (diff)
downloadbfs-bbab30ba77f300ed991ed3e7da2ee89c333daa76.tar.xz
Release 2.3
Diffstat (limited to 'RELEASES.md')
-rw-r--r--RELEASES.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 6400788..4561beb 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -1,6 +1,27 @@
2.*
===
+2.3
+---
+
+**November 25, 2021**
+
+- More tweaks to `PAGER` and `LESS` handling for `bfs -help` ([#76])
+
+- Use 512-byte blocks for `-ls` when `POSIXLY_CORRECT` is set ([#77])
+
+- Implemented `-files0-from FILE` to take a list of `'\0'`-separated starting paths.
+ GNU find will implement the same feature in an upcoming release.
+
+- Added colors to `-printf` output ([#62])
+
+- Faster recovery from `E2BIG` during `-exec`
+
+[#76]: https://github.com/tavianator/bfs/issues/76
+[#77]: https://github.com/tavianator/bfs/issues/77
+[#62]: https://github.com/tavianator/bfs/issues/62
+
+
2.2.1
-----
@@ -22,6 +43,7 @@
[#71]: https://github.com/tavianator/bfs/issues/71
[#75]: https://github.com/tavianator/bfs/issues/75
+
2.2
---