diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2014-06-11 Martin Pärtel <martin dot partel at gmail dot com> + + * Merged patch to fix GID cache by @alajovic. Thanks! This fixes a problem + with group membership checks and a potential crash. + * Released 1.12.5 + 2014-06-05 Martin Pärtel <martin dot partel at gmail dot com> * Use `lutimes` when `utimensat` is unavailable, as it is on OS X (#6). diff --git a/configure.ac b/configure.ac index 9f7f714..d66cc00 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([bindfs],[1.12.4],[martin.partel@gmail.com]) +AC_INIT([bindfs],[1.12.5],[martin.partel@gmail.com]) AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_HEADERS([config.h]) |