diff --git a/miniupnpc/Changelog.txt b/miniupnpc/Changelog.txt index 2a51d50..bef61f5 100644 --- a/miniupnpc/Changelog.txt +++ b/miniupnpc/Changelog.txt @@ -1,6 +1,14 @@ -$Id: Changelog.txt,v 1.215 2015/10/01 09:26:11 nanard Exp $ +$Id: Changelog.txt,v 1.219 2015/10/26 17:05:06 nanard Exp $ miniUPnP client Changelog. +2015/10/26: + snprintf() overflow check. check overflow in simpleUPnPcommand2() + +2015/10/25: + fix compilation with old macs + fix compilation with mingw32 (for Appveyor) + fix python module for python <= 2.3 + 2015/10/08: Change sameport to localport see https://github.com/miniupnp/miniupnp/pull/120 diff --git a/miniupnpd/Changelog.txt b/miniupnpd/Changelog.txt index f343e19..c403d0f 100644 --- a/miniupnpd/Changelog.txt +++ b/miniupnpd/Changelog.txt @@ -1,4 +1,14 @@ -$Id: Changelog.txt,v 1.403 2015/09/22 10:10:52 nanard Exp $ +$Id: Changelog.txt,v 1.407 2015/11/05 10:59:33 nanard Exp $ + +2015/11/02: + use LOG_INFO instead of LOG_ERR for PCP PEER and MAP success + +2015/10/30: + fix : properly call find_ipv6_addr() with the 1st LAN interface + use name server from query in SOAP responses (continued) + +2015/10/24: + move SSDP_PACKET_MAX_LEN definition to config.h. also set default to 1024. 2015/09/22: cleanup UPNP_VERSION macro / add UPNP_VERSION_MAJOR, UPNP_VERSION_MINOR