From a04b20de16200e497a2bc0e1c17a53ae956a0e1d Mon Sep 17 00:00:00 2001 From: Mark Janssen -- Sig-I/O Automatisering Date: Sun, 3 Sep 2023 00:05:19 +0200 Subject: [PATCH] Bump version and changelogs --- CHANGES | 4 ++++ config.h | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 61f94e2..1ca8c97 100755 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +Changes to proxytunnel 1.11-- Sun Sep 3 12:04:27 AM CEST 2023 + +- Patch from https://github.com/68420948 to add -4 and -6 options + Changes to proxytunnel 1.10.20220528 -- Sat 28 May 2022 03:54:20 PM CEST - Patch from https://github.com/ZjYwMj fixes https://github.com/proxytunnel/proxytunnel/issues/57 diff --git a/config.h b/config.h index 242236e..7f77b79 100644 --- a/config.h +++ b/config.h @@ -1,5 +1,5 @@ -/* Proxytunnel - (C) 2001-2008 Jos Visser / Mark Janssen */ -/* Contact: josv@osp.nl / maniac@maniac.nl */ +/* Proxytunnel - (C) 2001-2023 Jos Visser / Mark Janssen */ +/* Contact: josv@osp.nl / mark@sig-io.nl */ /* * This program is free software; you can redistribute it and/or modify @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#define VERSION "1.10.20210128" +#define VERSION "1.11" #define PACKAGE "proxytunnel" #define PURPOSE "Build generic tunnels through HTTPS proxies" #define AUTHORS "Jos Visser (Muppet) , Mark Janssen (Maniac) "