aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 264d4a4..71b65f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2020-05-13 Martin Pärtel <martin dot partel at gmail dot com>
+
+ * Fixed missing newlines bug with --map-passwd and --map-group
+ (my fault).
+ * Released 1.14.7
+
2020-05-10 Martin Pärtel <martin dot partel at gmail dot com>
* Added --map-passwd and --map-group (PR #85 by Cybso@, thanks!)
diff --git a/configure.ac b/configure.ac
index 6abd05d..bff2c9f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([bindfs],[1.14.6],[martin.partel@gmail.com])
+AC_INIT([bindfs],[1.14.7],[martin.partel@gmail.com])
AM_INIT_AUTOMAKE([foreign serial-tests])
AC_CONFIG_HEADERS([config.h])