From b72a782ab0c1a22ed00b6ff686479c87d621b031 Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Fri, 31 Jan 2014 14:32:26 +0100 Subject: [PATCH] VERSION 1.9 --- miniupnpc/Changelog.txt | 2 ++ miniupnpc/VERSION | 2 +- miniupnpc/apiversions.txt | 12 +++++++++++- miniupnpc/miniupnpc.h | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/miniupnpc/Changelog.txt b/miniupnpc/Changelog.txt index 2ca279d..180015a 100644 --- a/miniupnpc/Changelog.txt +++ b/miniupnpc/Changelog.txt @@ -1,6 +1,8 @@ $Id: Changelog.txt,v 1.191 2014/01/31 13:18:24 nanard Exp $ miniUPnP client Changelog. +VERSION 1.9 : released 2014/01/31 + 2014/01/31: added argument remoteHost to UPNP_GetSpecificPortMappingEntry() increment API_VERSION to 10 diff --git a/miniupnpc/VERSION b/miniupnpc/VERSION index 6259340..2e0e38c 100644 --- a/miniupnpc/VERSION +++ b/miniupnpc/VERSION @@ -1 +1 @@ -1.8 +1.9 diff --git a/miniupnpc/apiversions.txt b/miniupnpc/apiversions.txt index bec2941..69f61c7 100644 --- a/miniupnpc/apiversions.txt +++ b/miniupnpc/apiversions.txt @@ -1,7 +1,17 @@ -$Id: apiversions.txt,v 1.2 2013/03/29 14:45:09 nanard Exp $ +$Id: apiversions.txt,v 1.3 2014/01/31 13:14:32 nanard Exp $ Differences in API between miniUPnPc versions +====================== miniUPnPc version 1.9 ====================== +API version 10 + +upnpcommands.h: + added argument remoteHost to UPNP_GetSpecificPortMappingEntry() + +miniupnpc.h: + updated macros : + #define MINIUPNPC_VERSION "1.9" + #define MINIUPNPC_API_VERSION 10 ====================== miniUPnPc version 1.8 ====================== API version 9 diff --git a/miniupnpc/miniupnpc.h b/miniupnpc/miniupnpc.h index 469c0d6..2c0e475 100644 --- a/miniupnpc/miniupnpc.h +++ b/miniupnpc/miniupnpc.h @@ -18,7 +18,7 @@ #define UPNPDISCOVER_MEMORY_ERROR (-102) /* versions : */ -#define MINIUPNPC_VERSION "1.8" +#define MINIUPNPC_VERSION "1.9" #define MINIUPNPC_API_VERSION 10 #ifdef __cplusplus