Update CHANGES and config.h for release 1.12.3

This commit is contained in:
Sven Geuer 2025-03-07 23:04:56 +01:00
parent 6b99bb7898
commit dc0945afb8
No known key found for this signature in database
GPG key ID: ADF50EDAF8ADD585
2 changed files with 18 additions and 3 deletions

15
CHANGES
View file

@ -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 Changes to proxytunnel 1.12.1 -- Tue Feb 6 17:36:38 CET 2024
[ Sven Geuer, https://github.com/68420948 ] [ Sven Geuer, https://github.com/68420948 ]

View file

@ -17,9 +17,9 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/ */
#define VERSION "1.12.1" #define VERSION "1.12.3"
#define VERSION_YEAR "2024" #define VERSION_YEAR "2025"
#define VERSION_DATE "2024-02-06" #define VERSION_DATE "2025-03-07"
#define PACKAGE "proxytunnel" #define PACKAGE "proxytunnel"
#define PURPOSE "Build generic tunnels through HTTPS proxies" #define PURPOSE "Build generic tunnels through HTTPS proxies"
#define AUTHORS "Jos Visser (Muppet) <josv@osp.nl>, Mark Janssen (Maniac) <maniac@maniac.nl>" #define AUTHORS "Jos Visser (Muppet) <josv@osp.nl>, Mark Janssen (Maniac) <maniac@maniac.nl>"