summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog7
-rw-r--r--contrib/README7
2 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5eb830c21..ff3924a4c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,12 @@
120001113
2 - (djm) Add pointer to http://www.imasy.or.jp/~gotoh/connect.c to
3 contrib/README
4
120001112 520001112
2 - (bal) SCO Patch to add needed libraries for configure.in. Patch by 6 - (bal) SCO Patch to add needed libraries for configure.in. Patch by
3 Phillips Porch <root@theporch.com> 7 Phillips Porch <root@theporch.com>
4 - (bal) IRIX patch to adding Job Limits. Patch by Denis Parker <dcp@sgi.com> 8 - (bal) IRIX patch to adding Job Limits. Patch by Denis Parker
9 <dcp@sgi.com>
5 - (stevesk) pty.c: HP-UX 10 and 11 don't define TIOCSCTTY. Add error() to 10 - (stevesk) pty.c: HP-UX 10 and 11 don't define TIOCSCTTY. Add error() to
6 failed ioctl(TIOCSCTTY) call. 11 failed ioctl(TIOCSCTTY) call.
7 12
diff --git a/contrib/README b/contrib/README
index f04ad1530..0ea2ec61c 100644
--- a/contrib/README
+++ b/contrib/README
@@ -1,6 +1,13 @@
1Other patches and addons for OpenSSH. Please send submissions to 1Other patches and addons for OpenSSH. Please send submissions to
2djm@ibs.com.au 2djm@ibs.com.au
3 3
4Elsewhere
5---------
6
7http://www.imasy.or.jp/~gotoh/connect.c is a Unix and Windows
8ProxyCommand which allows OpenSSH to make connections through a SOCKS5
9or http proxy which supports the CONNECT method (eg. Squid).
10
4In this directory 11In this directory
5----------------- 12-----------------
6 13