aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2010-04-28 08:59:12 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2010-04-28 08:59:12 +0000
commitb1b0c4b6f58d278360243705cc1e67522ef23423 (patch)
treedc0d5243d102021a80018837dccdced49c65e422 /ChangeLog
parentf018ac3b1cf51ec3bf5d47f89f9dab3809cd2709 (diff)
downloadsshfs-b1b0c4b6f58d278360243705cc1e67522ef23423.tar
sshfs-b1b0c4b6f58d278360243705cc1e67522ef23423.tar.gz
sshfs-b1b0c4b6f58d278360243705cc1e67522ef23423.tar.bz2
sshfs-b1b0c4b6f58d278360243705cc1e67522ef23423.zip
* Set FD_CLOEXEC on fuse device. This prevents deadlocks that
happen in some circumstances (bugzilla.kernel.org #12864).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3bbaad6..3495ac0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,10 @@
-2008-07-15 Miklos Szeredi <miklos@szeredi.hu>
+2010-03-16 Miklos Szeredi <miklos@szeredi.hu>
+
+ * Set FD_CLOEXEC on fuse device. This prevents deadlocks that
+ happen in some circumstances (bugzilla.kernel.org #12864).
+ Reported by Tim Connors
+
+2009-07-15 Miklos Szeredi <miklos@szeredi.hu>
* Check mountpoint and fuse options before starting an ssh
session (debian bug #535333). This is only supported if compiled
@@ -10,7 +16,7 @@
* Allow mounting a single non-directory from the server
-2008-07-15 Sebastian Dransfeld <sebastid@tango.flipp.net>
+2009-07-15 Sebastian Dransfeld <sebastid@tango.flipp.net>
* Add option 'delay_connect': This will always create the sshfs mount,
even if the connection to the server can't be established.