summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-05-21 00:42:06 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-05-21 00:42:06 +0000
commitd7ab605d158cdbd32907d87707e356414e4727dc (patch)
treebf1c823b78738cbbbfebf4b8c6ca7e599229e41a /nuttx/ChangeLog
parent4815a2fb0e87d0b64a61f57f287de92be5027e90 (diff)
downloadpx4-nuttx-d7ab605d158cdbd32907d87707e356414e4727dc.tar.gz
px4-nuttx-d7ab605d158cdbd32907d87707e356414e4727dc.tar.bz2
px4-nuttx-d7ab605d158cdbd32907d87707e356414e4727dc.zip
Add lseek; prep for 0.2.5nuttx-2.5
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@245 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog7
1 files changed, 5 insertions, 2 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 6216f38e4..03942b0f7 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -121,7 +121,7 @@
arch/c5471 and arch/dm320 are deprecated and will be removed
when the new c5471 and dm320 logic is verified.
-0.2.5 2007-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+0.2.5 2007-05-19 Gregory Nutt <spudmonkey@racsa.co.cr>
* Corrected some build/configuration issues introduced with the
last release.
@@ -129,7 +129,7 @@
development board (untested)
* Added support for block devices.
* Simulated target now exports a VFAT filesystem
- * Begin support for VFAT filesystem (not yet functional)
+ * Begin support for VFAT filesystem (missing functionalit)
* Added mount() and umount()
* Fix bug in memcmp return value
* Fix errors in timeslice calculation (several places)
@@ -137,5 +137,8 @@
* close() was not closing the underlying device.
* Added fsync()
* Added strspn() and strcspn()
+
+0.2.6 2007-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+
* Started m68322