diff --git a/ChangeLog b/ChangeLog index c9347ef47d8..50836e19b1b 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9817,3 +9817,11 @@ (2015-02-16). * arch/arm/src/efm32/efm32_usbdev.c: EFM32 USB Device is now basically functional with this change. From Pierre-noel Bouteville (2015-02-16). + * include/nuttx/net/ip.h: Move macros and common logic for IPv4-mapped + IPv6 addresses from files in net/ to include/nuttx/ip.h. These are + currently only used for UDP, but will need to be be used in many places + in the future (2015-02-17). + * includes/nuttx/compiler.h: Add support for the restrict keyword + (2015-02-17). + * include/netdb.h: Add a mostly-commented-out version of the standard + netdb.h header file (2015-02-17).