summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-01-16 07:30:15 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-01-16 07:30:15 -0600
commit4473883c0a6707090b82ea875f82a6e67f64c763 (patch)
tree78b71d6ac8f0c5a8580a57bab1b045236d7c8bf3 /apps/ChangeLog.txt
parent12028015e8205daec6be01b779ad04565c0f52b2 (diff)
downloadnuttx-4473883c0a6707090b82ea875f82a6e67f64c763.tar.gz
nuttx-4473883c0a6707090b82ea875f82a6e67f64c763.tar.bz2
nuttx-4473883c0a6707090b82ea875f82a6e67f64c763.zip
NSH: Fix redirection of output to a file. That was broken with recent changes
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 749d90b16..b5b343e37 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -779,3 +779,5 @@
* apps/system/inifile: A simple INI file parser (perhaps too simple).
This is code that I wrote a long time ago and have used many time but
is untested in its current incarnation (2014-1-15).
+ * aps/nshlib/nsh_parse.c: Recent changes broke redirection of output
+ (2014-1-14).