From 1479e0d35d10603b75d43918c4f3ec1c85e9e224 Mon Sep 17 00:00:00 2001 From: patacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3> Date: Sat, 9 Jun 2007 21:01:26 +0000 Subject: [PATCH] Prepare for release 0.2.7 git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@279 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 31 +++++++++++++++++-------------- ReleaseNotes | 15 +++++++-------- 2 files changed, 24 insertions(+), 22 deletions(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index bc4d64a16b..20cd2db963 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -183,7 +183,7 @@ </table> <p> - The 9th release of NuttX (nuttx-0.2.6) is available for download + The 10th release of NuttX (nuttx-0.2.7) is available for download from the <a href="http://sourceforge.net/project/showfiles.php?group_id=189573">SourceForge</a> website. The change log associated with the release is available <a href="#currentrelease">here</a>. @@ -550,17 +550,7 @@ Other memory: * close() was not closing the underlying device. * Added fsync() * Added strspn() and strcspn() -</pre></ul> -<table width ="100%"> - <tr bgcolor="#e4e4e4"> - <td> - <a name="currentrelease">ChangeLog for Current Release</a> - </td> - </tr> -</table> - -<pre><ul> 0.2.6 2007-05-26 Gregory Nutt <spudmonkey@racsa.co.cr> * Added unlink(), mkdir(), rmdir(), and rename() @@ -575,14 +565,13 @@ Other memory: <table width ="100%"> <tr bgcolor="#e4e4e4"> <td> - <a name="pendingchanges">Unreleased Changes</a> + <a name="currentrelease">ChangeLog for Current Release</a> </td> </tr> </table> <pre><ul> - -0.2.7 2007-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> +0.2.7 2007-06-09 Gregory Nutt <spudmonkey@racsa.co.cr> * Added stat() to fs layer and to FAT * Fixed reference counting errors associated with mounted filesystems @@ -610,6 +599,20 @@ Other memory: __FILE__and __LINE__ (not tested) * examples/ostest/barrier.c: Don't call usleep() when signals are disabled. +</pre></ul> + +<table width ="100%"> + <tr bgcolor="#e4e4e4"> + <td> + <a name="pendingchanges">Unreleased Changes</a> + </td> + </tr> +</table> + +<pre><ul> + +0.2.8 2007-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> + * Started m68322 </pre></ul> diff --git a/ReleaseNotes b/ReleaseNotes index cf38069639..155229ce6d 100644 --- a/ReleaseNotes +++ b/ReleaseNotes @@ -1,15 +1,14 @@ -nuttx-0.2.6 +nuttx-0.2.7 ^^^^^^^^^^^ -This is the 9th release of NuttX. This is primarily a bugfix release -to correct a number of problems introduced with the 0.2.5 release. This release -does include some FAT filesystem extensions including unlink(), mkdir(), -rmdir(), rename(), opendir(), closedir(), readdir(), seekdir(), telldir(), -rewindir(). There are some pending FAT changes that did not make it into -this release including stat(), truncate(), and long file names. +This is the 10th release of NuttX. This is primarily a bugfix release +to correct a number of problems reported to me (thanks Didier!). This release +does include the final changes complete the FAT filesystem logic including +stat(), tatfs(), and non-standard APIs to manage FAT attributes. At present, +FAT long file names and file trunction() are still not supported. See the ChangeLog for a complete list of changes. This release has been verified only on the Linux user-mode platform. -This tarball contains a complete CVS snapshot from May 26, 2007. +This tarball contains a complete CVS snapshot from June 9, 2007. -- GitLab