diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html
index c2828bf4b8..742562dbcf 100644
--- a/Documentation/NuttX.html
+++ b/Documentation/NuttX.html
@@ -183,7 +183,7 @@
- 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 SourceForge
website.
The change log associated with the release is available here.
@@ -251,7 +251,7 @@
STATUS:
- 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.
@@ -531,17 +531,7 @@ Other memory:
* Logic from arch/c5471 and arch/dm320 combined into arch/arm.
arch/c5471 and arch/dm320 are deprecated and will be removed
when the new c5471 and dm320 logic is verified.
-
-
-
-
0.2.5 2007-05-19 Gregory Nutt
* Corrected some build/configuration issues introduced with the
@@ -560,6 +550,26 @@ Other memory:
* Added strspn() and strcspn()
+
+
+
+0.2.6 2007-05-26 Gregory Nutt
+
+ * 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).
+
+
@@ -569,15 +579,9 @@ Other memory:
|
-0.2.6 2007-xx-xx Gregory Nutt
- * 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 1.2.5 (that is what I get
- for only testing on the simulation).
+0.2.7 2007-xx-xx Gregory Nutt
+
* Started m68322