From e0bee0e36b330a78ad7a3cf75223b190bdb48b3b Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 11 Dec 2007 22:08:57 +0000 Subject: [PATCH] update git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@447 42af7a65-404d-4744-a932-0658087f49c3 --- ChangeLog | 3 +++ Documentation/NuttX.html | 3 +++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index aa53d9383f..611da81bc9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -278,3 +278,6 @@ * Added support for 'ifconfig' command to NSH (examples/nsh) * Moved MAC and ethernet definitions to net/ethernet.h * Fix sim and DM90x0 compilation errors introduced in 0.3.4 + * Fixed errors in C5471 configuration files for examples/uip + * Modified DHCPC (netutils/dhcpc) so that it should work in environments where + there are more than one DHCPD server. diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 0ae087aa1c..979d25e9b7 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -972,6 +972,9 @@ Other memory: * Added support for 'ifconfig' command to NSH (examples/nsh) * Moved MAC and ethernet definitions to net/ethernet.h * Fix sim and DM90x0 compilation errors introduced in 0.3.4 + * Fixed errors in C5471 configuration files for examples/uip + * Modified DHCPC (netutils/dhcpc) so that it should work in environments where + there are more than one DHCPD server.