diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html
index 6d8a69ba15..16ccfb1991 100644
--- a/Documentation/NuttX.html
+++ b/Documentation/NuttX.html
@@ -8,7 +8,7 @@
NuttX RTOS
- Last Updated: May 31, 2008
+ Last Updated: June 1, 2008
|
@@ -456,7 +456,7 @@
- The 22nd release of NuttX (nuttx-0.3.11) is available for download
+ The 23rd release of NuttX (nuttx-0.3.11) is available for download
from the SourceForge
website.
The change log associated with the release is available here.
@@ -464,16 +464,24 @@
These unreleased changes are listed here.
- nuttx-0.3.10 is an important bug fix release.
- This release incorporates fixes to correct critical list handling errors
- in task shutdown logic: One in timer deletion logic (timer_delete.c) and one
- in stream logic (lib_init.c).
+ nuttx-0.3.11 is another important bugfix release.
+ This release fixes several bugs:
+
+ - Two POSIX timer bugs: a memory leak as well a fatal sequencing error.
+ - Several FAT filesystem errors.
+ - A deadlock that can occur in
opendir()
+
- Additional, minor enhancements includes support to ZiLOG EZ80Acclaim
- microcontrooler (EZ80F91 chip) and configurations fot the ZiLOG z8f64200100kit (Z8F6423)
- and ez80f0910200kitg (EZ80F091) development kit.
+ A few new features were also added:
+
+ - Support for recursive mutexes
+ - Added a RAM disk block driver
+ - The host simulator no longer uses direct Linux system calls and now also works on Cygwin.
+ - The OS test was strengthen and now runs as an endurance test
+
+
As usual, any feedback about bugs or suggestions for improvement would be greatly appreciated.
@@ -973,14 +981,18 @@ Other memory:
-nuttx-0.3.10 2008-05-15 Gregory Nutt <spudmonkey@racsa.co.cr>
+nuttx-0.3.11 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
- * Add support for the ZiLOG EZ80Acclaim microcontrooler (EZ80F91 chip).
- * Add configuration for the ZiLOG z8f64200100kit development kit, Z8F6423 part.
- * Add configuration for the ZiLOG ez80f0910200kitg development kit, EZ80F091 part.
- * Correct critical list handling errors in task shutdown logic: One in timer
- deletion logic (timer_delete.c) and one in stream logic (lib_init.c) reported
- by kwonsk.
+ * 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.
+ * Fix an error that occurs when a POSIX timer is deleted by the timer signal handler.
+ * Add logic to allow the examples/ostest to be run repetitively as an endurance test.
+ * Add a ramdisk block driver
pascal-0.1.2 2008-02-10 Gregory Nutt
@@ -1006,17 +1018,7 @@ buildroot-0.1.0 2007-03-09 <spudmonkey@racsa.co.cr>
-nuttx-0.3.11 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
-
- * 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.
- * Fix an error that occurs when a POSIX timer is deleted by the timer signal handler.
- * Add logic to allow the examples/ostest to be run repetitively as an endurance test.
+nuttx-0.3.12 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
pascal-0.1.3 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>