diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 12 |
2 files changed, 16 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2011-07-01 Miklos Szeredi <miklos@szeredi.hu> + * Released 2.3 + +2011-07-01 Miklos Szeredi <miklos@szeredi.hu> + * Add hard link operation. Works if the server supports the "hardlink@openssh.com" protocol extension. @@ -1,3 +1,15 @@ +What is new in 2.1, 2.2 and 2.3 +------------------------------- + +* Support hard link creation if server is OpenSSH 5.7 or later + +* Check mount point and options before connecting to ssh server + +* Handle commas in usernames + +* Small improvements and bug fixes + + What is new in 2.0 ------------------ |