mirror of
https://github.com/status-im/miniupnp.git
synced 2025-01-31 00:26:48 +00:00
VERSION 1.9
This commit is contained in:
parent
28cab3e219
commit
b72a782ab0
@ -1,6 +1,8 @@
|
|||||||
$Id: Changelog.txt,v 1.191 2014/01/31 13:18:24 nanard Exp $
|
$Id: Changelog.txt,v 1.191 2014/01/31 13:18:24 nanard Exp $
|
||||||
miniUPnP client Changelog.
|
miniUPnP client Changelog.
|
||||||
|
|
||||||
|
VERSION 1.9 : released 2014/01/31
|
||||||
|
|
||||||
2014/01/31:
|
2014/01/31:
|
||||||
added argument remoteHost to UPNP_GetSpecificPortMappingEntry()
|
added argument remoteHost to UPNP_GetSpecificPortMappingEntry()
|
||||||
increment API_VERSION to 10
|
increment API_VERSION to 10
|
||||||
|
@ -1 +1 @@
|
|||||||
1.8
|
1.9
|
||||||
|
@ -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
|
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 ======================
|
====================== miniUPnPc version 1.8 ======================
|
||||||
API version 9
|
API version 9
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
#define UPNPDISCOVER_MEMORY_ERROR (-102)
|
#define UPNPDISCOVER_MEMORY_ERROR (-102)
|
||||||
|
|
||||||
/* versions : */
|
/* versions : */
|
||||||
#define MINIUPNPC_VERSION "1.8"
|
#define MINIUPNPC_VERSION "1.9"
|
||||||
#define MINIUPNPC_API_VERSION 10
|
#define MINIUPNPC_API_VERSION 10
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
Loading…
x
Reference in New Issue
Block a user