From b2a27570d58bc60dbce3b1c8ad66c25e8aeeeff3 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 8 Jul 2014 07:31:01 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index f76560e26..69e952732 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -953,4 +953,6 @@ instead of uip_. (2014-7-2). * apps/nshlib/nsh_usbkeyboard.c: Add a configuration to use a USB keyboard for the stdin device (2014-7-3). + * apps/neturils/webclient/webclient.c: Fix to offset caculation from + Rony Xln. Prevents 0x0a at the beginning of lines (2014-7-7).