Changeset 10578 for branches/1.9x/third-party/miniupnp/Changelog.txt
- Timestamp:
- May 1, 2010, 4:21:41 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.9x/third-party/miniupnp/Changelog.txt
r10285 r10578 1 $Id: Changelog.txt,v 1.1 05 2010/01/06 10:03:53nanard Exp $1 $Id: Changelog.txt,v 1.113 2010/04/12 20:39:40 nanard Exp $ 2 2 miniUPnP client Changelog. 3 3 4 2010/04/12: 5 Retrying with HTTP/1.1 if HTTP/1.0 failed. see 6 http://miniupnp.tuxfamily.org/forum/viewtopic.php?p=1703 7 8 2010/04/07: 9 avoid returning duplicates in upnpDiscover() 10 11 2010/04/05: 12 Create a connecthostport.h/.c with connecthostport() function 13 and use it in miniwget and miniupnpc. 14 Use getnameinfo() instead of inet_ntop or inet_ntoa 15 Work to make miniupnpc IPV6 compatible... 16 Add java test code. 17 Big changes in order to support device having both WANIPConnection 18 and WANPPPConnection. 19 20 2010/04/04: 21 Use getaddrinfo() instead of gethostbyname() in miniwget. 22 4 23 2010/01/06: 5 #define _DARWIN_C_SOURCE for macosx24 #define _DARWIN_C_SOURCE for Mac OS X 6 25 7 26 2009/12/19:
Note: See TracChangeset
for help on using the changeset viewer.