From dd2c94d5938a715f4a9a52ad2db7ad8627706126 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 7 Oct 2014 07:46:59 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index eb096ec4c0..0afb22351e 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8771,4 +8771,9 @@ * include/nuttx/mm/mm.h: Fix a place in the memory manager where it explicitly assumed that the size of a point is 4 bytes. That is OK if the actually size is smaller but makes the heap unstable when - used withthe x86_64 host simulation (2014-10-6). + used with the x86_64 host simulation (2014-10-6). + * sched/wqueue, include/nuttx/wqueue.h, and libc/Kconfig sched/Makefile: + Add support for priority inheritance on the low priority worker queue + (2014-10-7). + * sched/Makefile and sched/*/Make.defs: Simplify how C source files are + selected in the build (2014-10-7).