This commit is contained in:
Thomas Bernard 2020-06-20 17:49:19 +02:00
parent 7a9452fca9
commit 24df04fc1b
2 changed files with 10 additions and 3 deletions

View File

@ -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

View File

@ -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 */