From b6b46e10819b85c9c12f230e686c7d25ad591211 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 4 Sep 2014 15:56:18 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index e2e8a97f4..462aeb980 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1020,4 +1020,6 @@ minimize the need for symbol tables (2014-8-29). * apps/nshlib/nsh_proccmds.c: Fix NSH PS command: If there are no arguments, it would print garbage for argument list (2014-9-1). - + * apps/import/, apps/tools/, apps/Makefile: Beginning of logic that + will, hopefully, all me to build applications against a NuttX export + package (vs. the nuttx/ source tree) (2014-9-4).