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 @@
- 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 SourceForge
website.
The change log associated with the release is available here.
@@ -550,17 +550,7 @@ Other memory:
* close() was not closing the underlying device.
* Added fsync()
* Added strspn() and strcspn()
-
-
-
-
0.2.6 2007-05-26 Gregory Nutt
* Added unlink(), mkdir(), rmdir(), and rename()
@@ -575,14 +565,13 @@ Other memory:
-
-0.2.7 2007-xx-xx Gregory Nutt
+0.2.7 2007-06-09 Gregory Nutt
* 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.
+
+
+
+
+
+
+0.2.8 2007-xx-xx Gregory Nutt
+
* Started m68322