summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index c0e117553..47c62a626 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -6228,4 +6228,7 @@
* fs/procfs/fs_procfsuptime.c: Supports /proc/uptime (2013-12-14).
* graphics/nxconsole/nxcon_font.c: Fix a typo that causes a compile
error when CONFIG_NXCONSOLE_BPP < 8. From Librae (2013-12-15).
+ * fs/procfs/fs_procfsproc.c: procfs now shows information about
+ the group that each thread belongs: Like parents, group member,
+ open file, and open sockets (2013-12-15).