summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-08-20 07:11:38 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-08-20 07:11:38 -0600
commit157a19e1a14dafffb78d47119edab5b5b7166f5c (patch)
tree30dd1c144a2574adcccfbfb6993358e3caffbc22 /nuttx
parent0badc39867862713fa986902e485dcd86548ccb4 (diff)
downloadpx4-nuttx-157a19e1a14dafffb78d47119edab5b5b7166f5c.tar.gz
px4-nuttx-157a19e1a14dafffb78d47119edab5b5b7166f5c.tar.bz2
px4-nuttx-157a19e1a14dafffb78d47119edab5b5b7166f5c.zip
Update ChangeLog
Diffstat (limited to 'nuttx')
-rwxr-xr-xnuttx/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 444b591d6..8ee10ffd0 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8191,3 +8191,9 @@
network responses to ARP requests quickly (2014-8-19).
* include/nuttx/lcd/ili9341.h: \Add a register definition header file
for the ILI9341 LCD (2014-8-19).
+ * net/arp/Kconfig: ARP request logic is no longer EXPERIMENTAL
+ (2014-8-20).
+ * net/arp/arp_send.c: ARP request logic needs to do the right thing if
+ (1) the address is a broadcast or multicast address, and (2) if the
+ IP address lies outside of the network. Problem noted by Manuel Stuehn
+ (2014-8-20).