summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-05-31 22:10:21 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-05-31 22:10:21 +0000
commit41c40fdd75222d95ff819656571a4ae4d61d571b (patch)
tree646d7611d6e697b0c68467c111fd8f6b93615c67 /nuttx/ChangeLog
parentbd6c6f423d88aa5ae35b3e833cb96da83a878d8b (diff)
downloadnuttx-41c40fdd75222d95ff819656571a4ae4d61d571b.tar.gz
nuttx-41c40fdd75222d95ff819656571a4ae4d61d571b.tar.bz2
nuttx-41c40fdd75222d95ff819656571a4ae4d61d571b.zip
Fix several problems with accessing FAT filesystems
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@758 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog11
1 files changed, 7 insertions, 4 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 180762c8b..82230ff0b 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -353,11 +353,14 @@
* Add configuration for the ZiLOG z8f64200100kit development kit, Z8F6423 part.
* Add configuration for the ZiLOG ez80f0910200kitg development kit, EZ80F091 part.
* Correct critical list handling errors in task shutdown logic: One in timer
- deletion logic (timer_delete.c) and one in stream logic (lib_init.c).
+ deletion logic (timer_delete.c) and one in stream logic (lib_init.c) reported
+ by kwonsk.
0.3.11 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
- * Add support for recursive mutexes.
+ * FEATURE: Add support for recursive mutexes.
* BUGFIX: Eliminate a memory leak -- contained watchdog instance was not
- being deleted with a POSIX timer was deleted.
- * BUGFIX: Eliminate a deadlock condition in opendir().
+ being deleted with a POSIX timer was deleted reported by kwonsk.
+ * BUGFIX: Eliminate a deadlock condition in opendir() reported by kwonsk.
+ * BUGFIX: Fix several FAT filesystem problems reported by kwonsk (Changes
+ not yet verified).