summaryrefslogtreecommitdiffstats
path: root/RELEASES.md
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2017-03-11 16:50:09 -0500
committerTavian Barnes <tavianator@tavianator.com>2017-03-11 16:50:09 -0500
commita7c51baacf0867b1089f683b05811744f01a70af (patch)
tree4fe418756ac556f42165be1fd17e8d0a75abad17 /RELEASES.md
parenteb18f806da9d39e21362080ab4f4ab816eeeb0d5 (diff)
downloadbfs-a7c51baacf0867b1089f683b05811744f01a70af.tar.xz
Release 0.960.96
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 475f426..fdcf125 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -2,6 +2,24 @@
===
+0.96
+----
+
+**March 11, 2017**
+
+73/76 GNU find features supported.
+
+- Implemented -nouser and -nogroup
+- Implemented -printf and -fprintf
+- Implemented -ls and -fls
+- Implemented -type with multiple types at once (e.g. -type f,d,l)
+- Fixed 32-bit builds
+- Fixed -lname on "symlinks" in Linux /proc
+- Fixed -quit to take effect as soon as it's reached
+- Stopped redirecting standard input from /dev/null for -ok and -okdir, as that violates POSIX
+- Many test suite improvements
+
+
0.88
----