summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-04-28 10:56:29 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-04-28 10:56:29 -0600
commit059b16dbd691a887de5edeeafdc3fc459f21f30d (patch)
treea54d94a70caef141febb5114f147f6cadb40e397 /apps/ChangeLog.txt
parent3a0747f248c25a55df9b2ede3e2f1373b84a4097 (diff)
downloadpx4-nuttx-059b16dbd691a887de5edeeafdc3fc459f21f30d.tar.gz
px4-nuttx-059b16dbd691a887de5edeeafdc3fc459f21f30d.tar.bz2
px4-nuttx-059b16dbd691a887de5edeeafdc3fc459f21f30d.zip
Prep for NuttX-6.27 releasenuttx-6.27
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 7cbdee3b3..0749237ef 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -523,7 +523,7 @@
confused with a NUL. So if a NUL was received, the NSH session
would terminate because it thought it was the end of file.
-6.27 2013-xx-xx Gregory Nutt <gnutt@nuttx.org>
+6.27 2013-04-28 Gregory Nutt <gnutt@nuttx.org>
* apps/system/ramtest: Add a simple memory test (2013-03-26).
* apps/examples/ostest: In the non-cancelable thread test, we need
@@ -532,3 +532,5 @@
* apps/nshlib/nsh_ddcmd.c: Correct the test of the skip input
parameter. Was limiting the range to <= count. From Ken
Petit (2014-4-24).
+
+6.28 2013-xx-xx Gregory Nutt <gnutt@nuttx.org>