diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,9 @@ 2012-03-08 Miklos Szeredi <miklos@szeredi.hu> + * Released 2.4 + +2012-03-08 Miklos Szeredi <miklos@szeredi.hu> + * Make sure idmap files aren't writable by others otherwise, other local users could change the mapping, and gain access to things they shouldn't. Patch by Mike Kelly diff --git a/configure.ac b/configure.ac index 1cf48b3..d433038 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT(sshfs-fuse, 2.3) +AC_INIT(sshfs-fuse, 2.4) AM_INIT_AUTOMAKE AM_CONFIG_HEADER(config.h) |