summaryrefslogtreecommitdiffstats
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 141666e7..08a70ffa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -22,6 +22,8 @@
- (dtucker) [openbsd-compat/port-aix.c] Use correct include for xmalloc.h,
add canohost.h to stop warning. Based on patch from openssh-unix-dev at
thewrittenword.com
+ - (dtucker) [INSTALL] Bug #686: Document requirement for zlib 1.1.4 or
+ higher.
20030919
- (djm) Bug #683: Remove reference to --with-ipv4-default from INSTALL;
@@ -1158,4 +1160,4 @@
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
-$Id: ChangeLog,v 1.3019 2003/09/22 03:05:26 dtucker Exp $
+$Id: ChangeLog,v 1.3020 2003/09/22 03:28:36 dtucker Exp $
diff --git a/INSTALL b/INSTALL
index 224a2dac..d4b1bdbc 100644
--- a/INSTALL
+++ b/INSTALL
@@ -3,7 +3,7 @@
You will need working installations of Zlib and OpenSSL.
-Zlib:
+Zlib 1.1.4 or greater:
http://www.gzip.org/zlib/
OpenSSL 0.9.6 or greater:
@@ -211,4 +211,4 @@ Please refer to the "reporting bugs" section of the webpage at
http://www.openssh.com/
-$Id: INSTALL,v 1.58 2003/09/19 07:05:24 djm Exp $
+$Id: INSTALL,v 1.59 2003/09/22 03:28:36 dtucker Exp $