summaryrefslogtreecommitdiffstats
path: root/RELEASES.md
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2018-09-24 23:10:37 -0400
committerTavian Barnes <tavianator@tavianator.com>2018-09-24 23:10:37 -0400
commitce1118b27fdbf7886b108b5c805107e98e75194a (patch)
treef431e734d7cf739a3f96349db6ef197edc045892 /RELEASES.md
parent50b8a56d0057244725aa7408857c61da3ec1a768 (diff)
downloadbfs-ce1118b27fdbf7886b108b5c805107e98e75194a.tar.xz
Release 1.2.41.2.4
Diffstat (limited to 'RELEASES.md')
-rw-r--r--RELEASES.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md
index fcc3e14..9e34a3b 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -2,6 +2,19 @@
===
+1.2.4
+-----
+
+**September 24, 2018**
+
+- GNU find compatibility fixes for `-printf`:
+ - `%Y` now prints `?` if an error occurs resolving the link
+ - `%B` is now supported for birth/creation time (as well as `%W`/`%w`)
+ - All standard `strftime()` formats are supported, not just the ones from the GNU find manual
+- Optimizations are now re-run if any expressions are reordered
+- `-exec` and friends no longer leave zombie processes around when `exec()` fails
+
+
1.2.3
-----