From 352c89cd5a7b61fd5875fbb16da1211d03b271f0 Mon Sep 17 00:00:00 2001 From: Sven Geuer <68420948@users.noreply.github.com> Date: Mon, 16 Oct 2023 21:01:01 +0200 Subject: [PATCH] Bump version and changelogs --- CHANGES | 17 +++++++++++++++-- config.h | 4 ++-- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index 1ca8c97..4a88d3f 100755 --- a/CHANGES +++ b/CHANGES @@ -1,10 +1,23 @@ -Changes to proxytunnel 1.11-- Sun Sep 3 12:04:27 AM CEST 2023 +Changes to proxytunnel 1.11.1 -- Mon Oct 16 20:01:04 CEST 2023 + +- Remediate the faulty patch for issue #57, thanks to https://github.com/e9hack + and https://github.com/yurivict for raising issues #59 and #69 +- Fix NTLM based authentication on 64bit machines, thanks to + https://github.com/e9hack for raising issue #60 +- Harmonize output of option --help and content of the manual page +- Correct formatting errors and typos in the manual page +- Make config.c central for setting version related information in the manual + page and the application +- Return to version number format major.minor.patch + +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 +- Patch from https://github.com/ZjYwMj fixes + https://github.com/proxytunnel/proxytunnel/issues/57 Changes to proxytunnel 1.10.20210609 -- Wed Jun 9 11:55:54 CEST 2021 diff --git a/config.h b/config.h index f75fec6..0faa2d9 100644 --- a/config.h +++ b/config.h @@ -17,9 +17,9 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#define VERSION "1.11" +#define VERSION "1.11.1" #define VERSION_YEAR "2023" -#define VERSION_DATE "2023-09-03" +#define VERSION_DATE "2023-10-16" #define PACKAGE "proxytunnel" #define PURPOSE "Build generic tunnels through HTTPS proxies" #define AUTHORS "Jos Visser (Muppet) , Mark Janssen (Maniac) "