summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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.