From 8c6db85801e96b9b87a4c221c87875b85c2af689 Mon Sep 17 00:00:00 2001
From: patacongo
Date: Mon, 21 May 2007 17:17:42 +0000
Subject: [PATCH] Add FAT rmdir and unlink
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@247 42af7a65-404d-4744-a932-0658087f49c3
---
Documentation/NuttX.html | 54 ++++++++++++++++++++++++++++++++++++++++
1 file changed, 54 insertions(+)
diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html
index 726a5a5c5f..49db96df20 100644
--- a/Documentation/NuttX.html
+++ b/Documentation/NuttX.html
@@ -186,6 +186,9 @@
The 8th release of NuttX (nuttx-0.2.5) is available for download
from the SourceForge
website.
+ The change log associated with the release is available here.
+ Unreleased changes after this release are avalable in CVS.
+ These unreleased changes are listed here.
@@ -376,6 +379,35 @@ Other memory:
+
+
+
+
+
0.2.5 2007-05-19 Gregory Nutt
* Corrected some build/configuration issues introduced with the
@@ -516,10 +558,22 @@ Other memory:
* close() was not closing the underlying device.
* Added fsync()
* Added strspn() and strcspn()
+
+
+
+
0.2.6 2007-xx-xx Gregory Nutt
* Added unlink(), mkdir(), rmdir(), and rename()
+ * Fixed several serious FAT errors with oflags handling (&& instead of &)
+ * Added FAT support for unlink() and rmdir()
* Started m68322