summaryrefslogtreecommitdiffstats
path: root/RELEASES.md
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2018-01-20 12:40:08 -0500
committerTavian Barnes <tavianator@tavianator.com>2018-01-20 12:40:08 -0500
commit54696b2e975c8ca9979743be98187d733ce64de4 (patch)
tree0f389671678d268b31a78556e64a0a9ef9e73864 /RELEASES.md
parentb2b97e301892d89b9909bed17f4299e09af1e33b (diff)
downloadbfs-54696b2e975c8ca9979743be98187d733ce64de4.tar.xz
Release 1.21.2
Diffstat (limited to 'RELEASES.md')
-rw-r--r--RELEASES.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 8c6726c..ff29c2a 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -2,6 +2,20 @@
===
+1.2
+---
+
+**January 20, 2018**
+
+- Added support for the `-perm +7777` syntax deprecated by GNU find (equivalent to `-perm /7777`), for compatibility with BSD finds
+- Added support for file birth/creation times on platforms that report it
+ - `-Bmin`/`-Btime`/`-Bnewer`
+ - `B` flag for `-newerXY`
+ - `%w` and `%Wk` directives for `-printf`
+ - Uses the `statx(2)` system call on new enough Linux kernels
+- More robustness to `E2BIG` added to the `-exec` implementation
+
+
1.1.4
-----