summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-19 08:35:57 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-19 08:35:57 -0600
commit4259e65dae6e3b6f99e13a53a7773b6a768d0ec2 (patch)
tree96315a574f9ed91d81f49218056a862d6f4468d1 /nuttx/ChangeLog
parent83a505de7ea918bbfc3d6eab554f65e5b7080206 (diff)
downloadnuttx-4259e65dae6e3b6f99e13a53a7773b6a768d0ec2.tar.gz
nuttx-4259e65dae6e3b6f99e13a53a7773b6a768d0ec2.tar.bz2
nuttx-4259e65dae6e3b6f99e13a53a7773b6a768d0ec2.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 5a8335d96..e9b61b389 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7455,4 +7455,10 @@
* net/tcp: Move all TCP files from net/uip to net/tcp (2014-6-18).
* net/udp: Move all UDP files from net/uip to net/udp (2014-6-18).
* net/pkt: Move all AF_PACKET files from net/uip to net/pkt (2014-6-18).
+ * net/Kconfig: Add option to select CONFIG_NET_GUARDSIZE (2014-6-18).
+ * net/net_send_buffered.c: Add checks from buffer allocation failures.
+ from Max/Himax (2014-6-19).
+ * 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).