summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-23 07:48:25 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-23 07:48:25 -0600
commit3640d1441c21468bb38bf0d8aef1a61dd0b45ca7 (patch)
tree3f2da43b8d0c1ee8729c6d8954e62c2400c5fcf7 /apps/ChangeLog.txt
parentaaa7a7d2936e2f65eca6299f2338db14b7a3dd81 (diff)
downloadnuttx-3640d1441c21468bb38bf0d8aef1a61dd0b45ca7.tar.gz
nuttx-3640d1441c21468bb38bf0d8aef1a61dd0b45ca7.tar.bz2
nuttx-3640d1441c21468bb38bf0d8aef1a61dd0b45ca7.zip
Update ChangeLog
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 541168c1a..25ab60232 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -959,4 +959,6 @@
CONFIG_NETUTILS_HTTPD_SENDFILE was missing from Kconfig; CONFIG_NET_HAVE_SOLINGER
should be CONFIG_NET_SOLINGER; Type of CONFIG_NET_HTTPD_MAXPATH was wrong
in Kconfig file. From Max (2014-7-11).
+ * apps/system/nxplayer/nxplayer.c: Check for file read errors and end-of-file
+ with zero bytes read (2014-7-22).