diff options
author | Miklos Szeredi <mszeredi@suse.cz> | 2011-07-01 14:01:29 +0200 |
---|---|---|
committer | Miklos Szeredi <mszeredi@suse.cz> | 2011-07-01 14:01:29 +0200 |
commit | a575d482345235b71409c9627c1c8b0787dcde7c (patch) | |
tree | a36f5e992cedf8c693b989400e4b4f8cd2555ab2 /ChangeLog | |
parent | eac5268e87a9ffeefaa5edcd40392e14cd5aa1e3 (diff) | |
download | sshfs-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-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |