diff options
author | Martin Pärtel <martin.partel@gmail.com> | 2019-03-31 13:38:32 +0300 |
---|---|---|
committer | Martin Pärtel <martin.partel@gmail.com> | 2019-03-31 13:38:32 +0300 |
commit | f2e8538eae03a6652d3fd5ed4defd33384237240 (patch) | |
tree | 8cbd90c328dcd0e4d39deaf40d628453a6390054 | |
parent | 510f89fa636b551a8406d7cfbf1a636411e7724e (diff) | |
download | bindfs-f2e8538eae03a6652d3fd5ed4defd33384237240.tar.gz |
Released 1.13.11.
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2019-03-31 Martin Pärtel <martin dot partel at gmail dot com> + + * Fixes to --gid-offset when used with a setgid bit or with --create-as-mounter (PR #73, thanks ehmm@!). + * Released 1.13.11 + 2018-10-09 Martin Pärtel <martin dot partel at gmail dot com> * Don't call realpath() on source dirs starting with "/proc/". See #66. diff --git a/configure.ac b/configure.ac index 15091f3..e717cf3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([bindfs],[1.13.10],[martin.partel@gmail.com]) +AC_INIT([bindfs],[1.13.11],[martin.partel@gmail.com]) AM_INIT_AUTOMAKE([foreign serial-tests]) AC_CONFIG_HEADERS([config.h]) |