summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-02-06 10:27:09 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-02-06 10:27:09 -0600
commit56ee4a90440369b2d7ae7f6ec20c5f93778f0568 (patch)
tree291f1e0de117906c2e24c3cade3a6a796c1153bf /apps/ChangeLog.txt
parentca99c2ef4dd63e344d4a4afb6a47bfcb379be0c6 (diff)
downloadpx4-nuttx-56ee4a90440369b2d7ae7f6ec20c5f93778f0568.tar.gz
px4-nuttx-56ee4a90440369b2d7ae7f6ec20c5f93778f0568.tar.bz2
px4-nuttx-56ee4a90440369b2d7ae7f6ec20c5f93778f0568.zip
Update ChangeLog
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 141c4de30..f38664b84 100644
--- a/apps/ChangeLog.txt
+++ b/apps/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).