diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog index 82230ff0b..ddf3e9e13 100644 --- a/nuttx/ChangeLog +++ b/nuttx/ChangeLog @@ -358,9 +358,10 @@ 0.3.11 2008-xx-xx Gregory Nutt - * FEATURE: Add support for recursive mutexes. - * BUGFIX: Eliminate a memory leak -- contained watchdog instance was not - being deleted with a POSIX timer was deleted reported by kwonsk. - * BUGFIX: Eliminate a deadlock condition in opendir() reported by kwonsk. - * BUGFIX: Fix several FAT filesystem problems reported by kwonsk (Changes - not yet verified). + * Add support for recursive mutexes. + * Eliminate a memory leak -- contained watchdog instance was not being + deleted with a POSIX timer was deleted reported by kwonsk. + * Eliminate a deadlock condition in opendir() reported by kwonsk. + * Fix several FAT filesystem problems reported by kwonsk (Changes not yet + verified). + * Host simulator no longer uses Linux system calls directly; Now works with Cygwin. diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html index 1ed7d6e62..43e26d663 100644 --- a/nuttx/Documentation/NuttX.html +++ b/nuttx/Documentation/NuttX.html @@ -1008,12 +1008,13 @@ buildroot-0.1.0 2007-03-09 <spudmonkey@racsa.co.cr>