From eaf78a73f7ec364393bddfc0f72745794522811c Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 25 Aug 2012 16:40:31 +0000 Subject: Prep for 6.21 release git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5052 42af7a65-404d-4744-a932-0658087f49c3 --- apps/ChangeLog.txt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'apps/ChangeLog.txt') 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 +6.21 2012-08-25 Gregory Nutt * 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 -- cgit v1.2.3