diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html
index bd511e9407..5e997c711b 100644
--- a/Documentation/NuttX.html
+++ b/Documentation/NuttX.html
@@ -632,7 +632,7 @@ Other memory:
-0.2.9 2007-xx-xx Gregory Nutt
+0.3.0 2007-xx-xx Gregory Nutt
* Imported uIP into the tree (see
http://www.sics.se/~adam/uip/index.php/Main_Page)
@@ -642,6 +642,7 @@ Other memory:
* Added recv() and recvfrom().
* Added getsockopt() and setsockopt()
* Documentation updated to address socket interfaces.
+ * Implemented receive timeouts via setsockopt(SO_RCVTIMEO).