summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ac3ca7b02..70e3c15e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -141,6 +141,15 @@
141 [sshconnect2.c] 141 [sshconnect2.c]
142 Don't escape backslashes in the SSH2 banner. bz#1533, patch from 142 Don't escape backslashes in the SSH2 banner. bz#1533, patch from
143 Michal Gorny via Gentoo. 143 Michal Gorny via Gentoo.
144 - djm@cvs.openbsd.org 2010/01/04 02:03:57
145 [sftp.c]
146 Implement tab-completion of commands, local and remote filenames for sftp.
147 Hacked on and off for some time by myself, mouring, Carlos Silva (via 2009
148 Google Summer of Code) and polished to a fine sheen by myself again.
149 It should deal more-or-less correctly with the ikky corner-cases presented
150 by quoted filenames, but the UI could still be slightly improved.
151 In particular, it is quite slow for remote completion on large directories.
152 bz#200; ok markus@
144 153
14520091226 15420091226
146 - (tim) [contrib/cygwin/Makefile] Install ssh-copy-id and ssh-copy-id.1 155 - (tim) [contrib/cygwin/Makefile] Install ssh-copy-id and ssh-copy-id.1