summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rw-r--r--UPGRADING6
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 216b61fd6..1c073da23 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
3 Hesprich <dghespri@sprintparanet.com> 3 Hesprich <dghespri@sprintparanet.com>
4 - Propogate LD through to Makefile 4 - Propogate LD through to Makefile
5 - Doc cleanups 5 - Doc cleanups
6 - Added blurb about "scp: command not found" errors to UPGRADING
6 7
720000315 820000315
8 - Fix broken CFLAGS handling during search for OpenSSL. Fixes va_list 9 - Fix broken CFLAGS handling during search for OpenSSL. Fixes va_list
diff --git a/UPGRADING b/UPGRADING
index c970525cc..aacc9ab2b 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -120,3 +120,9 @@ Configure OpenSSH with --with-md5-passwords
120Ensure that your OpenSSL libraries have been built to include RSA support 120Ensure that your OpenSSL libraries have been built to include RSA support
121either internally or through RSAref. 121either internally or through RSAref.
122 122
12313. "scp: command not found" errors
124
125scp must be in the default PATH on both the client and the server. You may
126need to use the --with-default-path option to specify a custom path to
127search on the server.
128