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 a653129..f1692f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2021-01-24 Martin Pärtel <martin dot partel at gmail dot com>
+
+ * Non-zero exit code when unable to chdir into source dir (issue #93).
+ * Pass through "-o fsname" to FUSE (issue #94).
+ * Released 1.14.9
+
2020-09-23 Martin Pärtel <martin dot partel at gmail dot com>
* Added missing include for "sys/file.h".
diff --git a/configure.ac b/configure.ac
index 162e41b..8d3f5a1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([bindfs],[1.14.8],[martin.partel@gmail.com])
+AC_INIT([bindfs],[1.14.9],[martin.partel@gmail.com])
AM_INIT_AUTOMAKE([foreign serial-tests])
AC_CONFIG_HEADERS([config.h])