summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--RELEASES.md11
-rw-r--r--bfs.h2
3 files changed, 13 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ccf282d..881f006 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@
#####################################################################
ifeq ($(wildcard .git),)
-VERSION := 1.0.1
+VERSION := 1.0.2
else
VERSION := $(shell git describe --always)
endif
diff --git a/RELEASES.md b/RELEASES.md
index b4911d7..a208cd8 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -2,6 +2,17 @@
===
+1.0.2
+-----
+
+**June 15, 2017**
+
+Bugfix release.
+
+- Fixed handling of \0 inside -printf format strings
+- Fixed `-perm` interpretation of permcopy actions (e.g. `u=rw,g=r`)
+
+
1.0.1
-----
diff --git a/bfs.h b/bfs.h
index 67e8996..e341bac 100644
--- a/bfs.h
+++ b/bfs.h
@@ -24,7 +24,7 @@
#include <time.h>
#ifndef BFS_VERSION
-# define BFS_VERSION "1.0.1"
+# define BFS_VERSION "1.0.2"
#endif
#ifndef BFS_HOMEPAGE