Update version / copyright dates

This commit is contained in:
Mark Janssen -- Sig-I/O Automatisering 2020-05-07 17:15:50 +02:00
parent 8395e7a258
commit 8bbfccb7b5
No known key found for this signature in database
GPG key ID: D8674D8FC4F69BD2
6 changed files with 12 additions and 6 deletions

View file

@ -1,3 +1,9 @@
Changes to proxytunnel 1.10.20200507 -- Thu 07 May 2020 05:13:01 PM CEST
- Applied 3 patches from debian's package
- Changed version number to 1.10.YYYYMMDD format
- Official location has been github for a while now
Changes to proxytunnel after 1.9.1 -- Tue Mar 22 16:02:40 CET 2011
- Switch to HTTP/1.1 commands, so we can tunnel over JoikuSpot's which

View file

@ -1,4 +1,4 @@
/* Proxytunnel - (C) 2001-2008 Jos Visser / Mark Janssen */
/* Proxytunnel - (C) 2001-2020 Jos Visser / Mark Janssen */
/* Contact: josv@osp.nl / maniac@maniac.nl */
/*
@ -38,7 +38,7 @@ extern char * optarg;
static char *getCredentialsFromFile( const char* filename, char **user, char **pass, char **rem_user, char **rem_pass);
void cmdline_parser_print_version (void) {
printf ("%s %s Copyright 2001-2018 Proxytunnel Project\n", PACKAGE, VERSION);
printf ("%s %s Copyright 2001-2020 Proxytunnel Project\n", PACKAGE, VERSION);
}
void cmdline_parser_print_help (void) {

View file

@ -17,7 +17,7 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#define VERSION "1.9.9"
#define VERSION "1.10.20200507"
#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>"

2
http.c
View file

@ -1,4 +1,4 @@
/* Proxytunnel - (C) 2001-2008 Jos Visser / Mark Janssen */
/* Proxytunnel - (C) 2001-2020 Jos Visser / Mark Janssen */
/* Contact: josv@osp.nl / maniac@maniac.nl */
/*

View file

@ -1,4 +1,4 @@
/* Proxytunnel - (C) 2001-2008 Jos Visser / Mark Janssen */
/* Proxytunnel - (C) 2001-2020 Jos Visser / Mark Janssen */
/* Contact: josv@osp.nl / maniac@maniac.nl */
/*

View file

@ -1,4 +1,4 @@
/* Proxytunnel - (C) 2001-2008 Jos Visser / Mark Janssen */
/* Proxytunnel - (C) 2001-2020 Jos Visser / Mark Janssen */
/* Contact: josv@osp.nl / maniac@maniac.nl */
/*