diff --git a/minissdpd/Changelog.txt b/minissdpd/Changelog.txt index 049c561..57974d8 100644 --- a/minissdpd/Changelog.txt +++ b/minissdpd/Changelog.txt @@ -1,4 +1,10 @@ -$Id: Changelog.txt,v 1.49 2018/02/23 13:01:23 nanard Exp $ +$Id: Changelog.txt,v 1.50 2019/02/10 13:45:24 nanard Exp $ + +2018/12/18: + updateDevice() remove element from the list when realloc fails + +2018/05/08: + fix test shell scripts for *BSD 2018/02/23: Fix build with IPv6 disabled and SSDP_LISTEN_ON_SPECIFIC_ADDR enabled diff --git a/minissdpd/testminissdpdnotif.sh b/minissdpd/testminissdpdnotif.sh index 9fb957d..73e6128 100755 --- a/minissdpd/testminissdpdnotif.sh +++ b/minissdpd/testminissdpdnotif.sh @@ -1,6 +1,6 @@ #!/bin/sh -# $Id: $ -# (c) 2016 Thomas Bernard +# $Id: testminissdpdnotif.sh,v 1.4 2019/02/10 13:39:18 nanard Exp $ +# (c) 2019 Thomas Bernard OS=`uname -s` diff --git a/miniupnpc/Changelog.txt b/miniupnpc/Changelog.txt index 0cacccd..6f15959 100644 --- a/miniupnpc/Changelog.txt +++ b/miniupnpc/Changelog.txt @@ -1,9 +1,20 @@ -$Id: Changelog.txt,v 1.235 2018/05/07 11:05:16 nanard Exp $ +$Id: Changelog.txt,v 1.236 2019/02/10 13:27:24 nanard Exp $ miniUPnP client Changelog. 2019/01/23: set timeout for select() in connecthostport() +2018/10/31: + miniupnpcmodule.c: check return of WSAStartup() + +2018/07/14: + Fix and improve MSVC project : + Add Dll configurations + improve genminiupnpcstrings.vbs + +2018/06/18: + Fixes for windows 64-bits. + VERSION 2.1 : released 2018/05/07 2018/05/07: diff --git a/miniupnpc/README b/miniupnpc/README index 35d16e5..861d05b 100644 --- a/miniupnpc/README +++ b/miniupnpc/README @@ -2,7 +2,7 @@ Project: miniupnp Project web page: http://miniupnp.free.fr/ or https://miniupnp.tuxfamily.org/ github: https://github.com/miniupnp/miniupnp Author: Thomas Bernard -Copyright (c) 2005-2018 Thomas Bernard +Copyright (c) 2005-2019 Thomas Bernard This software is subject to the conditions detailed in the LICENSE file provided within this distribution. diff --git a/miniupnpd/Changelog.txt b/miniupnpd/Changelog.txt index 4f0f5a8..dd12c64 100644 --- a/miniupnpd/Changelog.txt +++ b/miniupnpd/Changelog.txt @@ -1,8 +1,12 @@ -$Id: Changelog.txt,v 1.441 2018/05/08 21:34:18 nanard Exp $ +$Id: Changelog.txt,v 1.443 2019/02/10 12:04:52 nanard Exp $ 2019/02/03: netfilter: fix build with linux kernel 5.0 +2018/12/18: + upnp_redirect(): accept NULL desc argument (avoid DOS in AddPortMapping) + upnp_event_prepare(): check the return value of snprintf() + 2018/09/07: Fix PCP Public address announcement diff --git a/miniupnpd/INSTALL b/miniupnpd/INSTALL index 7e171e5..c79cd61 100644 --- a/miniupnpd/INSTALL +++ b/miniupnpd/INSTALL @@ -1,5 +1,5 @@ MiniUPnP project. -(c) 2006-2018 Thomas Bernard +(c) 2006-2019 Thomas Bernard Homepage : http://miniupnp.free.fr/ Mirror: https://miniupnp.tuxfamily.org/ github: https://github.com/miniupnp/miniupnp diff --git a/miniupnpd/Makefile.linux b/miniupnpd/Makefile.linux index b1a5482..16d9ee4 100644 --- a/miniupnpd/Makefile.linux +++ b/miniupnpd/Makefile.linux @@ -1,6 +1,6 @@ # $Id: Makefile.linux,v 1.95 2017/12/12 11:40:14 nanard Exp $ # MiniUPnP project -# (c) 2006-2017 Thomas Bernard +# (c) 2006-2019 Thomas Bernard # http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/ # Author : Thomas Bernard # for use with GNU Make diff --git a/miniupnpd/README b/miniupnpd/README index 756e4f0..12a3914 100644 --- a/miniupnpd/README +++ b/miniupnpd/README @@ -1,5 +1,5 @@ MiniUPnP project -(c) 2006-2018 Thomas Bernard +(c) 2006-2019 Thomas Bernard webpage: http://miniupnp.free.fr/ or https://miniupnp.tuxfamily.org/ github: https://github.com/miniupnp/miniupnp freecode: http://freecode.com/projects/miniupnp