From 391ea5c4c9e6793dc22cb524a060d1f44e63f719 Mon Sep 17 00:00:00 2001 From: Mark Janssen Date: Mon, 31 Dec 2007 15:53:54 +0000 Subject: [PATCH] Preparing for release git-svn-id: https://proxytunnel.svn.sourceforge.net/svnroot/proxytunnel/trunk/proxytunnel@168 bc163920-b10d-0410-b2c5-a5491ca2ceef --- CHANGES | 2 +- CREDITS | 1 + README | 13 +++++++------ config.h | 2 +- 4 files changed, 10 insertions(+), 8 deletions(-) diff --git a/CHANGES b/CHANGES index 7a1bdca..94a9f3a 100755 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,4 @@ -Changes to proxytunnel version 1.8.0 -- TBD +Changes to proxytunnel version 1.8.0 -- Mon Dec 31 16:46:52 CET 2007 - Added passfile options to read username/password from a file - Moved manual-page from debian/ to / in source-tree diff --git a/CREDITS b/CREDITS index a6b0851..0a75904 100644 --- a/CREDITS +++ b/CREDITS @@ -20,6 +20,7 @@ people. Mike Frysinger - Makefile fix, 64bit fix Alex Peuchert proxytunnel@peuchert.de - SSL/Encrypt support Mark.Cave-Ayland @ ilande.co.uk - SSL to Proxy, Streams + Ingo Molnar - Interactivity improvement Furthermore we would like to thank the wonderful people at SourceForge for hosting our development. diff --git a/README b/README index 91b107a..b050fcf 100644 --- a/README +++ b/README @@ -3,8 +3,8 @@ proxytunnel ----------- Author: Jos Visser , Mark Janssen -Date: Sun Feb 25 17:47:55 CET 2007 -Version: 1.7.0 +Date: Mon Dec 31 16:50:33 CET 2007 +Version: 1.8.0 Hi all, @@ -22,8 +22,8 @@ Proxytunnel is very easy to use, when running proxytunnel with the help option it specifies it's command-line options. $ ./proxytunnel --help -Proxytunnel 1.7.0 -Copyright 2001-2006 Proxytunnel Project +Proxytunnel 1.8.0 (rev 165) +Copyright 2001-2007 Proxytunnel Project Jos Visser (Muppet) , Mark Janssen (Maniac) Purpose: @@ -34,8 +34,8 @@ Usage: Proxytunnel [OPTIONS]... -V --version Print version and exit -i --inetd Run from inetd (default=off) -a INT --standalone=INT Run as standalone daemon on specified port - -e --encrypt encrypt the communication using SSL (between host and destination) - -E --encrypt-proxy encrypt the communitation between the client and the proxy using SSL + -e --encrypt Encrypt proxy<->destination using SSL + -E --encrypt-proxy Encrypt client<->proxy (proxy talks SSL) -x STRING --proctitle=STRING Set the process-title to STRING -p STRING --proxy=STRING Proxy host:port combination to connect to -d STRING --dest=STRING Destination host:port to built the tunnel to @@ -45,6 +45,7 @@ Parameters for proxy-authentication (not needed for plain proxies): -s STRING --pass=STRING Password to send to HTTPS proxy for auth -U STRING --uservar=STRING Env var with Username for HTTPS proxy auth -S STRING --passvar=STRING Env var with Password for HTTPS proxy auth + -F STRING --passfile=STRING File with credentials for proxy auth -N --ntlm Use NTLM Based Authentication -t STRING --domain=STRING NTLM Domain (default: autodetect) -r STRING --remproxy=STRING Use a remote proxy to tunnel over (2 proxies) diff --git a/config.h b/config.h index fb2d858..3b8c196 100644 --- a/config.h +++ b/config.h @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#define VERSION "1.7.2" +#define VERSION "1.8.0" #define PACKAGE "Proxytunnel" #define PURPOSE "Build generic tunnels through HTTPS proxies" #define AUTHORS "Jos Visser (Muppet) , Mark Janssen (Maniac) "