diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html
index 20a4a29eb87..e6fd36bddee 100644
--- a/Documentation/NuttX.html
+++ b/Documentation/NuttX.html
@@ -748,7 +748,11 @@ Other memory:
0.3.4 2007-xx-xx Gregory Nutt
- * Added netutils/dhcpd
+ * Added and partially verified DHCP server logic (netutils/dhcpd)
+ * Fix BROADCAST=y compilation problems
+ * Fix UDP recvfrom timeout bug
+ * Correct processing of input UDP broadcast packets.
+ * Verfied basic DHCP client functionality (netutils/dhcpc)