summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-28 07:25:32 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-28 07:25:32 -0600
commit6a53bac4e3d6481d24f44912d91492cb6c6c8584 (patch)
tree44c0965c26e082ec32f0ee6bd11f15cea16e9bdb /apps/ChangeLog.txt
parent9708009980f9fbcc0d967e3b88ff78e022c6bdd3 (diff)
downloadnuttx-6a53bac4e3d6481d24f44912d91492cb6c6c8584.tar.gz
nuttx-6a53bac4e3d6481d24f44912d91492cb6c6c8584.tar.bz2
nuttx-6a53bac4e3d6481d24f44912d91492cb6c6c8584.zip
Update ChangeLogs
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 52823f0ef..e912d5303 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -973,3 +973,5 @@
* apps/system/nxplayer/nxplayer.c: NxPlayer needs to set curbyte field to
zero before enqueuing a buffer. Otherwise, it looks like beginning of
the buffer has already been consumed. (2014-7-27).
+ * apps/netutils/webserver/httpd.c: Missing logic to close sockets on loop
+ termination. From Max (2014-7-28).