update
This commit is contained in:
parent
7a9452fca9
commit
24df04fc1b
|
@ -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
|
||||
|
|
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in New Issue