summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
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 e9f87947d..4eefb2b56 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -138,14 +138,17 @@
* Added fsync()
* Added strspn() and strcspn()
-0.2.6 2007-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+0.2.6 2007-05-26 Gregory Nutt <spudmonkey@racsa.co.cr>
* Added unlink(), mkdir(), rmdir(), and rename()
* Fixed several serious FAT errors with oflags handling (&& instead of &)
* Added FAT support for unlink(), mkdir(), rmdir(), and rename
* Added FAT support for opendir(), closedir(), readdir(), seekdir(),
telldir(), rewindir().
- * Fixed ARM compilation errors introduced in 1.2.5 (that is what I get
+ * Fixed ARM compilation errors introduced in 0.2.5 (that is what I get
for only testing on the simulation).
+
+0.2.7 2007-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+
* Started m68322