summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2009-10-07 10:43:57 +1100
committerDarren Tucker <dtucker@zip.com.au>2009-10-07 10:43:57 +1100
commited6b0c5fc21807ff771a499fd042a24f963f7291 (patch)
tree872b22ff1070a261ce0e9b036100466609c1da56 /ChangeLog
parent287b9329c5fc2e1a177f9608209a35a6c5bf852a (diff)
- djm@cvs.openbsd.org 2009/08/13 01:11:55
[sftp-batch.sh sftp-badcmds.sh sftp.sh sftp-cmds.sh sftp-glob.sh] date: 2009/08/13 01:11:19; author: djm; state: Exp; lines: +10 -7 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--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 838372197..4df4b4951 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -100,6 +100,14 @@
100 [regress/Makefile] 100 [regress/Makefile]
101 regression test for port number parsing. written as part of the a2port 101 regression test for port number parsing. written as part of the a2port
102 change that went into 5.2 but I forgot to commit it at the time... 102 change that went into 5.2 but I forgot to commit it at the time...
103 - djm@cvs.openbsd.org 2009/08/13 01:11:55
104 [sftp-batch.sh sftp-badcmds.sh sftp.sh sftp-cmds.sh sftp-glob.sh]
105 date: 2009/08/13 01:11:19; author: djm; state: Exp; lines: +10 -7
106 Swizzle options: "-P sftp_server_path" moves to "-D sftp_server_path",
107 add "-P port" to match scp(1). Fortunately, the -P option is only really
108 used by our regression scripts.
109 part of larger patch from carlosvsilvapt@gmail.com for his Google Summer
110 of Code work; ok deraadt markus
103 111
10420091002 11220091002
105 - (djm) [Makefile.in] Mention readconf.o in ssh-keysign's make deps. 113 - (djm) [Makefile.in] Mention readconf.o in ssh-keysign's make deps.