aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2009-07-15 14:20:58 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2009-07-15 14:20:58 +0000
commitae4614e69045c697b7704b72030dca373b9d0f71 (patch)
tree1ad676a1b8916d8acea3a4d744fc645febfa3f72 /ChangeLog
parentb1fa0408fb5810e5024f3e657706111a2054f8b5 (diff)
downloadsshfs-ae4614e69045c697b7704b72030dca373b9d0f71.tar
sshfs-ae4614e69045c697b7704b72030dca373b9d0f71.tar.gz
sshfs-ae4614e69045c697b7704b72030dca373b9d0f71.tar.bz2
sshfs-ae4614e69045c697b7704b72030dca373b9d0f71.zip
Add option 'delay_connect': This will always create the sshfs mount,
even if the connection to the server can't be established.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5e040d2..d9c45cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-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.
+
2009-01-27 Miklos Szeredi <miklos@szeredi.hu>
* Print usage information and version to stdout, not stderr.