update Changelog.txt files

This commit is contained in:
Thomas Bernard 2014-09-06 10:37:08 +02:00
parent 658c5bd0dc
commit 05cc5daf14
3 changed files with 16 additions and 3 deletions

View File

@ -1,4 +1,8 @@
$Id: Changelog.txt,v 1.34 2014/05/01 21:05:14 nanard Exp $
$Id: Changelog.txt,v 1.35 2014/09/06 08:32:58 nanard Exp $
2014/09/06:
freebsd-glue for Debian/kFreeBSD
use LDFLAGS when linking binary
2014/05/01:
listen on only 1 IPv4 if only 1 interface is specified

View File

@ -1,6 +1,9 @@
$Id: Changelog.txt,v 1.196 2014/07/01 13:01:17 nanard Exp $
$Id: Changelog.txt,v 1.197 2014/09/06 08:31:39 nanard Exp $
miniUPnP client Changelog.
2014/09/06:
Fix python3 build
2014/07/01:
Fix parsing of IGD2 root descriptions

View File

@ -1,4 +1,10 @@
$Id: Changelog.txt,v 1.374 2014/05/22 07:56:32 nanard Exp $
$Id: Changelog.txt,v 1.376 2014/09/06 08:30:11 nanard Exp $
2014/06/xx:
Various fixes :
e->ipv6.flags |= IP6T_F_PROTO; (netfilter)
fix natpmp.c byte order conversion
add small delay before SSDP response to prevent flooding
2014/05/22:
Add ipv6_bind_address (option "ipv6_listening_ip")