summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-26 10:06:43 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-26 10:06:43 -0600
commit0d2cae91ab3edf3d3963b99ce80f0e6cc6816f4a (patch)
treefdcac964e60d6c283c1b3af31d3e9a6d5aa31c6a /apps/ChangeLog.txt
parent3b30b15798435370f31fa27c19cb45aed67e4cc5 (diff)
downloadnuttx-0d2cae91ab3edf3d3963b99ce80f0e6cc6816f4a.tar.gz
nuttx-0d2cae91ab3edf3d3963b99ce80f0e6cc6816f4a.tar.bz2
nuttx-0d2cae91ab3edf3d3963b99ce80f0e6cc6816f4a.zip
Preparing for NuttX-7.6 Release
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 7904ab813..4492a325c 100644
--- a/apps/ChangeLog.txt
+++ b/apps/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 <gnutt@nuttx.org>
+7.6 2014-11-26 Gregory Nutt <gnutt@nuttx.org>
* 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 <gnutt@nuttx.org>