aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiklos Szeredi <mszeredi@suse.cz>2011-07-01 14:01:29 +0200
committerMiklos Szeredi <mszeredi@suse.cz>2011-07-01 14:01:29 +0200
commita575d482345235b71409c9627c1c8b0787dcde7c (patch)
treea36f5e992cedf8c693b989400e4b4f8cd2555ab2 /ChangeLog
parenteac5268e87a9ffeefaa5edcd40392e14cd5aa1e3 (diff)
downloadsshfs-a575d482345235b71409c9627c1c8b0787dcde7c.tar
sshfs-a575d482345235b71409c9627c1c8b0787dcde7c.tar.gz
sshfs-a575d482345235b71409c9627c1c8b0787dcde7c.tar.bz2
sshfs-a575d482345235b71409c9627c1c8b0787dcde7c.zip
Add hard link operation
Works if the server supports the "hardlink@openssh.com" protocol extension.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3ce4ed3..78110b1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-07-01 Miklos Szeredi <miklos@szeredi.hu>
+
+ * Add hard link operation. Works if the server supports the
+ "hardlink@openssh.com" protocol extension.
+
2011-03-25 Miklos Szeredi <miklos@szeredi.hu>
* Fix possible deadlock on reconnection. Reported by Florian