summaryrefslogtreecommitdiff
path: root/nuttx/ReleaseNotes
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-05-26 22:46:13 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-05-26 22:46:13 +0000
commit554dffdceed5268556b30a4efae6036a592d41f7 (patch)
treec24c3c428f699224e2f0b05d81b2ac7d8a127c90 /nuttx/ReleaseNotes
parent824fcd39cf4947527eafcbfa7c0dcbc4704b4cb3 (diff)
downloadpx4-nuttx-554dffdceed5268556b30a4efae6036a592d41f7.tar.gz
px4-nuttx-554dffdceed5268556b30a4efae6036a592d41f7.tar.bz2
px4-nuttx-554dffdceed5268556b30a4efae6036a592d41f7.zip
prepare for 0.2.6 releasenuttx-2.6
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@255 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ReleaseNotes')
-rw-r--r--nuttx/ReleaseNotes21
1 files changed, 9 insertions, 12 deletions
diff --git a/nuttx/ReleaseNotes b/nuttx/ReleaseNotes
index 7010da673..cf3806963 100644
--- a/nuttx/ReleaseNotes
+++ b/nuttx/ReleaseNotes
@@ -1,18 +1,15 @@
-nuttx-0.2.5
-^^^^^^^^^^^^
+nuttx-0.2.6
+^^^^^^^^^^^
-This is the 8th release of NuttX. This release includes:
-
-(1) Several bug fixes
-(2) Initial support for FAT filesystems. Testing has not been
- exhaustive and some functionality is missing (mkdir, stat, unlink
- chmod, and rename functionality is not yet implemented).
-(3) Support for the NXP lpc2148 processor is included but is
- untested as of this writing. The current implementation includes
- only support for serial console and timer interrupt.
+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.
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 19, 2007.
+This tarball contains a complete CVS snapshot from May 26, 2007.