summaryrefslogtreecommitdiff
path: root/nuttx/ReleaseNotes
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-08-10 17:44:27 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-08-10 17:44:27 +0000
commitef3872bf54da36294aca4c99e83b6cc9a6e3ff49 (patch)
tree987e8336605d259efe915689ebf773b80dc6a2a8 /nuttx/ReleaseNotes
parente063148b2411ed982cbd9e5cc13853f38462ac5a (diff)
downloadpx4-nuttx-ef3872bf54da36294aca4c99e83b6cc9a6e3ff49.tar.gz
px4-nuttx-ef3872bf54da36294aca4c99e83b6cc9a6e3ff49.tar.bz2
px4-nuttx-ef3872bf54da36294aca4c99e83b6cc9a6e3ff49.zip
Prep for 0.3.12 releasenuttx-3.12
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@809 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ReleaseNotes')
-rw-r--r--nuttx/ReleaseNotes25
1 files changed, 23 insertions, 2 deletions
diff --git a/nuttx/ReleaseNotes b/nuttx/ReleaseNotes
index 1c54807d7..3b7640cad 100644
--- a/nuttx/ReleaseNotes
+++ b/nuttx/ReleaseNotes
@@ -452,7 +452,7 @@ in stream logic (lib_init.c). This release also includes support to ZiLOG EZ80A
microcontrooler (EZ80F91 chip) and configurations fot the ZiLOG z8f64200100kit (Z8F6423)
and ez80f0910200kitg (EZ80F091) development kit.
-nuttx=0.3.11
+nuttx-0.3.11
^^^^^^^^^^^^
This is the 23rd release of NuttX. This is another important bugfix release.
@@ -472,5 +472,26 @@ A few new features were also added:
These changes were verified only on the Host simulator under Cygwin. Please report
any errors to me.
-This tarball contains a complete CVS snapshot from June 1, 2008.
+This tarball contains a complete CVS snapshot from July 1, 2008.
+nuttx-0.3.12
+^^^^^^^^^^^^
+
+This is the 24th release of NuttX. This release includes some minor bugfixes as well
+as a few new features. Bugs fixed include:
+
+* Corrected an error in recursive mutex implementation.
+* task_create() was only dup'in the first three file descriptors.
+* Fixed driver open reference counting errors in dup(), dup2(), and exit().
+* Fixed error handling logic in fflush().
+
+New features were also added:
+
+* Pipes and pipe() API
+* FIFOs and mkfifo() API
+* mkfatfs() API can be used to format FAT file systems.
+
+These changes were verified only on the Host simulator under Cygwin. Please report
+any errors to me.
+
+This tarball contains a complete CVS snapshot from August 10, 2008.