From ea7aab8afab9a4f2b74727b60e9a15f6d122e5ae Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 23 Nov 2015 07:02:27 -0600 Subject: [PATCH] Upate ChangeLog --- ChangeLog.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index 76ebf54c0..7b8f57455 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1451,3 +1451,7 @@ * apps/system/hexed: Port the hexed command line hexadeciamal editor to Nuttx. See http://apps.venomdev.net/hexed/. Initial port is not functional (2015-11-21). + * apps/fsutils/smartfs: Move into apps/fsutils from kernel, now + uses only open and ioctl. From Ken Petit (2015-11-23). + * apps/fsutils/smartfs/ and apps/nshlib/: Add configuration option + to supported multiple root directories. From Ken Petit (2015-11-23).