Prep for 0.3.7 release

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@601 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2008-01-31 23:15:03 +00:00
parent 2134001f0f
commit e3035d2dff
3 changed files with 58 additions and 77 deletions
+3 -1
View File
@@ -296,7 +296,7 @@
building successfully if the Pascal add-on was
was not present.
0.3.7 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
0.3.7 2008-01-31 Gregory Nutt <spudmonkey@racsa.co.cr>
* Added support for the Zilog Z16F using the Zilog Z16F2800100ZCOG
Development Kit.
@@ -309,3 +309,5 @@
* Added a "dumb" serial console driver to simplify OS bringup
* Corrected a bug that caused the errno value of one task to be clobbered
when a different task exits. Effects all architectures.
0.3.7 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>