update Changlogs.

This commit is contained in:
Thomas Bernard 2019-04-03 17:38:33 +02:00
parent 8f403ae8ae
commit a9a764cea9
2 changed files with 17 additions and 2 deletions

View File

@ -1,6 +1,9 @@
$Id: Changelog.txt,v 1.236 2019/02/10 13:27:24 nanard Exp $
$Id: Changelog.txt,v 1.237 2019/04/03 15:57:43 nanard Exp $
miniUPnP client Changelog.
2019/03/10:
connecthostport.c: Code simplification, error trace fix
2019/01/23:
set timeout for select() in connecthostport()

View File

@ -1,8 +1,20 @@
$Id: Changelog.txt,v 1.443 2019/02/10 12:04:52 nanard Exp $
$Id: Changelog.txt,v 1.444 2019/04/03 16:25:53 nanard Exp $
2019/03/22:
netfilter: miniupnpd_functions.sh parsing fix.
fix postrouting chain init.
use iptables -I instead of -A to add rules
2019/03/09:
check NULL protocol arg in AddAnyPortMapping
2019/03/07:
Update portinuse code to reflect changes made in FreeBSD 12.0
2019/02/12:
linux/getifstats.c: use custom strtoul() implementation to roll over
after 2^32-1
2019/02/03:
netfilter: fix build with linux kernel 5.0