From 095abf04c185cefb739db100465c25839e8b1736 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 27 Jan 2015 13:43:20 -0600 Subject: [PATCH] Update ChangeLogs --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 11e43c1dd12..e6e6abfefbb 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9535,3 +9535,7 @@ * arch/arm/src/stm32/stm32_rtcc.c and Kconfig: Recent changes to stm32_rtcc.c do not compile with STM32L15XX configurations. From Jussi Kivilinna (2015-01-27). + * net/local: Add initial support for local, Unix domain sockets. + Initial support is limited to SOCK_STREAM and is untested on + initial commit (2014-01-27). +