summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
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 d42079868..c2d5e808b 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7461,6 +7461,10 @@
* tools/mkfsdata.pl: Apparently, the trailing the 0x00 in http server
files is seen as a bug in javascript and images. From Max/Himax
(2014-6-19).
+ * net/ and include/nutt/net (many files): Conversion of the TCP
+ write buffering logic to use I/O buffer chains (not tested on initial
+ check-in) (2014-6-22).
+
* include/time.h and sched/clock_gettime.c: Fix typo in conditional
compilation: CONFIG_CLOCK_MONOTONIC vs. CLOCK_MONOTONIC. From Manuel
Stühn (2014-6-23).