diff --git a/ChangeLog b/ChangeLog index 18ea1f3bba706c0721fc9d5d3ea9d7048aa03c88..db1a500b5d2a7e1900f33ce40e85b074dc6b1cb6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -659,3 +659,7 @@ infinite loops and stack overflows. * net/uip: Correct calculation of checksum on ICMP ping response. * examples/dchpd: Added a tiny DHCP server example + * net/uip: Correct UDP bind behavior. It should select a valid port number + if it receives a port number of zero. + * netutils/dhcpd: Corrrect for ZDS compiler. Fix issue with re-use of a + port number. Fix a number of broadcast-related problems. diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index f5ef8fd232ca3622b18e8c371e958cf2ddb7a2ca..57281a258d85efbb210d713ee6190164dd8f87cc 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@ <tr align="center" bgcolor="#e4e4e4"> <td> <h1><big><font color="#3c34ec"><i>NuttX RTOS</i></font></big></h1> - <p>Last Updated: March 17, 2009</p> + <p>Last Updated: March 18, 2009</p> </td> </tr> </table> @@ -1350,6 +1350,10 @@ nuttx-0.4.4 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> infinite loops and stack overflows. * net/uip: Correct calculation of checksum on ICMP ping response. * examples/dchpd: Added a tiny DHCP server example + * net/uip: Correct UDP bind behavior. It should select a valid port number + if it receives a port number of zero. + * netutils/dhcpd: Corrrect for ZDS compiler. Fix issue with re-use of a + port number. Fix a number of broadcast-related problems. pascal-0.1.3 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>