summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-14 16:20:37 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-14 16:20:37 -0600
commit4d332f0bcc2f1feeec8b3344e694e66095b61080 (patch)
tree4c46b7d41e388bdff1d8f40191af7a3a37100d74 /nuttx/ChangeLog
parent8313fee0c65f94ba27a4c8e0f8289dd53865104c (diff)
downloadpx4-nuttx-4d332f0bcc2f1feeec8b3344e694e66095b61080.tar.gz
px4-nuttx-4d332f0bcc2f1feeec8b3344e694e66095b61080.tar.bz2
px4-nuttx-4d332f0bcc2f1feeec8b3344e694e66095b61080.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 98a1dff20..ba826e92d 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7433,4 +7433,9 @@
just the DMAC driver with a few naming changes (2014-6-12).
* configs/sama5d4x-ek/ramtest: Add an SDRAM test configuration
(2014-6-14).
-
+ * libc/stdio/lib_libsnoflush.c, lib_memsistream.c, and lib_memsostream.c:
+ Add support for seekable memory streams (2014-6-14).
+ * libc/stdio/lib_rawsistream.c, and lib_rawsostream.c: Add support for
+ seekable raw streams (2014-6-14).
+ * libc/stdio/lib_stdsistream.c, and lib_stdsostream.c: Add support for
+ seekable standard streams (2014-6-14).