miniupnpc version 2.2.6

This commit is contained in:
Thomas Bernard 2024-01-04 01:30:01 +01:00
parent 32c0fda01c
commit faad29d730
4 changed files with 7 additions and 5 deletions

View File

@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.12 FATAL_ERROR)
project (miniupnpc
VERSION 2.2.5
VERSION 2.2.6
DESCRIPTION "UPnP IGD client lightweight library"
HOMEPAGE_URL https://miniupnp.tuxfamily.org/
LANGUAGES C)

View File

@ -1,6 +1,8 @@
$Id: Changelog.txt,v 1.261 2024/01/04 00:35:54 nanard Exp $
$Id: Changelog.txt,v 1.262 2024/01/04 00:49:22 nanard Exp $
miniUPnP client Changelog.
VERSION 2.2.6 : released 2024/04/01
2024/01/04:
includes charset="utf-8" in Content-Type
fix memory allocation error in minissdpc.c

View File

@ -1 +1 @@
2.2.5
2.2.6

View File

@ -1,4 +1,4 @@
/* $Id: miniupnpc.h,v 1.62 2023/06/11 23:25:46 nanard Exp $ */
/* $Id: miniupnpc.h,v 1.63 2024/01/04 00:45:17 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.5"
#define MINIUPNPC_VERSION "2.2.6"
#define MINIUPNPC_API_VERSION 17
/* Source port: