From fed5d89b34024b6889ad211358dd9fca1d6c5516 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 13 Nov 2014 09:16:18 -0600 Subject: [PATCH] Update changelog --- ChangeLog.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index b449c2020..ac454319e 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1104,4 +1104,10 @@ Haardt's BAS 2.4 test files adapted for use by NuttX on a ROMFS file system (2014-11-7). * apps/interpreter/bas: Add VT100 support for color command (2014-11-10). + * nshlib/: Remove use of CONFIG_MAX_TASKS in ps command and in range + checkout (2014-11-13). + * netutils/thttpd: Remove use of CONFIG_MAX_TASKS in in 'task' CGI + example (2014-11-13). + * sysm/i2c: Remove use of CONFIG_MAX_TASKS for maximum arguement I2C + tool size (2014-11-13).