summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index e1ed0e677..9b19a6bf4 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -730,4 +730,6 @@
David Sidrane (2013-11-06).
* apps/system/composite/composite_main.c: The wrong handle was getting
nullified. From David Sidrane (2013-11-7).
-
+ * apps/system/nxplayer: Play thread stack size is now configurable. All
+ NxPlayer threads now have names assigned via pthread_setname_np().
+ From Ken Pettit (2013-11-10).