summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-17 17:44:12 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-17 17:44:12 -0600
commit6c345c5856659fbbd22f07032f4665d93a74ed8c (patch)
treef171c1053fba59f18b9741a9d4cc7515c0fc3ae7
parentf9e2bc993048ea1d83138b3bd01cbb8c9d8a32fd (diff)
downloadnuttx-6c345c5856659fbbd22f07032f4665d93a74ed8c.tar.gz
nuttx-6c345c5856659fbbd22f07032f4665d93a74ed8c.tar.bz2
nuttx-6c345c5856659fbbd22f07032f4665d93a74ed8c.zip
Update ChangeLog
-rwxr-xr-xnuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 26089e4a5..901c0117d 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9007,4 +9007,9 @@
the SAMA5D4 (2014-11-17).
* arch/arm/src/sama5/sam_emacb.c: Fix several typos that will prevent
EMAC1 from initializing properly (2014-11-17).
+ * include/nuttx/net/ip.h and tcp.h, net/icmp/icmp_send.c and
+ igmp/igmp_send.c: Move IP header flags from tcp.h to ip.h and rename
+ IP_FLAGS vs TCPFLAGS. The problem fixed here is that there IP flags
+ were not available when TCP was disabled. The IP flags are used in
+ ICMP and IGMP (2014-11-17).