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
This commit is contained in:
Mark Janssen 2006-02-21 21:21:03 +00:00
parent 2f0fc9063f
commit b5ddfb3591
4 changed files with 10 additions and 5 deletions

View file

@ -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

View file

@ -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)

View file

@ -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.

2
README
View file

@ -3,7 +3,7 @@ proxytunnel
-----------
Author: Jos Visser <josv@osp.nl>, Mark Janssen <maniac@maniac.nl>
Date: Mon Feb 6 11:58:17 CET 2006
Date: Tue Feb 21 22:18:38 CET 2006
Version: 1.6.0
Hi all,