summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nuttx/ChangeLog5
-rw-r--r--nuttx/Documentation/NuttX.html9
-rw-r--r--nuttx/ReleaseNotes29
3 files changed, 25 insertions, 18 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 67d641ea6..790d4e795 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -69,7 +69,7 @@
* Some Documentation updates
* Added support for the Neuros OSD / DM320
-0.2.2 2007-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+0.2.2 2007-03-26 Gregory Nutt <spudmonkey@racsa.co.cr>
* Created the configs/ directory; separated board configuration
from processor architecture logic
* Add memory leak detection test to examples/ostest
@@ -88,6 +88,9 @@
* Added pthread_setschedprio().
* Added directories to hold board-specific header files
* Added directories to hold board-specific drivers
+
+0.2.3 2007-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+
* Started m68322
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index 0b843a4d9..49e51c191 100644
--- a/nuttx/Documentation/NuttX.html
+++ b/nuttx/Documentation/NuttX.html
@@ -180,7 +180,7 @@
</table>
<p>
- The fourth release of NuttX (nuttx-0.2.1) is avalable for download
+ The fifth release of NuttX (nuttx-0.2.2) is avalable for download
from the <a href="http://sourceforge.net/project/showfiles.php?group_id=189573">SourceForge</a>
website.
</p>
@@ -430,7 +430,7 @@ Other memory:
* Some Documentation updates
* Added support for the Neuros OSD / DM320
-0.2.2 2007-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+0.2.2 2007-03-26 Gregory Nutt <spudmonkey@racsa.co.cr>
* Created the configs/ directory; separated board configuration
from processor architecture logic
* Add memory leak detection test to examples/ostest
@@ -447,6 +447,11 @@ Other memory:
* sched_setparam(), sched_setscheduler() now correctly set
errno; pthread_setscheduler() now returns the correct errno.
* Added pthread_setschedprio().
+ * Added directories to hold board-specific header files
+ * Added directories to hold board-specific drivers
+
+0.2.3 2007-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+
* Started m68322
</pre></ul>
diff --git a/nuttx/ReleaseNotes b/nuttx/ReleaseNotes
index 9e6de05cf..dc243176f 100644
--- a/nuttx/ReleaseNotes
+++ b/nuttx/ReleaseNotes
@@ -1,19 +1,18 @@
-Nuttx-0.2.1
-^^^^^^^^^^^
+Nuttx-0.2.2
+^^^^^^^^^^^^
-This is the fourth relese of NuttX. This release adds adds
-support for a new platform, restructures many header files,
-and adds a few new features:
+This is the fifth release of NuttX. There is no major new
+functionality in this release. This release adds support for
+new pthread barrier APIs, changes the directory structure,
+to better handle different board configuarations using the same
+processor architecture, and corrects a defect defects.
-(1) Support for Neuros OSD / DM320
-(2) Restructuring of header files for better POSIX compliance
-(3) Added kill()
-(4) Added POSIX timers
-(5) bugfixes and documentation updates
+See the ChangeLog for a complete list of changes.
-This release has been verified on the Linux user-mode platform,
-the Spectrum Digital TMS320C5471 EVM, and the Neuros OSD using
-the test program under examples/ostest. Because of the stability
-of these tests, the project status has been upgraded to 'beta.'
+This release has been verified on the Linux user-mode platform and
+the Neuros OSD using the test program under examples/ostest.
+There are no known, critical defects but the project development
+status remains at 'beta' status pending further test and
+evaluation.
-This tarball contains a complete CVS snapshot from March 22, 2007.
+This tarball contains a complete CVS snapshot from March 26, 2007.