diff --git a/miniupnpd/Changelog.txt b/miniupnpd/Changelog.txt index c10176a..c75e398 100644 --- a/miniupnpd/Changelog.txt +++ b/miniupnpd/Changelog.txt @@ -1,4 +1,11 @@ -$Id: Changelog.txt,v 1.465 2020/06/06 18:02:19 nanard Exp $ +$Id: Changelog.txt,v 1.467 2020/06/20 15:45:30 nanard Exp $ + +2020/06/20: + -v/-vv to output more log (LOG_INFO / LOG_DEBUG) + AddAnyPortMapping() tries all possible ports + +2020/06/10: + improvements and bug fixes in netfilter_nft/nftnlrdr_misc.c 2020/06/05: fix handling of ipv4 M-SEARCH received on ipv6 sockets diff --git a/miniupnpd/upnpredirect.c b/miniupnpd/upnpredirect.c index 4a159c1..e504803 100644 --- a/miniupnpd/upnpredirect.c +++ b/miniupnpd/upnpredirect.c @@ -1,8 +1,8 @@ -/* $Id: upnpredirect.c,v 1.95 2018/07/06 12:05:48 nanard Exp $ */ +/* $Id: upnpredirect.c,v 1.97 2020/06/06 17:55:24 nanard Exp $ */ /* vim: tabstop=4 shiftwidth=4 noexpandtab * MiniUPnP project * http://miniupnp.free.fr/ or https://miniupnp.tuxfamily.org/ - * (c) 2006-2018 Thomas Bernard + * (c) 2006-2020 Thomas Bernard * This software is subject to the conditions detailed * in the LICENCE file provided within the distribution */