summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-01-14 14:50:12 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-01-14 14:50:12 -0600
commita9ccb8c85c22dbbc63deda648ac0e539d854e81a (patch)
tree03b22f4761400523274d3564d8f83954a3f2c25f
parent0892d0d061228e30acddf08810029ee7e5b63452 (diff)
downloadpx4-nuttx-a9ccb8c85c22dbbc63deda648ac0e539d854e81a.tar.gz
px4-nuttx-a9ccb8c85c22dbbc63deda648ac0e539d854e81a.tar.bz2
px4-nuttx-a9ccb8c85c22dbbc63deda648ac0e539d854e81a.zip
Update ChangeLog
-rwxr-xr-xnuttx/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index d3021e4ed..1c91b9faf 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9397,3 +9397,9 @@
evaluation. It is best retained the PX4 repositories where it can be
properly maintained and not in the upstream NuttX repository
(2015-01-14).
+ * net/netdev/netdev_ioctl.c and include/nuttx/net/ioctl.h: Add support
+ for IPv6 ioctls to manipulate IP addresses (2015-01-14).
+ * net/icmpv6: Create a future home for ICMPv6 (2015-01-14).
+ * net/icmp: Remove all logic conditioned on CONFIG_NET_IPv6
+ (2015-01-14).
+