mirror of
https://github.com/proxytunnel/proxytunnel.git
synced 2026-01-22 18:27:02 +00:00
Update CHANGES and config.h for release 1.12.3
This commit is contained in:
parent
6b99bb7898
commit
dc0945afb8
2 changed files with 18 additions and 3 deletions
15
CHANGES
15
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 ]
|
||||
|
|
|
|||
6
config.h
6
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) <josv@osp.nl>, Mark Janssen (Maniac) <maniac@maniac.nl>"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue