From 72ec9e19434865d804b356661e10747867177458 Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Fri, 30 Oct 2020 22:44:02 +0100 Subject: [PATCH] update changelog / comments --- miniupnpd/Changelog.txt | 5 ++++- miniupnpd/upnppermissions.c | 4 ++-- miniupnpd/upnppermissions.h | 4 ++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/miniupnpd/Changelog.txt b/miniupnpd/Changelog.txt index 76d2b1c..46c739f 100644 --- a/miniupnpd/Changelog.txt +++ b/miniupnpd/Changelog.txt @@ -1,8 +1,11 @@ -$Id: Changelog.txt,v 1.469 2020/10/30 21:11:50 nanard Exp $ +$Id: Changelog.txt,v 1.471 2020/10/30 21:37:32 nanard Exp $ 2020/10/30: OpenBSD: portinuse.c compatible with OpenBSD 5.5+ +2020/10/26: + Improve AddAnyPortMapping port selection + 2020/10/22: netfilter_nft: fix rule-cache update when using the same chain name in both tables. diff --git a/miniupnpd/upnppermissions.c b/miniupnpd/upnppermissions.c index 4a96db4..8678093 100644 --- a/miniupnpd/upnppermissions.c +++ b/miniupnpd/upnppermissions.c @@ -1,6 +1,6 @@ -/* $Id: upnppermissions.c,v 1.18 2014/03/07 10:43:29 nanard Exp $ */ +/* $Id: upnppermissions.c,v 1.20 2020/10/30 21:37:35 nanard Exp $ */ /* MiniUPnP project - * http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/ + * http://miniupnp.free.fr/ or https://miniupnp.tuxfamily.org/ * (c) 2006-2020 Thomas Bernard * This software is subject to the conditions detailed * in the LICENCE file provided within the distribution */ diff --git a/miniupnpd/upnppermissions.h b/miniupnpd/upnppermissions.h index 958e760..a4e88ef 100644 --- a/miniupnpd/upnppermissions.h +++ b/miniupnpd/upnppermissions.h @@ -1,6 +1,6 @@ -/* $Id: upnppermissions.h,v 1.10 2014/03/07 10:43:29 nanard Exp $ */ +/* $Id: upnppermissions.h,v 1.12 2020/10/30 21:37:35 nanard Exp $ */ /* MiniUPnP project - * http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/ + * http://miniupnp.free.fr/ or https://miniupnp.tuxfamily.org/ * (c) 2006-2020 Thomas Bernard * This software is subject to the conditions detailed * in the LICENCE file provided within the distribution */