From dd6636d45615d762e82579f1cedf9d174b1873b1 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 19 Mar 2009 00:22:57 +0000 Subject: updated git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1631 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/ChangeLog | 4 ++++ nuttx/Documentation/NuttX.html | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog index 18ea1f3bb..db1a500b5 100644 --- a/nuttx/ChangeLog +++ b/nuttx/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/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html index f5ef8fd23..57281a258 100644 --- a/nuttx/Documentation/NuttX.html +++ b/nuttx/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: March 17, 2009

+

Last Updated: March 18, 2009

@@ -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> -- cgit v1.2.3