From 15b0f7e89a26a41ec26dca1471701f4158f424b7 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 2 Jun 2015 14:28:43 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 158221f934..fdf527870b 100755 --- a/ChangeLog +++ b/ChangeLog @@ -10524,3 +10524,6 @@ Add a new configuration, thttpd-binfs, that provides an example of how to build apps/netutils/thttpd using binfs instead NXFLAT+ROMFS (2015-06-02). + * tools/cfgdefine.c: Extend the mkconfig tool so that it can dequote a + quoted list of quoted strings. THTTPD uses such a configration + setting to provide the list of index files (2015-06-02).