diff options
author | Martin Pärtel <martin.partel@gmail.com> | 2012-09-15 16:11:46 +0300 |
---|---|---|
committer | Martin Pärtel <martin.partel@gmail.com> | 2012-09-15 16:11:46 +0300 |
commit | 801fb84b2b5fbb371aee264d9135a399a88304c8 (patch) | |
tree | f19c27b11c6b069ec5d40576e55c1e8f04ee781c | |
parent | 04e70e1b760535bf2860130cc4c69d31702e28c7 (diff) | |
download | bindfs-801fb84b2b5fbb371aee264d9135a399a88304c8.tar.gz |
Released 1.11.
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,3 +1,11 @@ +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. + * Documented a race condition in multithreaded mode. + * Released 1.11 + 2012-07-15 Martin Pärtel <martin dot partel at gmail dot com> * Fix readdir() yet again, though this only matters in diff --git a/configure.ac b/configure.ac index a4c26a0..35a6e22 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([bindfs],[1.10.7],[martin.partel@gmail.com]) +AC_INIT([bindfs],[1.11],[martin.partel@gmail.com]) AM_INIT_AUTOMAKE([foreign]) AM_CONFIG_HEADER(config.h) |