mirror of
https://github.com/proxytunnel/proxytunnel.git
synced 2026-01-23 02:34:59 +00:00
Bump version and changelogs
This commit is contained in:
parent
c76499093b
commit
352c89cd5a
2 changed files with 17 additions and 4 deletions
17
CHANGES
17
CHANGES
|
|
@ -1,10 +1,23 @@
|
|||
Changes to proxytunnel 1.11-- Sun Sep 3 12:04:27 AM CEST 2023
|
||||
Changes to proxytunnel 1.11.1 -- Mon Oct 16 20:01:04 CEST 2023
|
||||
|
||||
- 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
|
||||
https://github.com/e9hack for raising issue #60
|
||||
- Harmonize output of option --help and content of the manual page
|
||||
- Correct formatting errors and typos in the manual page
|
||||
- Make config.c central for setting version related information in the manual
|
||||
page and the application
|
||||
- Return to version number format major.minor.patch
|
||||
|
||||
Changes to proxytunnel 1.11 -- Sun Sep 3 12:04:27 AM CEST 2023
|
||||
|
||||
- Patch from https://github.com/68420948 to add -4 and -6 options
|
||||
|
||||
Changes to proxytunnel 1.10.20220528 -- Sat 28 May 2022 03:54:20 PM CEST
|
||||
|
||||
- Patch from https://github.com/ZjYwMj fixes https://github.com/proxytunnel/proxytunnel/issues/57
|
||||
- Patch from https://github.com/ZjYwMj fixes
|
||||
https://github.com/proxytunnel/proxytunnel/issues/57
|
||||
|
||||
Changes to proxytunnel 1.10.20210609 -- Wed Jun 9 11:55:54 CEST 2021
|
||||
|
||||
|
|
|
|||
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.11"
|
||||
#define VERSION "1.11.1"
|
||||
#define VERSION_YEAR "2023"
|
||||
#define VERSION_DATE "2023-09-03"
|
||||
#define VERSION_DATE "2023-10-16"
|
||||
#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