diff --git a/miniupnpc/Changelog.txt b/miniupnpc/Changelog.txt index 6f15959..4130cd3 100644 --- a/miniupnpc/Changelog.txt +++ b/miniupnpc/Changelog.txt @@ -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() diff --git a/miniupnpd/Changelog.txt b/miniupnpd/Changelog.txt index 76731f9..b24fb74 100644 --- a/miniupnpd/Changelog.txt +++ b/miniupnpd/Changelog.txt @@ -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