summaryrefslogtreecommitdiff
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
parent9708009980f9fbcc0d967e3b88ff78e022c6bdd3 (diff)
downloadnuttx-6a53bac4e3d6481d24f44912d91492cb6c6c8584.tar.gz
nuttx-6a53bac4e3d6481d24f44912d91492cb6c6c8584.tar.bz2
nuttx-6a53bac4e3d6481d24f44912d91492cb6c6c8584.zip
Update ChangeLogs
-rw-r--r--apps/ChangeLog.txt2
-rwxr-xr-xnuttx/ChangeLog3
2 files changed, 5 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).
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index fdfc0f208..812e1d454 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7859,3 +7859,6 @@
while integrating fast forward by sub-sampling (2014-7-27).
* audio/pcm_decode.c: Back out a change; the fix really belongs in
NxPlayer. (2014-7-27).
+ * arch/arm/src/lpc17xx/lpc17_adc.c and arch/arm/src/lpc17xx/lpc17_ethernet.c:
+ ADC updates from Max. Also fixes some syntax errors that I introduced in
+ the last commit (2014-7-28).