summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-15 18:07:34 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-15 18:07:34 +0000
commitad1878e8fe6fa997672a83ffe8bbee9883649781 (patch)
tree658250c1a0e09eafe3ccdf0038f854697d2b870f /apps/ChangeLog.txt
parent327a0b5bfe1c679660c9d0ef41f9f5519215176c (diff)
downloadnuttx-ad1878e8fe6fa997672a83ffe8bbee9883649781.tar.gz
nuttx-ad1878e8fe6fa997672a83ffe8bbee9883649781.tar.bz2
nuttx-ad1878e8fe6fa997672a83ffe8bbee9883649781.zip
Prep for 6.26 releasenuttx-6.26
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5745 42af7a65-404d-4744-a932-0658087f49c3
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 a22d2184a..7d8333ca1 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -506,7 +506,7 @@
any returning special values when end-of-file or read errors
occur (it would return an empty string which is not very useful).
-6.26 2013-xx-xx Gregory Nutt <gnutt@nuttx.org>
+6.26 2013-03-15 Gregory Nutt <gnutt@nuttx.org>
* apps/builtin/exec_builtin.c: Now uses task_spawn() to start
builtin applications.
@@ -522,3 +522,5 @@
read is based on logic similar to getc. The value zero was being
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>