diff --git a/miniupnpc/Changelog.txt b/miniupnpc/Changelog.txt index 64e97f3..3ccef7a 100644 --- a/miniupnpc/Changelog.txt +++ b/miniupnpc/Changelog.txt @@ -1,6 +1,9 @@ $Id: Changelog.txt,v 1.177 2012/08/29 07:51:29 nanard Exp $ miniUPnP client Changelog. +2012/08/29: + Python 3 support (thanks to Christopher Foo) + 2012/08/11: Fix a memory link in UPNP_GetValidIGD() Try to handle scope id in link local IPv6 URL under MS Windows diff --git a/miniupnpd/Changelog.txt b/miniupnpd/Changelog.txt index 7cedb19..7f30bc0 100644 --- a/miniupnpd/Changelog.txt +++ b/miniupnpd/Changelog.txt @@ -1,4 +1,4 @@ -$Id: Changelog.txt,v 1.298 2012/08/24 18:09:19 nanard Exp $ +$Id: Changelog.txt,v 1.299 2012/08/28 10:31:30 nanard Exp $ 2012/08/24: Moved man page to section 8. miniupnpd.1 => miniupnpd.8 @@ -27,7 +27,7 @@ $Id: Changelog.txt,v 1.298 2012/08/24 18:09:19 nanard Exp $ 2012/06/08: Disable -ansi CFLAGS in Makefile.linux because recent iptables headers - make use of typeof keywork which is a GCC extension. + make use of typeof keyword which is a GCC extension. 2012/05/31: Improvements in autodetecting firewall under (Free)BSD