diff --git a/ChangeLog b/ChangeLog index d303c3ac05..df05833a70 100644 --- a/ChangeLog +++ b/ChangeLog @@ -841,3 +841,8 @@ 0.4.11 2009-xx-xx Gregory Nutt + * fs/fs_read.c and fs/fs_write.c. read() and write() to socket is the + same as recv() and send() with flags = 0. Fixed! + * net/recvfrom.c: Fix errors in return value from non-blocking socket read. + * lib/lib_strcasecmp.c and lib/lib_strncasecmp.c. Use of post-incremented + argument to macro caused strcasecmp() and strncasecmp() to fail. diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 968c2c1d34..509b770aa5 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: August 8, 2009

+

Last Updated: August 15, 2009

@@ -1435,7 +1435,7 @@ Other memory: -