From e604972ffed159ffeb9f948615540ad8f5b4a4a0 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Tue, 25 Feb 2020 11:11:44 -0500 Subject: Release 1.6 --- Makefile | 2 +- RELEASES.md | 9 +++++++++ bfs.h | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d6183ab..8121e2f 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ ############################################################################ ifeq ($(wildcard .git),) -VERSION := 1.5.2 +VERSION := 1.6 else VERSION := $(shell git describe --always) endif diff --git a/RELEASES.md b/RELEASES.md index 639140c..7e51b9e 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -2,6 +2,15 @@ === +1.6 +--- + +**February 25, 2020** + +- Implemented `-newerXt` (explicit reference times), `-since`, `-asince`, etc. +- Fixed `-empty` to skip special files (pipes, devices, sockets, etc.) + + 1.5.2 ----- diff --git a/bfs.h b/bfs.h index 5f74a0e..cf3ac98 100644 --- a/bfs.h +++ b/bfs.h @@ -22,7 +22,7 @@ #define BFS_H #ifndef BFS_VERSION -# define BFS_VERSION "1.5.2" +# define BFS_VERSION "1.6" #endif #ifndef BFS_HOMEPAGE -- cgit v1.2.3