summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-27 13:20:21 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-27 13:20:21 -0600
commit183e3c4ac8adb5b3f32e917a007780f8ca13f9e9 (patch)
tree722bc25d7e8134be602cb5150f43aaa05c508632 /apps/ChangeLog.txt
parent7338e86fad993798e582a38894914b713533bd8e (diff)
downloadnuttx-183e3c4ac8adb5b3f32e917a007780f8ca13f9e9.tar.gz
nuttx-183e3c4ac8adb5b3f32e917a007780f8ca13f9e9.tar.bz2
nuttx-183e3c4ac8adb5b3f32e917a007780f8ca13f9e9.zip
Update ReleaseNotes in preparation for the 7.5 release
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 2cf8c3fc4..c8d040c8d 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -1021,7 +1021,7 @@
* apps/nshlib/nsh_proccmds.c: Fix NSH PS command: If there are no
arguments, it would print garbage for argument list (2014-9-1).
* apps/import/, apps/tools/, apps/Makefile: Beginning of logic that
- will, hopefully, all me to build applications against a NuttX export
+ will, hopefully, allow me to build applications against a NuttX export
package (vs. the nuttx/ source tree) (2014-9-4).
* apps/tools/mkimport.sh and apps/import/Makefile: Add .config file to
export package (2014-9-5).
@@ -1051,17 +1051,17 @@
in the kernel build because they depend on interfaces that are not
available outside of the kernel: dd, df, losetup, mkfatfs, mkdr, and
ps (2014-9-7).
- * apps/import/Make.defs: ELF build reuires -fno-common in CFLAGS
+ * apps/import/Make.defs: ELF build requires -fno-common in CFLAGS
(2014-9-8).
* apps/tools/mkromfsimg.sh: Add a script to create a BOOT ROMFS
- fileysystem image (2014-9-9).
+ filesystem image (2014-9-9).
* Many makefiles: All makefiles that have separated the MAINOBJ
need to include MAINOBJ in list of C objects to be compiled.
SourceForge tick #31 from Aton (2014-9-11).
* apps/examples/elf/tests/Makefile and nxflat/tests/Makefile: Do
- not build test cases that use task_create is there is an address
+ not build test cases that use task_create if there is an address
environment (2014-9-14).
- * apps/xamples/null/null_main.c: Need to include config.h it order know
+ * apps/examples/null/null_main.c: Need to include config.h it order know
if this is or is not a kernel build (2014-9-16).
* Change all occurrences of NxConsole to NxTerm (2014-9-20).
* apps/examples/Konfig, Makefile, README.txt and all of mdrwb/: Add an