summaryrefslogtreecommitdiff
path: root/nuttx/ReleaseNotes
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-06-09 21:01:26 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-06-09 21:01:26 +0000
commit7bf5c4628b504825fc01cbca6e441305fc5f1adb (patch)
tree94cadd5f07441e8fc8b44e391757c770ce949906 /nuttx/ReleaseNotes
parentd54136e027d2565c582df056f873669d4b0ccd61 (diff)
downloadpx4-nuttx-7bf5c4628b504825fc01cbca6e441305fc5f1adb.tar.gz
px4-nuttx-7bf5c4628b504825fc01cbca6e441305fc5f1adb.tar.bz2
px4-nuttx-7bf5c4628b504825fc01cbca6e441305fc5f1adb.zip
Prepare for release 0.2.7nuttx-2.7
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@279 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ReleaseNotes')
-rw-r--r--nuttx/ReleaseNotes15
1 files changed, 7 insertions, 8 deletions
diff --git a/nuttx/ReleaseNotes b/nuttx/ReleaseNotes
index cf3806963..155229ce6 100644
--- a/nuttx/ReleaseNotes
+++ b/nuttx/ReleaseNotes
@@ -1,15 +1,14 @@
-nuttx-0.2.6
+nuttx-0.2.7
^^^^^^^^^^^
-This is the 9th release of NuttX. This is primarily a bugfix release
-to correct a number of problems introduced with the 0.2.5 release. This release
-does include some FAT filesystem extensions including unlink(), mkdir(),
-rmdir(), rename(), opendir(), closedir(), readdir(), seekdir(), telldir(),
-rewindir(). There are some pending FAT changes that did not make it into
-this release including stat(), truncate(), and long file names.
+This is the 10th release of NuttX. This is primarily a bugfix release
+to correct a number of problems reported to me (thanks Didier!). This release
+does include the final changes complete the FAT filesystem logic including
+stat(), tatfs(), and non-standard APIs to manage FAT attributes. At present,
+FAT long file names and file trunction() are still not supported.
See the ChangeLog for a complete list of changes.
This release has been verified only on the Linux user-mode platform.
-This tarball contains a complete CVS snapshot from May 26, 2007.
+This tarball contains a complete CVS snapshot from June 9, 2007.