summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-10-22 12:09:58 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-10-22 12:09:58 -0600
commit60df2406c4605850c954f34e7eb532e32a189c6d (patch)
treec07f250a7e3428592d920527f70a7e5a64409543 /apps/ChangeLog.txt
parent63e2df95787cf8e81fca16e2c0d27324d3753206 (diff)
downloadnuttx-60df2406c4605850c954f34e7eb532e32a189c6d.tar.gz
nuttx-60df2406c4605850c954f34e7eb532e32a189c6d.tar.bz2
nuttx-60df2406c4605850c954f34e7eb532e32a189c6d.zip
Update ChangeLog
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 633fc136b..f13d1d4b8 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -1088,4 +1088,8 @@
interfaces (2014-10-8).
* apps/netutils/netlib/netlib_gethostaddr.c: Fix memcpy of host address
in netlib_gethostaddr(). From Brennan Ashton (2014-10-17).
-
+ * apps/system/stackmonitor.c and stackmonitor/Makefile: Fix compile
+ problems introduced when the syslog() prototype changed; Also update
+ Makefile for kernel build From Radoslaw Adamczyk (2014-10-23).
+ * apps/examples/nxterm/Makefile: Update makefile for kernel-build
+ issues. From Radoslaw Adamczyk (2014-10-23).