diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html
index 05c44e37e7..c67009fd0a 100644
--- a/Documentation/NuttX.html
+++ b/Documentation/NuttX.html
@@ -8,7 +8,7 @@
NuttX RTOS
- Last Updated: August 22, 2008
+ Last Updated: August 23, 2008
|
@@ -1052,6 +1052,10 @@ nuttx-0.3.13 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
* NSH now supports commands to inspect and modify memory
* NSH cat command now supports multiple files on command line
* Add chdir() and getcwd()
+ * Fix error in getopt() when called with argc==1
+ * Fix error in stat() when used on the root directory
+ * NSH: Add cd and pwd commands and current working directory to all NSH
+ commands that refer to paths.
pascal-0.1.3 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>