diff --git a/miniupnpd/Changelog.txt b/miniupnpd/Changelog.txt index 2a03aee..2d9383e 100644 --- a/miniupnpd/Changelog.txt +++ b/miniupnpd/Changelog.txt @@ -1,9 +1,10 @@ -$Id: Changelog.txt,v 1.328 2013/02/06 23:37:27 nanard Exp $ +$Id: Changelog.txt,v 1.329 2013/02/07 10:21:34 nanard Exp $ 2013/02/07: Add DATE: header in SSDP packets Fix SSDP packets sent with uuid as ST: header to conform to UDA ignore SSDP packets missing the MX: header in UPNP_STRICT mode + Added Ext: header to HTTP responses to conform to UDA VERSION 1.8 : released on 2013/02/06 diff --git a/miniupnpd/upnphttp.c b/miniupnpd/upnphttp.c index 6620bfd..31456e3 100644 --- a/miniupnpd/upnphttp.c +++ b/miniupnpd/upnphttp.c @@ -1,4 +1,4 @@ -/* $Id: upnphttp.c,v 1.85 2013/01/29 21:52:43 nanard Exp $ */ +/* $Id: upnphttp.c,v 1.86 2013/02/07 10:26:07 nanard Exp $ */ /* Project : miniupnp * Website : http://miniupnp.free.fr/ or http://miniupnp.tuxfamily.org/ * Author : Thomas Bernard @@ -773,6 +773,7 @@ static const char httpresphead[] = "Connection: close\r\n" "Content-Length: %d\r\n" "Server: " MINIUPNPD_SERVER_STRING "\r\n" + "Ext:\r\n" ; /*"\r\n";*/ /* "\n"