Update ChangeLog

This commit is contained in:
Gregory Nutt 2015-01-16 12:31:18 -06:00
parent 5e938941a6
commit 27c95e7775

View File

@ -9430,4 +9430,7 @@
structures need to include a union of IPv4 and IPv6 addresses fori
the local address binding and for the remote address connections
(2015-01-16).
* Networking: Replace all references to net_ipaddr_t with either
in_addr_t on net_ipv6addr_t. The goal is to support both IPv4 and
IPv6 simultaneously. This requires that the two types be distinct
and not conditionally typedef'ed to net_ipaddr_t (2015-01-16).