From d4d5ec7d48c093b37b2ea5d7171ede21ce9d7ff2 Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Wed, 20 Mar 2024 00:27:28 +0100 Subject: [PATCH] miniupnpc version 2.2.7 --- miniupnpc/CMakeLists.txt | 2 +- miniupnpc/Changelog.txt | 12 ++++++++++-- miniupnpc/VERSION | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/miniupnpc/CMakeLists.txt b/miniupnpc/CMakeLists.txt index 7d3cd70..1aa95a8 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.6 + VERSION 2.2.7 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 a831a88..72b0b8c 100644 --- a/miniupnpc/Changelog.txt +++ b/miniupnpc/Changelog.txt @@ -1,7 +1,15 @@ -$Id: Changelog.txt,v 1.262 2024/01/04 00:49:22 nanard Exp $ +$Id: Changelog.txt,v 1.264 2024/03/19 23:26:05 nanard Exp $ miniUPnP client Changelog. -VERSION 2.2.6 : released 2024/04/01 +VERSION 2.2.7 : released 2024/03/20 + +2024/01/15: + listdevices.c: exit with status code 1 if no UPNP device is found + +2024/01/07: + upnpc.c: reformat Usage + +VERSION 2.2.6 : released 2024/01/04 2024/01/04: includes charset="utf-8" in Content-Type diff --git a/miniupnpc/VERSION b/miniupnpc/VERSION index bda8fbe..5bc1cc4 100644 --- a/miniupnpc/VERSION +++ b/miniupnpc/VERSION @@ -1 +1 @@ -2.2.6 +2.2.7