aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2009-07-15 15:57:04 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2009-07-15 15:57:04 +0000
commitf018ac3b1cf51ec3bf5d47f89f9dab3809cd2709 (patch)
treecde9f7325ab4f61b4fc6f59fe56af32e61bd51a1 /ChangeLog
parent2431a280eb7612920a7158d72c1d34964b801445 (diff)
downloadsshfs-f018ac3b1cf51ec3bf5d47f89f9dab3809cd2709.tar
sshfs-f018ac3b1cf51ec3bf5d47f89f9dab3809cd2709.tar.gz
sshfs-f018ac3b1cf51ec3bf5d47f89f9dab3809cd2709.tar.bz2
sshfs-f018ac3b1cf51ec3bf5d47f89f9dab3809cd2709.zip
* Check that the remote path specified refers to the same type of
file as the mountpoint, i.e. both are directories or both are non-directories (debian bug #535343). Reported by Greg Kochanski * Allow mounting a single non-directory from the server
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 94074c8..3bbaad6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,12 @@
session (debian bug #535333). This is only supported if compiled
against libfuse-2.6 or later. Reported by Greg Kochanski
+ * Check that the remote path specified refers to the same type of
+ file as the mountpoint, i.e. both are directories or both are
+ non-directories (debian bug #535343). Reported by Greg Kochanski
+
+ * Allow mounting a single non-directory from the server
+
2008-07-15 Sebastian Dransfeld <sebastid@tango.flipp.net>
* Add option 'delay_connect': This will always create the sshfs mount,