From 3c02f3290804acedfc922ae82ce2a3aca5ca2ec7 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Fri, 27 Oct 2017 22:32:10 -0400 Subject: Release 1.1.4 --- Makefile | 2 +- RELEASES.md | 11 +++++++++++ bfs.h | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a1a86e7..411128c 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ ############################################################################ ifeq ($(wildcard .git),) -VERSION := 1.1.3 +VERSION := 1.1.4 else VERSION := $(shell git describe --always) endif diff --git a/RELEASES.md b/RELEASES.md index 42669ff..8c6726c 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -2,6 +2,17 @@ === +1.1.4 +----- + +**October 27, 2017** + +- Added a man page +- Fixed cases where multiple actions write to the same file +- Report errors that occur when closing files/flushing streams +- Fixed "argument list too long" errors with `-exec ... '{}' +` + + 1.1.3 ----- diff --git a/bfs.h b/bfs.h index 472e376..bce677b 100644 --- a/bfs.h +++ b/bfs.h @@ -18,7 +18,7 @@ #define BFS_H #ifndef BFS_VERSION -# define BFS_VERSION "1.1.3" +# define BFS_VERSION "1.1.4" #endif #ifndef BFS_HOMEPAGE -- cgit v1.2.3