From b5ddfb3591da9f5d867c4a793465e0984f4bf29d Mon Sep 17 00:00:00 2001 From: Mark Janssen Date: Tue, 21 Feb 2006 21:21:03 +0000 Subject: [PATCH] Preperations for 1.6.0-final release git-svn-id: https://proxytunnel.svn.sourceforge.net/svnroot/proxytunnel/trunk/proxytunnel@116 bc163920-b10d-0410-b2c5-a5491ca2ceef --- CHANGES | 2 +- INSTALL | 9 ++++++--- KNOWN_ISSUES | 2 ++ README | 2 +- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGES b/CHANGES index 53fe59b..42a136f 100755 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -Changes to proxytunnel version 1.6.0 -- Mon Feb 6 17:00:00 CET 2006 +Changes to proxytunnel version 1.6.0 -- Tue Feb 21 22:17:16 CET 2006 - Replaced -g/-G (proxy host and port) with -p proxy:post shorthand - Replaced -d/-D (dest host and port) with -d host:post shorthand diff --git a/INSTALL b/INSTALL index c24cdca..77e4f13 100644 --- a/INSTALL +++ b/INSTALL @@ -16,12 +16,15 @@ and optionally the manual-page from the debian-subdirectory to your manpath --------------------------------------------------------------------------------- Cygwin: -Currently cygwin's openssl isn't in a compilable state, change md4.h and md5.h in /usr/include +Currently cygwin's openssl isn't in a compilable state, change md4.h and +md5.h in /usr/include and replace 'size_t' with 'unsigned long' + To link the final executable: gcc -o proxytunnel *.o /lib/libcrypto.dll.a /lib/libssl.dll.a -To run, copy the required dll's from the cygwin-bin dir to the windows system dir, -or the proxytunnel directory (cygcrypto-0.9.8.dll, cygssl-0.9.8.dll, cygwin1.dll ) +To run, copy the required dll's from the cygwin-bin dir to the windows +system dir, or the proxytunnel directory (cygcrypto-0.9.8.dll, +cygssl-0.9.8.dll, cygwin1.dll ) Setproctitle doesn't work on cygwin (afaik) diff --git a/KNOWN_ISSUES b/KNOWN_ISSUES index 8135f2f..a631837 100644 --- a/KNOWN_ISSUES +++ b/KNOWN_ISSUES @@ -5,3 +5,5 @@ Version 1.6 the proxy password doesn't work. Entering the password on the command- line works, as does putting it in a environment variable and telling proxytunnel about it with -S VARNAME + - The setproctitle code doesn't work (correctly) on all platforms. + This needs looking at. diff --git a/README b/README index e0b0e60..10965af 100755 --- a/README +++ b/README @@ -3,7 +3,7 @@ proxytunnel ----------- Author: Jos Visser , Mark Janssen -Date: Mon Feb 6 11:58:17 CET 2006 +Date: Tue Feb 21 22:18:38 CET 2006 Version: 1.6.0 Hi all,