summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-28 10:02:19 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-28 10:02:19 -0600
commitc414141c3e9533898df74d137cad71855841d914 (patch)
tree8e4d7b1f191a08a6b792de2ccb438309f32117a5 /apps/ChangeLog.txt
parent1a28c065d3ad474e32188c502a5a571ecb54da81 (diff)
downloadnuttx-c414141c3e9533898df74d137cad71855841d914.tar.gz
nuttx-c414141c3e9533898df74d137cad71855841d914.tar.bz2
nuttx-c414141c3e9533898df74d137cad71855841d914.zip
Updated changelogs and release notes in preparation for the 7.2 release. Still need to do a little more before the 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 af1f8fa53..757110aec 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -859,7 +859,7 @@
is removed. Only the newer configuration using the kconfig-frontends
tools is now supported (2014-3-6).
-7.2 2014-xx-xx Gregory Nutt <gnutt@nuttx.org>
+7.2 2014-04-29 Gregory Nutt <gnutt@nuttx.org>
* apps/nshlib/nsh_parse.c: Fix NuttShell version number display in
welcome message. version.h was not being included (2014-3-23).
@@ -886,7 +886,7 @@
from Manuel Stuehn (2014-4-12).
* apps/examples/touchscreen: Add a configuration option to indicate if
architecture-specific initialized is required, yes or no (2014-4-14).
- * apps/system/nxplayer/nxplayer.c: Complilation failure in one
+ * apps/system/nxplayer/nxplayer.c: Compilation failure in one
configuration reported by Manuel Stuhn (2014-4-21).
* apps/system/sdcard: Remove an STM32 dependency. From Bob Doiron
(2014-4-21).
@@ -898,3 +898,4 @@
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>