From 16bf8ca76516cf87cbd3948111c068ad4b5dd51c Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 30 Jan 2014 09:45:01 -0600 Subject: Final prep for 6.33 release --- nuttx/ReleaseNotes | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'nuttx/ReleaseNotes') diff --git a/nuttx/ReleaseNotes b/nuttx/ReleaseNotes index 4f7fc5bee..a1d4d832e 100644 --- a/nuttx/ReleaseNotes +++ b/nuttx/ReleaseNotes @@ -1,10 +1,10 @@ NuttX Release Notes =================== -This file contaions are the release notes for the NuttX (and apps) packages +This file contains are the release notes for the NuttX (and apps) packages for every release. The text is just as was written at the time of release (with perhaps some corrected typos). Over the course of time, NuttX has -used several different repositiories: CVS, two SVN repositories, and +used several different repositories: CVS, two SVN repositories, and currently a GIT repository. Therefore, revision information specific to an older repository may not be meaningful today. @@ -5520,7 +5520,7 @@ Bugfixes (see the ChangeLog for details). Some of these are very important: - apps/system/composite/composite_main.c: The wrong handle was getting nullified. From David Sidrane. -NuttX-6.32 +NuttX-6.33 ---------- The 100th release of NuttX, Version 6.33, was made on January 30, 2014, @@ -5539,7 +5539,7 @@ Additional new features and extended functionality: * File Systems - - procfs restructure by Ken Pettit. Added files for MTD status. + - procfs restructured by Ken Pettit. Added files for MTD status. - procfs extended to show uptime and task group status. - procfs now shows stack information. @@ -5569,7 +5569,7 @@ Additional new features and extended functionality: * Allwinner A10: - - Basic support for the Allwinner (A10 Cortex-A8) is in place. + - Basic support for the Allwinner A10 (Cortex-A8) is in place. * Allwinner A10 boards @@ -5643,8 +5643,9 @@ Additional new features and extended functionality: - Pattern matching logic extended to handle set of characters and ranges of character values. From Ken Pettit. - - sleep() and usleep() move library. These are not longer core OS - interfaces; they are simple wrappers for the nanosleep(). + - sleep() and usleep() moved intot the C library. These are not + longer core OS interfaces; they are simple wrappers for the + nanosleep(). - Add an implementation of gets_s(). - Extend fopen() to include support for C11 exclusive open ("x") open mode. -- cgit v1.2.3