summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-07-10 20:35:38 +1000
committerDamien Miller <djm@mindrot.org>2006-07-10 20:35:38 +1000
commit8ec8c3e98a07be51e0a136170f02b7ebab0f28ca (patch)
tree48c9fe4cc4e71a4af527076ef5a480565460e6fd /ChangeLog
parentefc04e70b8261a7be7818772f03974eb38ae6622 (diff)
- stevesk@cvs.openbsd.org 2006/07/05 02:42:09
[canohost.c hostfile.c includes.h misc.c packet.c readconf.c] [serverloop.c sshconnect.c uuencode.c] move #include <netinet/in.h> out of includes.h; ok deraadt@ (also ssh-rand-helper.c logintest.c loginrec.c)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9c923a67f..70f96ef77 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -30,6 +30,11 @@
30 [channels.c includes.h] 30 [channels.c includes.h]
31 move #include <arpa/inet.h> out of includes.h; old ok djm@ 31 move #include <arpa/inet.h> out of includes.h; old ok djm@
32 (portable needed session.c too) 32 (portable needed session.c too)
33 - stevesk@cvs.openbsd.org 2006/07/05 02:42:09
34 [canohost.c hostfile.c includes.h misc.c packet.c readconf.c]
35 [serverloop.c sshconnect.c uuencode.c]
36 move #include <netinet/in.h> out of includes.h; ok deraadt@
37 (also ssh-rand-helper.c logintest.c loginrec.c)
33 38
3420060706 3920060706
35 - (dtucker) [configure.ac] Try AIX blibpath test in different order when 40 - (dtucker) [configure.ac] Try AIX blibpath test in different order when
@@ -4763,4 +4768,4 @@
4763 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 4768 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
4764 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 4769 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
4765 4770
4766$Id: ChangeLog,v 1.4367 2006/07/10 10:26:27 djm Exp $ 4771$Id: ChangeLog,v 1.4368 2006/07/10 10:35:38 djm Exp $