From f2bd4a0ba789a07b4d4fd164659a20c45d47159f Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 24 Jul 2016 14:07:30 -0600 Subject: [PATCH] Update ChangeLog and README --- ChangeLog.txt | 2 ++ README.txt | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 37ff7b3f7..dd4a89c97 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -589,3 +589,5 @@ be released in NuttX-7.17 (2016-06-29). * Changes to pre-processor include statments needed to handle reorganization of the apps/include directory (2016-07-01). +* Update include paths to adapt to changes made to apps/ include path logic + (2016-07-22). diff --git a/README.txt b/README.txt index 1ddce0887..aaaae3166 100644 --- a/README.txt +++ b/README.txt @@ -96,5 +96,5 @@ nxwm menu and create as many NSH sessions in windows as you want. (keybard input still comes through serial). - Note 1: NwWM requires NuttX-7.9 or above to work with the current - NxWidgets-1.15 release. + Note 1: NwWM requires NuttX-7.17 or above to work with the current + NxWidgets-1.17 release.