mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 19:36:35 +08:00
prepare for 0.2.6 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@255 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -138,14 +138,17 @@
|
|||||||
* Added fsync()
|
* Added fsync()
|
||||||
* Added strspn() and strcspn()
|
* Added strspn() and strcspn()
|
||||||
|
|
||||||
0.2.6 2007-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
|
0.2.6 2007-05-26 Gregory Nutt <spudmonkey@racsa.co.cr>
|
||||||
|
|
||||||
* Added unlink(), mkdir(), rmdir(), and rename()
|
* Added unlink(), mkdir(), rmdir(), and rename()
|
||||||
* Fixed several serious FAT errors with oflags handling (&& instead of &)
|
* Fixed several serious FAT errors with oflags handling (&& instead of &)
|
||||||
* Added FAT support for unlink(), mkdir(), rmdir(), and rename
|
* Added FAT support for unlink(), mkdir(), rmdir(), and rename
|
||||||
* Added FAT support for opendir(), closedir(), readdir(), seekdir(),
|
* Added FAT support for opendir(), closedir(), readdir(), seekdir(),
|
||||||
telldir(), rewindir().
|
telldir(), rewindir().
|
||||||
* Fixed ARM compilation errors introduced in 1.2.5 (that is what I get
|
* Fixed ARM compilation errors introduced in 0.2.5 (that is what I get
|
||||||
for only testing on the simulation).
|
for only testing on the simulation).
|
||||||
|
|
||||||
|
0.2.7 2007-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
|
||||||
|
|
||||||
* Started m68322
|
* Started m68322
|
||||||
|
|
||||||
|
|||||||
+24
-20
@@ -183,7 +183,7 @@
|
|||||||
</table>
|
</table>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
The 8th release of NuttX (nuttx-0.2.5) is available for download
|
The 9th release of NuttX (nuttx-0.2.6) 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.
|
||||||
The change log associated with the release is available <a href="#currentrelease">here</a>.
|
The change log associated with the release is available <a href="#currentrelease">here</a>.
|
||||||
@@ -251,7 +251,7 @@
|
|||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
<b>STATUS:</b>
|
<b>STATUS:</b>
|
||||||
This port is in progress and should be available in the nuttx-0.2.6 release.
|
This port is in progress and should be available in the nuttx-0.2.7 release.
|
||||||
</p>
|
</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@@ -531,17 +531,7 @@ Other memory:
|
|||||||
* Logic from arch/c5471 and arch/dm320 combined into arch/arm.
|
* Logic from arch/c5471 and arch/dm320 combined into arch/arm.
|
||||||
arch/c5471 and arch/dm320 are deprecated and will be removed
|
arch/c5471 and arch/dm320 are deprecated and will be removed
|
||||||
when the new c5471 and dm320 logic is verified.
|
when the new c5471 and dm320 logic is verified.
|
||||||
</pre></ul>
|
|
||||||
|
|
||||||
<table width ="100%">
|
|
||||||
<tr bgcolor="#e4e4e4">
|
|
||||||
<td>
|
|
||||||
<a name="currentrelease">ChangeLog for Current Release</a>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
<pre><ul>
|
|
||||||
0.2.5 2007-05-19 Gregory Nutt <spudmonkey@racsa.co.cr>
|
0.2.5 2007-05-19 Gregory Nutt <spudmonkey@racsa.co.cr>
|
||||||
|
|
||||||
* Corrected some build/configuration issues introduced with the
|
* Corrected some build/configuration issues introduced with the
|
||||||
@@ -560,6 +550,26 @@ Other memory:
|
|||||||
* Added strspn() and strcspn()
|
* Added strspn() and strcspn()
|
||||||
</pre></ul>
|
</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()
|
||||||
|
* Fixed several serious FAT errors with oflags handling (&& instead of &)
|
||||||
|
* Added FAT support for unlink(), mkdir(), rmdir(), and rename
|
||||||
|
* Added FAT support for opendir(), closedir(), readdir(), seekdir(),
|
||||||
|
telldir(), rewindir().
|
||||||
|
* Fixed ARM compilation errors introduced in 0.2.5 (that is what I get
|
||||||
|
for only testing on the simulation).
|
||||||
|
</pre></ul>
|
||||||
|
|
||||||
<table width ="100%">
|
<table width ="100%">
|
||||||
<tr bgcolor="#e4e4e4">
|
<tr bgcolor="#e4e4e4">
|
||||||
<td>
|
<td>
|
||||||
@@ -569,15 +579,9 @@ Other memory:
|
|||||||
</table>
|
</table>
|
||||||
|
|
||||||
<pre><ul>
|
<pre><ul>
|
||||||
0.2.6 2007-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
|
|
||||||
|
|
||||||
* Added unlink(), mkdir(), rmdir(), and rename()
|
0.2.7 2007-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
|
||||||
* Fixed several serious FAT errors with oflags handling (&& instead of &)
|
|
||||||
* Added FAT support for unlink(), mkdir(), rmdir(), and rename()
|
|
||||||
* Added FAT support for opendir(), closedir(), readdir(), seekdir(),
|
|
||||||
telldir(), rewindir().
|
|
||||||
* Fixed ARM compilation errors introduced in 1.2.5 (that is what I get
|
|
||||||
for only testing on the simulation).
|
|
||||||
* Started m68322
|
* Started m68322
|
||||||
</pre></ul>
|
</pre></ul>
|
||||||
|
|
||||||
|
|||||||
+9
-12
@@ -1,18 +1,15 @@
|
|||||||
nuttx-0.2.5
|
nuttx-0.2.6
|
||||||
^^^^^^^^^^^^
|
^^^^^^^^^^^
|
||||||
|
|
||||||
This is the 8th release of NuttX. This release includes:
|
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
|
||||||
(1) Several bug fixes
|
does include some FAT filesystem extensions including unlink(), mkdir(),
|
||||||
(2) Initial support for FAT filesystems. Testing has not been
|
rmdir(), rename(), opendir(), closedir(), readdir(), seekdir(), telldir(),
|
||||||
exhaustive and some functionality is missing (mkdir, stat, unlink
|
rewindir(). There are some pending FAT changes that did not make it into
|
||||||
chmod, and rename functionality is not yet implemented).
|
this release including stat(), truncate(), and long file names.
|
||||||
(3) Support for the NXP lpc2148 processor is included but is
|
|
||||||
untested as of this writing. The current implementation includes
|
|
||||||
only support for serial console and timer interrupt.
|
|
||||||
|
|
||||||
See the ChangeLog for a complete list of changes.
|
See the ChangeLog for a complete list of changes.
|
||||||
|
|
||||||
This release has been verified only on the Linux user-mode platform.
|
This release has been verified only on the Linux user-mode platform.
|
||||||
|
|
||||||
This tarball contains a complete CVS snapshot from May 19, 2007.
|
This tarball contains a complete CVS snapshot from May 26, 2007.
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ o Libraries
|
|||||||
|
|
||||||
o File system
|
o File system
|
||||||
- Add disk usage stats, stat(), chmod(), truncate().
|
- Add disk usage stats, stat(), chmod(), truncate().
|
||||||
- FAT32: long file names, unlink(), mkdir(), rmdir(), rename()
|
- FAT32: long file names
|
||||||
|
|
||||||
o Console Output
|
o Console Output
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user