parent
a4a3e5a3f8
commit
f77d701489
|
@ -1,8 +1,10 @@
|
|||
$Id: Changelog.txt,v 1.410 2015/12/12 08:19:42 nanard Exp $
|
||||
$Id: Changelog.txt,v 1.412 2015/12/12 09:36:20 nanard Exp $
|
||||
|
||||
2015/12/12:
|
||||
add commandline option to genconfig.sh to set UPnP (UDA) version
|
||||
advertise correct service and device versions when IGDv2 is enabled
|
||||
fix action arguments for DeviceProtection service
|
||||
fix event subscription renewal (include SID in response)
|
||||
|
||||
2015/11/16:
|
||||
Fix bsd/getroute.c get_src_for_route_to() when args are NULL
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/* $Id: upnpevents.c,v 1.30 2014/03/14 22:26:07 nanard Exp $ */
|
||||
/* $Id: upnpevents.c,v 1.31 2015/12/12 09:36:22 nanard Exp $ */
|
||||
/* MiniUPnP project
|
||||
* http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/
|
||||
* (c) 2008-2014 Thomas Bernard
|
||||
* (c) 2008-2015 Thomas Bernard
|
||||
* This software is subject to the conditions detailed
|
||||
* in the LICENCE file provided within the distribution */
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/* $Id: upnpevents.h,v 1.9 2011/05/18 22:21:19 nanard Exp $ */
|
||||
/* $Id: upnpevents.h,v 1.11 2015/12/12 09:36:22 nanard Exp $ */
|
||||
/* MiniUPnP project
|
||||
* http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/
|
||||
* (c) 2008-2011 Thomas Bernard
|
||||
* (c) 2008-2015 Thomas Bernard
|
||||
* This software is subject to the conditions detailed
|
||||
* in the LICENCE file provided within the distribution */
|
||||
|
||||
|
|
Loading…
Reference in New Issue