summaryrefslogtreecommitdiff
path: root/nuttx/ReleaseNotes
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-01-30 09:45:01 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-01-30 09:45:01 -0600
commit16bf8ca76516cf87cbd3948111c068ad4b5dd51c (patch)
tree9ce9756da9eef787222102a7f219b1a79ab30a7e /nuttx/ReleaseNotes
parent62ef3f61012a5ea4b5facd8fac1618ac35ece197 (diff)
downloadnuttx-16bf8ca76516cf87cbd3948111c068ad4b5dd51c.tar.gz
nuttx-16bf8ca76516cf87cbd3948111c068ad4b5dd51c.tar.bz2
nuttx-16bf8ca76516cf87cbd3948111c068ad4b5dd51c.zip
Final prep for 6.33 releasenuttx-6.33
Diffstat (limited to 'nuttx/ReleaseNotes')
-rw-r--r--nuttx/ReleaseNotes15
1 files changed, 8 insertions, 7 deletions
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.