aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--NEWS12
2 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 78110b1..30a7cbf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
diff --git a/NEWS b/NEWS
index 36965cd..493d751 100644
--- a/NEWS
+++ b/NEWS
@@ -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
------------------