diff --git a/ChangeLog b/ChangeLog index 9e3686783bc..6628eba5c71 100644 --- a/ChangeLog +++ b/ChangeLog @@ -372,3 +372,5 @@ 0.3.12 2008-xx-xx Gregory Nutt * Improved solution to POSIX timer lifetime controls bug fixed in 0.3.11. + * Add test for recursive mutexes + * Correct bug in recursive mutex logic diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 16ccfb19915..9dbac248d75 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: June 1, 2008

+

Last Updated: June 3, 2008

@@ -1020,6 +1020,10 @@ buildroot-0.1.0 2007-03-09 <spudmonkey@racsa.co.cr>