From a26c82aeba1bca4de4f99a7211451db8a3a7688f Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 7 Dec 2011 01:15:08 +0000 Subject: Prep for 6.12 release git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4141 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/ReleaseNotes | 31 +++++++++++++++++++++++++++++-- 1 file changed, 29 insertions(+), 2 deletions(-) (limited to 'nuttx/ReleaseNotes') diff --git a/nuttx/ReleaseNotes b/nuttx/ReleaseNotes index 4756d88bd..6970a792a 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++ -- cgit v1.2.3