aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2008-04-22 16:01:59 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2008-04-22 16:01:59 +0000
commit09579af9807412c508ab48b52e3afd88fbbd4032 (patch)
tree4c1d939290709b26b6fe8d967a756307fea99961
parenteeea0ff5a647e2d1bb75c5e6a19c216c09fb195b (diff)
downloadsshfs-09579af9807412c508ab48b52e3afd88fbbd4032.tar
sshfs-09579af9807412c508ab48b52e3afd88fbbd4032.tar.gz
sshfs-09579af9807412c508ab48b52e3afd88fbbd4032.tar.bz2
sshfs-09579af9807412c508ab48b52e3afd88fbbd4032.zip
Released 2.0
-rw-r--r--ChangeLog4
-rw-r--r--NEWS11
2 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a239210..2c6d9e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2008-04-22 Miklos Szeredi <miklos@szeredi.hu>
+ * Released 2.0
+
+2008-04-22 Miklos Szeredi <miklos@szeredi.hu>
+
* Add missing ssh options: ControlMaster, ControlPath,
KbdInteractiveAuthentication, KbdInteractiveDevices, LocalCommand,
RekeyLimit (Debian bug #430225).
diff --git a/NEWS b/NEWS
index 5f2b300..36965cd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+What is new in 2.0
+------------------
+
+* Support password authentication with pam_mount
+
+* Support atomic renames if server is OpenSSH 4.9 or later
+
+* Support getting disk usage if server is OpenSSH 5.1 or later
+
+* Small enhancements and bug fixes
+
What is new in 1.9
------------------