From dc0945afb8383a196019cb8143f442d7f4011995 Mon Sep 17 00:00:00 2001 From: Sven Geuer <68420948@users.noreply.github.com> Date: Fri, 7 Mar 2025 23:04:56 +0100 Subject: [PATCH] Update CHANGES and config.h for release 1.12.3 --- CHANGES | 15 +++++++++++++++ config.h | 6 +++--- 2 files changed, 18 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 35753b4..24d5bfb 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,18 @@ +Changes to proxytunnel 1.12.3 -- Fri Mar 7 23:04:25 CET 2025 + +- PR #83 from https://github.com/tofurky to avoid printing unterminated string + in readline(). +- PR #86 from https://github.com/e9hack to fix and improve ntlm authentication. +- PR #89 from https://github.com/njbraun to increase MAX_HEADER_SIZE to 4k. +- From Sven Geuer, https://github.com/68420948 + - Chmode 755 to 644 for file CHANGES. + - Drop obsolete entry about SSL proxy support from file TODO. + +Changes to proxytunnel 1.12.2 -- Mon Mar 25 14:50:38 CET 2024 + +- PRs #79 and #80 from https://github.com/hoilc implementing github action to + build windows binary. + Changes to proxytunnel 1.12.1 -- Tue Feb 6 17:36:38 CET 2024 [ Sven Geuer, https://github.com/68420948 ] diff --git a/config.h b/config.h index 80914fd..f73e2ed 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.1" -#define VERSION_YEAR "2024" -#define VERSION_DATE "2024-02-06" +#define VERSION "1.12.3" +#define VERSION_YEAR "2025" +#define VERSION_DATE "2025-03-07" #define PACKAGE "proxytunnel" #define PURPOSE "Build generic tunnels through HTTPS proxies" #define AUTHORS "Jos Visser (Muppet) , Mark Janssen (Maniac) "