diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html
index 1ed7d6e62d9..43e26d663ca 100644
--- a/Documentation/NuttX.html
+++ b/Documentation/NuttX.html
@@ -1008,12 +1008,13 @@ buildroot-0.1.0 2007-03-09 <spudmonkey@racsa.co.cr>
nuttx-0.3.11 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
- * FEATURE: Add support for recursive mutexes.
- * BUGFIX: Eliminate a memory leak -- contained watchdog instance was not
- being deleted with a POSIX timer was deleted reported by kwonsk.
- * BUGFIX: Eliminate a deadlock condition in opendir() reported by kwonsk.
- * BUGFIX: Fix several FAT filesystem problems reported by kwonsk (Changes
- not yet verified).
+ * Add support for recursive mutexes.
+ * Eliminate a memory leak -- contained watchdog instance was not being
+ deleted with a POSIX timer was deleted reported by kwonsk.
+ * Eliminate a deadlock condition in opendir() reported by kwonsk.
+ * Fix several FAT filesystem problems reported by kwonsk (Changes not yet
+ verified).
+ * Host simulator no longer uses Linux system calls directly; Now works with Cygwin.
pascal-0.1.3 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>