Prep for 0.2.8 release

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@307 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2007-07-02 13:02:56 +00:00
parent fff3a9d265
commit e260ea2fa8
3 changed files with 44 additions and 46 deletions
+3 -2
View File
@@ -177,7 +177,7 @@
* examples/ostest/barrier.c: Don't call usleep() when signals are
disabled.
0.2.8 2007-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
0.2.8 2007-07-02 Gregory Nutt <spudmonkey@racsa.co.cr>
* tools/Makefile.mkconfig: Under Cygwin, executable has a different name
* tools/mkdeps.sh & arch/arm/src/Makefile: Corrected a problem makeing dependencies
* tools/zipme.sh: Force directory name to be nuttx-xx.yy.zz
@@ -198,5 +198,6 @@
* lib/: Added strrchr, basename, dirname
* examples/nsh/: Add cp, rm, rmdir, set, unset commands. echo will now print
environment variables.
* Started m68322
0.2.9 2007-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>