miniupnpd & miniupnpc version 2.0

This commit is contained in:
Thomas Bernard 2016-04-19 23:17:29 +02:00
parent 413db201fe
commit 1337158fcf
6 changed files with 14 additions and 7 deletions

View File

@ -1,7 +1,7 @@
cmake_minimum_required (VERSION 2.6) cmake_minimum_required (VERSION 2.6)
project (miniupnpc C) project (miniupnpc C)
set (MINIUPNPC_VERSION 1.9) set (MINIUPNPC_VERSION 2.0)
set (MINIUPNPC_API_VERSION 16) set (MINIUPNPC_API_VERSION 16)
if (NOT CMAKE_BUILD_TYPE) if (NOT CMAKE_BUILD_TYPE)

View File

@ -1,6 +1,8 @@
$Id: Changelog.txt,v 1.222 2016/01/24 17:24:35 nanard Exp $ $Id: Changelog.txt,v 1.223 2016/04/19 21:06:20 nanard Exp $
miniUPnP client Changelog. miniUPnP client Changelog.
VERSION 2.0 : released 2016/04/19
2016/01/24: 2016/01/24:
change miniwget to return HTTP status code change miniwget to return HTTP status code
increments API_VERSION to 16 increments API_VERSION to 16

View File

@ -1 +1 @@
1.9 2.0

View File

@ -1,4 +1,4 @@
/* $Id: miniupnpc.h,v 1.49 2016/01/24 17:24:36 nanard Exp $ */ /* $Id: miniupnpc.h,v 1.50 2016/04/19 21:06:21 nanard Exp $ */
/* Project: miniupnp /* Project: miniupnp
* http://miniupnp.free.fr/ * http://miniupnp.free.fr/
* Author: Thomas Bernard * Author: Thomas Bernard
@ -19,7 +19,7 @@
#define UPNPDISCOVER_MEMORY_ERROR (-102) #define UPNPDISCOVER_MEMORY_ERROR (-102)
/* versions : */ /* versions : */
#define MINIUPNPC_VERSION "1.9" #define MINIUPNPC_VERSION "2.0"
#define MINIUPNPC_API_VERSION 16 #define MINIUPNPC_API_VERSION 16
/* Source port: /* Source port:

View File

@ -1,4 +1,9 @@
$Id: Changelog.txt,v 1.426 2016/03/08 09:23:50 nanard Exp $ $Id: Changelog.txt,v 1.428 2016/04/19 21:10:36 nanard Exp $
VERSION 2.0 : released on 2016/04/19
2016/04/18:
linux/netfilter: fix compile time detection of iptables version >= 1.4.3
2016/03/08: 2016/03/08:
linux/netfilter: do not add MASQUERADE rule if ports are equals linux/netfilter: do not add MASQUERADE rule if ports are equals

View File

@ -1 +1 @@
1.9 2.0