summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-25 14:09:41 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-25 14:09:41 -0600
commit708a38f4bac36c2e465bbd4027c6ca1e4d8ca2e0 (patch)
tree84c2afbef2d18fcdca9ac81fe56cd6f12221eae1 /apps/ChangeLog.txt
parent4eef859860f9fc9f1b8e051341f8ccef7014ec32 (diff)
downloadnuttx-708a38f4bac36c2e465bbd4027c6ca1e4d8ca2e0.tar.gz
nuttx-708a38f4bac36c2e465bbd4027c6ca1e4d8ca2e0.tar.bz2
nuttx-708a38f4bac36c2e465bbd4027c6ca1e4d8ca2e0.zip
Prep for NuttX-7.3 releasenuttx-7.3
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 5152a1e40..fc8d41431 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -639,7 +639,7 @@
exit. So NSH was hanging in waitpid when msconn started even
though msconn returned. The USB MSC logic really should not use
a pthread, but we are stuck with that for now. The work-around
- is the msconn now daemonizes itself so that it so that the pthread
+ is that msconn now daemonizes itself so that it so that the pthread
is created in a different task group (2013-9-7).
* apps/system/usbmonitor: The USB monitor has been extended so
that it can be used with USB device or host trace data (2013-9-9).
@@ -898,7 +898,7 @@
and in others 'shell.' All changes to telnetd. Noted by Pelle
Windestam (2014-4-38).
-7.3 2014-xx-xx Gregory Nutt <gnutt@nuttx.org>
+7.3 2014-06-25 Gregory Nutt <gnutt@nuttx.org>
* apps/examples/serialblaster: Update configuration an make logic in
order to select that the serial blaster task priority and stack size.
@@ -931,8 +931,8 @@
(2015-5-30).
* apps/examples/netpkt/: A "raw" socket test from Lazlo Sitzer
(2014-6-12).
- * apps/system/hex2bin/: A logic and built-in task to convert from Intel
- HEX to binary format. Untested on initial commit (2014-6-15).
+ * apps/system/hex2bin/: A library and built-in task to convert from
+ Intel HEX to binary format. Untested on initial commit (2014-6-15).
* apps/system/hex2bin/: Appears to be functional but testing is still
light (2014-6-16).
* apps/system/hex2bin/hex2mem_main: Add a variant application that will
@@ -940,3 +940,4 @@
* netutils/webserver: httpd_fs_open() should return OK on success and
ERROR on failure, not 1 and 0 (2014-6-23)
+7.4 2014-xx-xx Gregory Nutt <gnutt@nuttx.org>