diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html
index 56817e3ce38..d3fff7c9bb6 100644
--- a/Documentation/NuttX.html
+++ b/Documentation/NuttX.html
@@ -8,7 +8,7 @@
NuttX RTOS
- Last Updated: November 4, 2010
+ Last Updated: November 5, 2010
|
@@ -1952,7 +1952,10 @@ nuttx-5.13 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
* configs/avr32dev1/ostest - The AVR32 port now successfully passes the
examples/ostest. We have a good AVR32 port!
* configs/avr32dev1/nsh - Added a configuration to support the NuttShell
- (NSH). Testing of this configuration is just beginning.
+ (NSH). As of this writing, here is a problem receiving serial data (this
+ is, very likely, my hardware setup).
+ * lib/lib_open.c - Fix an error in fdopen when a valid file desciptor does
+ not refer to an open file.
pascal-2.1 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>