summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-06-01 13:18:51 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-06-01 13:18:51 +0000
commit860fb90211e137e188cce2a85a4791148c1b50b9 (patch)
tree483ad6044aa9905c6e31d8b60869a2dcce7ccab6 /nuttx/ChangeLog
parent41c40fdd75222d95ff819656571a4ae4d61d571b (diff)
downloadnuttx-860fb90211e137e188cce2a85a4791148c1b50b9.tar.gz
nuttx-860fb90211e137e188cce2a85a4791148c1b50b9.tar.bz2
nuttx-860fb90211e137e188cce2a85a4791148c1b50b9.zip
Sim target no longer uses Linux syscalls; works with Cygwin
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@759 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog13
1 files changed, 7 insertions, 6 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 82230ff0b..ddf3e9e13 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -358,9 +358,10 @@
0.3.11 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
- * FEATURE: Add support for recursive mutexes.
- * BUGFIX: Eliminate a memory leak -- contained watchdog instance was not
- 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).
+ * Add support for recursive mutexes.
+ * Eliminate a memory leak -- contained watchdog instance was not being
+ deleted with a POSIX timer was deleted reported by kwonsk.
+ * Eliminate a deadlock condition in opendir() reported by kwonsk.
+ * Fix several FAT filesystem problems reported by kwonsk (Changes not yet
+ verified).
+ * Host simulator no longer uses Linux system calls directly; Now works with Cygwin.