From a9a764cea96020f8ae9047c3183c7c3923e32290 Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Wed, 3 Apr 2019 17:38:33 +0200 Subject: [PATCH] update Changlogs. --- miniupnpc/Changelog.txt | 5 ++++- miniupnpd/Changelog.txt | 14 +++++++++++++- 2 files changed, 17 insertions(+), 2 deletions(-) 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