summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2005-08-12 22:16:22 +1000
committerDamien Miller <djm@mindrot.org>2005-08-12 22:16:22 +1000
commit0e2c1028583da14b61e311fdcf8859f4335fc3be (patch)
tree2a03e33271cb66c6374115d34c42a2023a8e3f37 /ChangeLog
parent8e489484a1dbb8e2a15855e04b5897e33b2480c4 (diff)
- jaredy@cvs.openbsd.org 2005/08/08 13:22:48
[sftp.c] sftp prompt enhancements: - in non-interactive mode, do not print an empty prompt at the end before finishing - print newline after EOF in editline mode - call el_end() in editline mode ok dtucker djm
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d8d7bde6..ee165a21 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,6 +14,14 @@
[servconf.c]
Unbreak sshd ListenAddress for bare IPv6 addresses.
Report from Janusz Mucka; ok djm@
+ - jaredy@cvs.openbsd.org 2005/08/08 13:22:48
+ [sftp.c]
+ sftp prompt enhancements:
+ - in non-interactive mode, do not print an empty prompt at the end
+ before finishing
+ - print newline after EOF in editline mode
+ - call el_end() in editline mode
+ ok dtucker djm
20050810
- (dtucker) [configure.ac] Test libedit library and headers for compatibility.
@@ -2924,4 +2932,4 @@
- (djm) Trim deprecated options from INSTALL. Mention UsePAM
- (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
-$Id: ChangeLog,v 1.3870 2005/08/12 12:11:58 djm Exp $
+$Id: ChangeLog,v 1.3871 2005/08/12 12:16:22 djm Exp $