summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--INSTALL8
2 files changed, 6 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 55c0ef22..5604deec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+20030919
+ - (djm) Bug #683: Remove reference to --with-ipv4-default from INSTALL;
+ djast AT cs.toronto.edu
+
20030918
- (djm) Bug #652: Fix empty password auth
@@ -1118,4 +1122,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.3001 2003/09/18 08:25:46 djm Exp $
+$Id: ChangeLog,v 1.3002 2003/09/19 06:30:14 djm Exp $
diff --git a/INSTALL b/INSTALL
index 93070b10..a7811220 100644
--- a/INSTALL
+++ b/INSTALL
@@ -161,12 +161,6 @@ created.
--with-xauth=PATH specifies the location of the xauth binary
---with-ipv4-default instructs OpenSSH to use IPv4 by default for new
-connections. Normally OpenSSH will try attempt to lookup both IPv6 and
-IPv4 addresses. On Linux/glibc-2.1.2 this causes long delays in name
-resolution. If this option is specified, you can still attempt to
-connect to IPv6 addresses using the command line option '-6'.
-
--with-ssl-dir=DIR allows you to specify where your OpenSSL libraries
are installed.
@@ -217,4 +211,4 @@ Please refer to the "reporting bugs" section of the webpage at
http://www.openssh.com/
-$Id: INSTALL,v 1.56 2003/05/24 01:41:16 dtucker Exp $
+$Id: INSTALL,v 1.57 2003/09/19 06:30:14 djm Exp $