aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Pärtel <martin.partel@gmail.com>2016-09-25 19:31:03 +0100
committerMartin Pärtel <martin.partel@gmail.com>2016-09-25 19:31:03 +0100
commita679e5b29fd094e0b9132b9d758732c882835dc6 (patch)
tree9651a06b15e4b9ce78620e34175747cffcf7ab4a
parent34613778405fc9bd7bc4f95ba5c048a599555f2b (diff)
downloadbindfs-a679e5b29fd094e0b9132b9d758732c882835dc6.tar.gz
Released 1.13.2.
-rw-r--r--ChangeLog1
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c1296bb..c63e707 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
* Fix bug in readdir() introduced with 1.13.1. This fixes a bug when
a bindfs mount is exported over NFS (issue #39).
+ * Released 1.13.2
2016-07-31 Martin Pärtel <martin dot partel at gmail dot com>
diff --git a/configure.ac b/configure.ac
index e7f40ae..59d3bdb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([bindfs],[1.13.1],[martin.partel@gmail.com])
+AC_INIT([bindfs],[1.13.2],[martin.partel@gmail.com])
AM_INIT_AUTOMAKE([foreign serial-tests])
AC_CONFIG_HEADERS([config.h])