diff options
-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]) |