From bc412e04128b8e325e7e7f0b36615f130ebb0bbf Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 22 Jan 2015 15:31:12 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index a0ac75abb..9f13380b8 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -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).