Bump version and changelogs

This commit is contained in:
Mark Janssen -- Sig-I/O Automatisering 2023-09-03 00:05:19 +02:00
parent 57a7663e58
commit a04b20de16
No known key found for this signature in database
GPG key ID: D8674D8FC4F69BD2
2 changed files with 7 additions and 3 deletions

View file

@ -1,3 +1,7 @@
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

View file

@ -1,5 +1,5 @@
/* Proxytunnel - (C) 2001-2008 Jos Visser / Mark Janssen */
/* Contact: josv@osp.nl / maniac@maniac.nl */
/* Proxytunnel - (C) 2001-2023 Jos Visser / Mark Janssen */
/* Contact: josv@osp.nl / mark@sig-io.nl */
/*
* This program is free software; you can redistribute it and/or modify
@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#define VERSION "1.10.20210128"
#define VERSION "1.11"
#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>"