summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--INSTALL4
2 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 141666e76..08a70ffac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -22,6 +22,8 @@
22 - (dtucker) [openbsd-compat/port-aix.c] Use correct include for xmalloc.h, 22 - (dtucker) [openbsd-compat/port-aix.c] Use correct include for xmalloc.h,
23 add canohost.h to stop warning. Based on patch from openssh-unix-dev at 23 add canohost.h to stop warning. Based on patch from openssh-unix-dev at
24 thewrittenword.com 24 thewrittenword.com
25 - (dtucker) [INSTALL] Bug #686: Document requirement for zlib 1.1.4 or
26 higher.
25 27
2620030919 2820030919
27 - (djm) Bug #683: Remove reference to --with-ipv4-default from INSTALL; 29 - (djm) Bug #683: Remove reference to --with-ipv4-default from INSTALL;
@@ -1158,4 +1160,4 @@
1158 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo. 1160 - Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
1159 Report from murple@murple.net, diagnosis from dtucker@zip.com.au 1161 Report from murple@murple.net, diagnosis from dtucker@zip.com.au
1160 1162
1161$Id: ChangeLog,v 1.3019 2003/09/22 03:05:26 dtucker Exp $ 1163$Id: ChangeLog,v 1.3020 2003/09/22 03:28:36 dtucker Exp $
diff --git a/INSTALL b/INSTALL
index 224a2dac2..d4b1bdbce 100644
--- a/INSTALL
+++ b/INSTALL
@@ -3,7 +3,7 @@
3 3
4You will need working installations of Zlib and OpenSSL. 4You will need working installations of Zlib and OpenSSL.
5 5
6Zlib: 6Zlib 1.1.4 or greater:
7http://www.gzip.org/zlib/ 7http://www.gzip.org/zlib/
8 8
9OpenSSL 0.9.6 or greater: 9OpenSSL 0.9.6 or greater:
@@ -211,4 +211,4 @@ Please refer to the "reporting bugs" section of the webpage at
211http://www.openssh.com/ 211http://www.openssh.com/
212 212
213 213
214$Id: INSTALL,v 1.58 2003/09/19 07:05:24 djm Exp $ 214$Id: INSTALL,v 1.59 2003/09/22 03:28:36 dtucker Exp $