Update ChangeLog

This commit is contained in:
Gregory Nutt 2015-01-22 15:31:12 -06:00
parent a49685c155
commit bc412e0412

View File

@ -1189,3 +1189,5 @@
not retained (no zombies) and block receipt of SIGCHLD so that accept
is not awakened by a signal. Iff accept() is awakened by a signal, do
not do anything crazy like exit. Most from Rony Xln (2015-01-22).
* apps/examples/udp: The UDP test example has been extend to support
IPv6 domain sockets (2015-01-22).