aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Pärtel <martin.partel@gmail.com>2022-07-12 21:27:21 +0300
committerMartin Pärtel <martin.partel@gmail.com>2022-07-12 21:27:21 +0300
commite0aba6935e01ab7928967278aaeb9a0660fea644 (patch)
tree91f15a7f73650455f24fc6cbb1f3705ef9abbed5
parentf1518cd0845a69b09bd9254120d4334ef2a01614 (diff)
downloadbindfs-e0aba6935e01ab7928967278aaeb9a0660fea644.tar.gz
Released 1.17.0.
-rw-r--r--ChangeLog1
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 01f1266..0fc7f9b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
* Reverted change in 1.16.0 that made direct_io the default.
It turned out to be more problematic than not having it.
(issue #117, thanks @DUOLabs333 and @Misterio77)
+ * Released 1.17.0
2022-06-24 Martin Pärtel <martin dot partel at gmail dot com>
diff --git a/configure.ac b/configure.ac
index 72798b9..f9763cb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([bindfs],[1.16.1],[martin.partel@gmail.com])
+AC_INIT([bindfs],[1.17.0],[martin.partel@gmail.com])
AM_INIT_AUTOMAKE([foreign serial-tests])
AC_CONFIG_HEADERS([config.h])