diff --git a/miniupnpc/CMakeLists.txt b/miniupnpc/CMakeLists.txt index e9b0d51..65eb89d 100644 --- a/miniupnpc/CMakeLists.txt +++ b/miniupnpc/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.12 FATAL_ERROR) project (miniupnpc - VERSION 2.2.4 + VERSION 2.2.5 DESCRIPTION "UPnP IGD client lightweight library" HOMEPAGE_URL https://miniupnp.tuxfamily.org/ LANGUAGES C) diff --git a/miniupnpc/Changelog.txt b/miniupnpc/Changelog.txt index a89924f..1e79adb 100644 --- a/miniupnpc/Changelog.txt +++ b/miniupnpc/Changelog.txt @@ -1,8 +1,17 @@ -$Id: Changelog.txt,v 1.255 2023/05/29 22:36:21 nanard Exp $ +$Id: Changelog.txt,v 1.257 2023/06/11 23:25:45 nanard Exp $ miniUPnP client Changelog. +VERSION 2.2.5 : released 2023/06/12 + +2023/06/05: + GetListOfPortMappings NewStartPort 0 => 1 + 2023/05/30: CheckPinholeWorking is optional + add 60x errors from UPnP Device Architecture + +2023/01/04: + cmake: install binaries, man pages and external-ip.sh VERSION 2.2.4 : released 2022/10/21 diff --git a/miniupnpc/VERSION b/miniupnpc/VERSION index 530cdd9..21bb5e1 100644 --- a/miniupnpc/VERSION +++ b/miniupnpc/VERSION @@ -1 +1 @@ -2.2.4 +2.2.5 diff --git a/miniupnpc/include/miniupnpc.h b/miniupnpc/include/miniupnpc.h index 75fb8b7..7218195 100644 --- a/miniupnpc/include/miniupnpc.h +++ b/miniupnpc/include/miniupnpc.h @@ -1,4 +1,4 @@ -/* $Id: miniupnpc.h,v 1.61 2022/10/21 21:15:02 nanard Exp $ */ +/* $Id: miniupnpc.h,v 1.62 2023/06/11 23:25:46 nanard Exp $ */ /* vim: tabstop=4 shiftwidth=4 noexpandtab * Project: miniupnp * http://miniupnp.free.fr/ or https://miniupnp.tuxfamily.org/ @@ -20,7 +20,7 @@ #define UPNPDISCOVER_MEMORY_ERROR (-102) /* versions : */ -#define MINIUPNPC_VERSION "2.2.4" +#define MINIUPNPC_VERSION "2.2.5" #define MINIUPNPC_API_VERSION 17 /* Source port: