From 09d002503efa4eb0fcb39f1bc7870e5113c7d2fb Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 2 Jun 2015 10:48:20 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index 2119677a6..6a4453f2b 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1302,3 +1302,7 @@ where it belongs (2015-05-29). * apps/examples/elf/tests/helloxx: Add hello++5 to ELF example. From Leo Aloe3132 (2015-06-01). + * apps/netutils/thttpd/ and apps/examples/thttpd/: Add support for using + binfs/ instead of NXFLAT. NXFLAT is probably the better solution but + recently compiler changes make it unusable. binfs or ELF are fallback + binary formats. This commit adds an option to use binfs (2015-06-02).