summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-07 07:30:11 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-07 07:30:11 -0600
commitda5378a9e4f4bebdff091f2a277827c9556d271a (patch)
treedaef717ab1e2b093c6ca4ff16eaa53053f788923 /nuttx/ChangeLog
parenta4e51c1a1e1722d6ada8f4727130569971dd3344 (diff)
downloadnuttx-da5378a9e4f4bebdff091f2a277827c9556d271a.tar.gz
nuttx-da5378a9e4f4bebdff091f2a277827c9556d271a.tar.bz2
nuttx-da5378a9e4f4bebdff091f2a277827c9556d271a.zip
update changelog
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index b9e3847ca..0d533d970 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7663,3 +7663,7 @@
(2014-7-6)
* net/: Add a few missing configuration options to the Kconfig files
(2014-7-8).
+ * net/iob/iob_trimhead_queue.c and socket/recvfrom.c: Important fix to
+ the read-ahead buffer queue managment: Consumed bytes were being
+ trimmed from the head of the queue, but the queue head itself was
+ not being updated. From Rony XLN (2014-7-7).