From 6adc78ec08372ae9bab93ceb8f5c432dfe2ce452 Mon Sep 17 00:00:00 2001 From: Sven Geuer <68420948@users.noreply.github.com> Date: Sun, 17 Dec 2023 19:50:52 +0100 Subject: [PATCH] Prepare CHANGES and config.h for release --- CHANGES | 16 ++++++++++++++++ config.h | 4 ++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 4a88d3f..4b117eb 100755 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,21 @@ +Changes to proxytunnel 1.12.0 -- Sun Dec 17 19:51:57 CET 2023 + +[ Sven Geuer, https://github.com/68420948 ] +- New: Support authentication by SSL client certificate on SSL encrypted + tunnels, thanks to https://github.com/yayo for providing an initial patch + with issue #76, closes also issue #51. +- New: Listen also for IPv6 connections in standalone mode. +- New: Extend -a/--standalone option to allow for binding to a specified IPv4 + or IPv6 address, thanks to https://github.com/saper for providing an initial + implementation with PR #77. +- Honor -o/--host on determining the SNI host name. +- Fix loading REMPROXYUSER/REMPROXYPASS from the environment. +- Update manual page, correct errors, fix typos. +- Minor corrections to README.md + Changes to proxytunnel 1.11.1 -- Mon Oct 16 20:01:04 CEST 2023 +[ Sven Geuer, https://github.com/68420948 ] - 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 diff --git a/config.h b/config.h index 7dfd435..ff45073 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.12.0-DEVEL" +#define VERSION "1.12.0" #define VERSION_YEAR "2023" -#define VERSION_DATE "2023-12-11" +#define VERSION_DATE "2023-12-17" #define PACKAGE "proxytunnel" #define PURPOSE "Build generic tunnels through HTTPS proxies" #define AUTHORS "Jos Visser (Muppet) , Mark Janssen (Maniac) "