summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2009-10-07 08:23:06 +1100
committerDarren Tucker <dtucker@zip.com.au>2009-10-07 08:23:06 +1100
commit282b4026cb5c5a229e2c5b33e4ad3ac31fcf3189 (patch)
tree182d38eb23823330e04099e81bc2c57f4eac309e /ChangeLog
parentadba1ba51474d43e708de2b986c36199fa8f167e (diff)
- djm@cvs.openbsd.org 2009/08/13 01:11:19
[sftp.1 sftp.c] Swizzle options: "-P sftp_server_path" moves to "-D sftp_server_path", add "-P port" to match scp(1). Fortunately, the -P option is only really used by our regression scripts. part of larger patch from carlosvsilvapt@gmail.com for his Google Summer of Code work; ok deraadt markus
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7c305d7d6..46f5e9cfa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,13 @@
11 - jmc@cvs.openbsd.org 2009/08/12 06:31:42 11 - jmc@cvs.openbsd.org 2009/08/12 06:31:42
12 [sftp.1] 12 [sftp.1]
13 sort options; 13 sort options;
14 - djm@cvs.openbsd.org 2009/08/13 01:11:19
15 [sftp.1 sftp.c]
16 Swizzle options: "-P sftp_server_path" moves to "-D sftp_server_path",
17 add "-P port" to match scp(1). Fortunately, the -P option is only really
18 used by our regression scripts.
19 part of larger patch from carlosvsilvapt@gmail.com for his Google Summer
20 of Code work; ok deraadt markus
14 21
1520091002 2220091002
16 - (djm) [Makefile.in] Mention readconf.o in ssh-keysign's make deps. 23 - (djm) [Makefile.in] Mention readconf.o in ssh-keysign's make deps.