1
0
Fork 0
forked from nuttx/nuttx-update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@182 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2007-03-30 13:21:20 +00:00
parent d2410c93c6
commit 13f01b4cf3
3 changed files with 21 additions and 16 deletions

View file

@ -89,7 +89,7 @@
* Added directories to hold board-specific header files * Added directories to hold board-specific header files
* Added directories to hold board-specific drivers * Added directories to hold board-specific drivers
0.2.3 2007-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> 0.2.3 2007-03-29 Gregory Nutt <spudmonkey@racsa.co.cr>
* mq_receive and mq_send now return errno's appropriately * mq_receive and mq_send now return errno's appropriately
* mq_receive and mq_send are now correctly awakened by signals. * mq_receive and mq_send are now correctly awakened by signals.
@ -110,5 +110,7 @@
* Identified and corrected a race condition associated with * Identified and corrected a race condition associated with
pthread_join. In the failure condition, memory was being pthread_join. In the failure condition, memory was being
deallocated while still in use. deallocated while still in use.
* Started m68322
0.2.4 2007-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
* Started m68322

View file

@ -180,7 +180,7 @@
</table> </table>
<p> <p>
The fifth release of NuttX (nuttx-0.2.2) is avalable for download The sixth release of NuttX (nuttx-0.2.3) is available for download
from the <a href="http://sourceforge.net/project/showfiles.php?group_id=189573">SourceForge</a> from the <a href="http://sourceforge.net/project/showfiles.php?group_id=189573">SourceForge</a>
website. website.
</p> </p>
@ -450,7 +450,7 @@ Other memory:
* Added directories to hold board-specific header files * Added directories to hold board-specific header files
* Added directories to hold board-specific drivers * Added directories to hold board-specific drivers
0.2.3 2007-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> 0.2.3 2007-03-29 Gregory Nutt <spudmonkey@racsa.co.cr>
* mq_receive and mq_send now return errno's appropriately * mq_receive and mq_send now return errno's appropriately
* mq_receive and mq_send are now correctly awakened by signals. * mq_receive and mq_send are now correctly awakened by signals.
@ -471,6 +471,9 @@ Other memory:
* Identified and corrected a race condition associated with * Identified and corrected a race condition associated with
pthread_join. In the failure condition, memory was being pthread_join. In the failure condition, memory was being
deallocated while still in use. deallocated while still in use.
0.2.4 2007-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
* Started m68322 * Started m68322
</pre></ul> </pre></ul>

View file

@ -1,18 +1,18 @@
Nuttx-0.2.2 nuttx-0.2.3
^^^^^^^^^^^^ ^^^^^^^^^^^^
This is the fifth release of NuttX. There is no major new This is the sixth release of NuttX. This release is primarily
functionality in this release. This release adds support for a bugfix release. Numerous problems were fixed as detailed
new pthread barrier APIs, changes the directory structure, in the change log. New functionaliy includes support for
to better handle different board configuarations using the same timed messsage queues.
processor architecture, and corrects a defect defects.
See the ChangeLog for a complete list of changes. See the ChangeLog for a complete list of changes.
This release has been verified on the Linux user-mode platform and This release has been verified on the Linux user-mode platform
the Neuros OSD using the test program under examples/ostest. and the Neuros OSD using the test program under examples/ostest.
There are no known, critical defects but the project development The results of the testing is available in the source tree under
status remains at 'beta' status pending further test and configs/ntosd-dm320/doc/test-results. There are no known,
evaluation. 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 26, 2007. This tarball contains a complete CVS snapshot from March 29, 2007.