diff --git a/ChangeLog b/ChangeLog index 82230ff0bab..ddf3e9e136d 100644 --- a/ChangeLog +++ b/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/Documentation/NuttX.html b/Documentation/NuttX.html index 1ed7d6e62d9..43e26d663ca 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -1008,12 +1008,13 @@ buildroot-0.1.0 2007-03-09 <spudmonkey@racsa.co.cr>