diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 2 deletions
@@ -1,10 +1,15 @@ +2013-05-08 Martin Pärtel <martin dot partel at gmail dot com> + + * Fixed building against latest FUSE e.g. on Ubuntu 13.04. + * Released 1.12.1 + 2013-03-01 Martin Pärtel <martin dot partel at gmail dot com> * Deprecated --user, --owner and --group in favor of --force-user and --force-group to avoid conflict with standard mount options (issue 25). - * Release 1.12 + * Released 1.12 2012-09-15 Martin Pärtel <martin dot partel at gmail dot com> diff --git a/configure.ac b/configure.ac index 5a9ad8f..dbf78b7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([bindfs],[1.12],[martin.partel@gmail.com]) +AC_INIT([bindfs],[1.12.1],[martin.partel@gmail.com]) AM_INIT_AUTOMAKE([foreign]) AM_CONFIG_HEADER(config.h) |