Prep for release 6.20

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4937 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2012-07-12 17:57:31 +00:00
parent 16dc9afc30
commit 3d935c341c

View File

@ -241,10 +241,12 @@
capability when a USB console is used. capability when a USB console is used.
* apps/nshlib/nsh_fscmds.c: Add the 'mv' command * apps/nshlib/nsh_fscmds.c: Add the 'mv' command
6.20 2012-xx-xx Gregory Nutt <gnutt@nuttx.org> 6.20 2012-07-12 Gregory Nutt <gnutt@nuttx.org>
* namedapp/exec_namedapp.c - Correct an error when round robin scheduling * namedapp/exec_namedapp.c - Correct an error when round robin scheduling
is enabled. The priority of the new, named application was erroneously is enabled. The priority of the new, named application was erroneously
being set to the priority of the parent thread; losing its configured being set to the priority of the parent thread; losing its configured
priority. Reported by Mike Smith. priority. Reported by Mike Smith.
6.21 2012-xx-xx Gregory Nutt <gnutt@nuttx.org>