mirror of
https://github.com/proxytunnel/proxytunnel.git
synced 2026-01-23 02:34:59 +00:00
Prepare CHANGES and config.h for release
This commit is contained in:
parent
a0b916a177
commit
6adc78ec08
2 changed files with 18 additions and 2 deletions
16
CHANGES
16
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
|
||||
|
|
|
|||
4
config.h
4
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) <josv@osp.nl>, Mark Janssen (Maniac) <maniac@maniac.nl>"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue