summaryrefslogtreecommitdiffstats
path: root/nuttx/ReleaseNotes
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-12-07 01:15:08 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-12-07 01:15:08 +0000
commit44a0afb543b99b03f0d6a7fac00d77730e28addd (patch)
tree616408c4e517e4170118d2e54378807659c62ab6 /nuttx/ReleaseNotes
parent179c0e46c24712339ebe67ad7aa90b58df00420a (diff)
Prep for 6.12 release
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4141 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/ReleaseNotes')
-rw-r--r--nuttx/ReleaseNotes31
1 files changed, 29 insertions, 2 deletions
diff --git a/nuttx/ReleaseNotes b/nuttx/ReleaseNotes
index 4756d88bd3..6970a792a4 100644
--- a/nuttx/ReleaseNotes
+++ b/nuttx/ReleaseNotes
@@ -2364,7 +2364,7 @@ Bugfixes, order roughly on decreasing criticality include:
NuttX-6.11
^^^^^^^^^^
-The 78th release of NuttX, Version 6.12, was made on November 12, 2011
+The 78th release of NuttX, Version 6.11, was made on November 12, 2011
and is available for download from the SourceForge website. Note
that release consists of two tarballs: nuttx-6.11.tar.gz and
apps-6.11.tar.gz. Both may be needed (see the top-level nuttx/README.txt
@@ -2395,4 +2395,31 @@ Bugfixes, order roughly on decreasing criticality include:
* Simulation target: build fixes
* C Library: fclose() return value.
-See the change log for more detailed information. \ No newline at end of file
+See the change log for more detailed information.
+
+NuttX-6.12
+^^^^^^^^^^
+
+The 79th release of NuttX, Version 6.12, was made on December 6, 2011
+and is available for download from the SourceForge website. Note
+that release consists of two tarballs: nuttx-6.12.tar.gz and
+apps-6.12.tar.gz. Both may be needed (see the top-level nuttx/README.txt
+file for build information).
+
+New features in this release include:
+
+ * STM32. Basic support added for the STM32 F4 family. Board support
+ verified for the STMicro STM3250G-EVAL board.
+ * FAT. Enhanced partition handling.
+ * SDIO-Based SD Card support. Add support for large (>4Gb) devices
+ * Graphics. Added four new small sans serif fonts.
+ * Drivers. Fix a banding problem with the R61580 LCD.
+
+Bugfixes, order roughly on decreasing criticality include:
+
+ * FAT. Fix errors in how the first entries in the root directory are
+ added. Fix errors in FAT date/time handling.
+ * Signals. Fix bug in certain sig_timedwait() error handling.
+ * Drivers. Fix cloned errors in poll() handling in several drivers.
+ * Message Queues. errno was not being set correctly by mq_notify().
+ * C Library. wchar_t is a built-in type for C++