From c388ad3d7691f4d9aa58f1e8deeb4a8110511f60 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 26 Nov 2014 10:06:43 -0600 Subject: [PATCH] Preparing for NuttX-7.6 Release --- ChangeLog.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 7904ab813..4492a325c 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1068,7 +1068,7 @@ example to test MTD R/W buffering (2014-9-25). * apps/examples/ostest: Add a trivial test of sem_timedwait (2014-9-16). -7.6 2014-xx-xx Gregory Nutt +7.6 2014-11-26 Gregory Nutt * apps/examples/ostest: Add a simple test of named semaphores (2014-9-23). @@ -1114,7 +1114,7 @@ request before the dns address it set you will get an assertion. The state of the IP setting is not something the application should be aware of, it should only be concerned with whether or not the name - was resolved. From Brennan Ashtoni (2014-11-13). + was resolved. From Brennan Ashton (2014-11-13). * apps/nshlib/, apps/netutils, and apps/include/netutils: Misc changes to support multiple networks with different link layers. For example, ETHERNET + SLIP (2014-11-15). @@ -1140,3 +1140,4 @@ * apps/examples/bridge/host_main.c, host_net1.c, host_net2.c, Kconfig, and Makefile: Add host-side test driver (2014-11-21). +7.7 2015-xx-xx Gregory Nutt