Update ChangeLog

This commit is contained in:
Gregory Nutt 2015-01-18 08:57:38 -06:00
parent f7663ef0ab
commit daa11ce9ab
1 changed files with 2 additions and 0 deletions

View File

@ -9460,3 +9460,5 @@
correct driver using the correct IP domain (2015-01-17).
* net/socket/accept.c: Fix accept() so that it returns the correct IP
address for the selected socket IP domain (2015-01-17).
* Networking: Final detangling off IPv4 and IPv6 TCP/UDP send logic.
The etworking subsystem now compiles with IPv6 enabled (2015-01-18).