From 52cbfaece477d2a9a318c118b671aafe9cff9dcd Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 6 Feb 2015 10:27:09 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index 141c4de30..f38664b84 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1211,3 +1211,8 @@ and builtin_proto.h are not linearizable, and (2) Nothing ensures that 'make context' is run first for apps/builtin. This change address both issues. From Juha Niskanen (2015-02-03). + * apps/netutils/netlib: Add utilities to convert to/from prefix lengths + from/to 128-bit network masks (2015-02-06). + * apps/nshlib: Modify the NSH IPv6 ifconfig command to show the more + stand post-pended prefix value, rather than the full 128-bit netmask + (2015-02-06).