From 8da7838c867937cadc5609f6914fd2d3bbd053f1 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sat, 29 Oct 2016 16:40:56 -0400 Subject: Bump the version to 0.84 --- Makefile | 2 +- RELEASES.md | 16 ++++++++++++++++ bfs.h | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4b0bf7d..86bf47f 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ ##################################################################### ifeq ($(wildcard .git),) -VERSION := 0.82 +VERSION := 0.84 else VERSION := $(shell git describe --always) endif diff --git a/RELEASES.md b/RELEASES.md index a6e9345..a755e01 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -2,6 +2,22 @@ === +0.84 +---- + +**October 29, 2016** + +64/76 GNU find features supported. + +- Spelling suggestion improvements +- Handle `--` +- (Untested) support for exotic file types like doors, ports, and whiteouts +- Improved robustness in the face of closed std{in,out,err} +- Fixed the build on macOS +- Implement `-ignore_readdir_race`, `-noignore_readdir_race` +- Implement `-perm` + + 0.82 ---- diff --git a/bfs.h b/bfs.h index 55aeda2..6923fb7 100644 --- a/bfs.h +++ b/bfs.h @@ -20,7 +20,7 @@ #include #ifndef BFS_VERSION -# define BFS_VERSION "0.82" +# define BFS_VERSION "0.84" #endif #ifndef BFS_HOMEPAGE -- cgit v1.2.3