aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b06246b..259b3b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2006-08-16 Miklos Szeredi <miklos@szeredi.hu>
+
+ * Add option 'follow_symlinks' to resolve symlinks on the server.
+
+ * On setups where the login shell prints a banner, the sftp
+ protocol was confused, and bailed out with "reply len too large:
+ ...". So iterate over any rubbish read immediately after login
+ until a valid reply is found.
+
+ * Check remote directory for existence before mounting. Closes
+ Ubuntu bug #46633
+
2006-03-10 Miklos Szeredi <miklos@szeredi.hu>
* Use socketpair() instead of pipe() for communication between ssh