summaryrefslogtreecommitdiffstats
path: root/RELEASES.md
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2017-07-22 13:33:29 -0400
committerTavian Barnes <tavianator@tavianator.com>2017-07-22 13:33:29 -0400
commita2a4c0b8285e52b91b57fd8f1746741029bdcfed (patch)
treed64b91167d7986e08e114cb1c8c962a71598e960 /RELEASES.md
parent2876e0ac4ecf21f26a3e5b42ac9e9a6f61db1062 (diff)
downloadbfs-a2a4c0b8285e52b91b57fd8f1746741029bdcfed.tar.xz
Release 1.11.1
Diffstat (limited to 'RELEASES.md')
-rw-r--r--RELEASES.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md
index a208cd8..0c020b8 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -2,6 +2,24 @@
===
+1.1
+---
+
+**July 22, 2017**
+
+- Implemented some primaries from NetBSD `find`:
+ - `-exit [STATUS]` (like `-quit`, but with an optional explicit exit status)
+ - `-printx` (escape special characters for `xargs`)
+ - `-rm` (alias for `-delete`)
+- Warn if `-prune` will have no effect due to `-depth`
+- Handle y/n prompts according to the user's locale
+- Prompt the user to correct typos without having to re-run `bfs`
+- Fixed handling of paths longer than `PATH_MAX`
+- Fixed spurious "Inappropriate ioctl for device" errors when redirecting `-exec ... +` output
+- Fixed the handling of paths that treat a file as a directory (e.g. `a/b/c` where `a/b` is a regular file)
+- Fixed an expression optimizer bug that broke command lines like `bfs -name '*' -o -print`
+
+
1.0.2
-----