summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 975bbf1bb..180762c8b 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -358,5 +358,6 @@
0.3.11 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
* Add support for recursive mutexes.
- * BUGFIX: Eliminate a memory leak -- contained watchdog instance was not
+ * 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().