diff options
author | Martin Pärtel <martin.partel@gmail.com> | 2013-03-01 02:47:21 +0200 |
---|---|---|
committer | Martin Pärtel <martin.partel@gmail.com> | 2013-03-01 02:47:21 +0200 |
commit | b4a5b3ce14fde94fc34eaccb990544c60472ce19 (patch) | |
tree | ed3ff3616e76211cb7eb5e491b990c9722b19219 | |
parent | 709021758b5f35b1f4b051b486251bbfcc046cd8 (diff) | |
download | bindfs-b4a5b3ce14fde94fc34eaccb990544c60472ce19.tar.gz |
Released 1.12.
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 10 insertions, 2 deletions
@@ -1,8 +1,16 @@ +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 + 2012-09-15 Martin Pärtel <martin dot partel at gmail dot com> * Fix for setgid directories by Jonathan Dieter. Thanks! * Run in singlethreaded mode by default. - * Added -multithreaded option. + * Added --multithreaded option. * Documented a race condition in multithreaded mode. * Released 1.11 diff --git a/configure.ac b/configure.ac index 35a6e22..7d8aec9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([bindfs],[1.11],[martin.partel@gmail.com]) +AC_INIT([bindfs],[1.12],[martin.partel@gmail.com]) AM_INIT_AUTOMAKE([foreign]) AM_CONFIG_HEADER(config.h) |