update Changelog.txt files

This commit is contained in:
Thomas Bernard 2015-11-05 12:04:26 +01:00
parent f5f3ad1631
commit 372ad64bb5
2 changed files with 20 additions and 2 deletions

View File

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

View File

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