summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-25 16:40:31 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-08-25 16:40:31 +0000
commiteaf78a73f7ec364393bddfc0f72745794522811c (patch)
treede1c113fc56f06a0ace657b28becd03174d4f6a3 /apps/ChangeLog.txt
parente1d2e02765b287c4a2966fa9e9e1cad7ea815bf8 (diff)
downloadnuttx-eaf78a73f7ec364393bddfc0f72745794522811c.tar.gz
nuttx-eaf78a73f7ec364393bddfc0f72745794522811c.tar.bz2
nuttx-eaf78a73f7ec364393bddfc0f72745794522811c.zip
Prep for 6.21 releasenuttx-6.21
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5052 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/ChangeLog.txt')
-rwxr-xr-xapps/ChangeLog.txt10
1 files changed, 6 insertions, 4 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 01ef090a0..20895f07b 100755
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -248,7 +248,7 @@
being set to the priority of the parent thread; losing its configured
priority. Reported by Mike Smith.
-6.21 2012-xx-xx Gregory Nutt <gnutt@nuttx.org>
+6.21 2012-08-25 Gregory Nutt <gnutt@nuttx.org>
* apps/include/: Stylistic clean-up of all header files.
* apps/modbus and apps/include/modbus: A port of freemodbus-v1.5.0
@@ -259,9 +259,9 @@
* apps/modbus: Add CONFIG_MB_TERMIOS. If the driver doesn't support
termios ioctls, then don't bother trying to configure the baud, parity
etc.
- * apps/nslib: If waitpid() is supported, then NSH not catches the
+ * apps/nshlib: If waitpid() is supported, then NSH now catches the
return value from spawned applications (provided by Mike Smith)
- * apps/nslib: Lock the schedule while starting built-in applications
+ * apps/nshlib: Lock the scheduler while starting built-in applications
in order to eliminate race conditions (also from Mike Smith).
* apps/examples/adc, pwm, and qencoder: Add support for testing
devices with multiple ADC, PWM, and QE devices.
@@ -272,9 +272,11 @@
properties of mounted file systems.
* apps/nshlib/nsh_parse.c: Extend help command options. 'help' with
no arguments outputs a short list of commands. With -v lists all
- command line details. And command name can be added to just get
+ command line details. A command name can be added to just get
help on one command.
* system/readline.c: If character input/output is interrupted by a
signal, then readline() will try the read/write again.
* apps/*/Make.defs: Numerous fixes needed to use the automated
configuration (from Richard Cochran).
+
+6.22 2012-xx-xx Gregory Nutt <gnutt@nuttx.org>