From 6bd94846ac5dfccbd2141c664869b651c19d260f Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 6 May 2015 07:55:26 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index ad0b3fcb0..16c2a04a1 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1280,4 +1280,6 @@ DMA. From Marco Krahl (2015-04-16). * apps/nshlib/: Fix handling of gmtime_r return value in time commands. gmtime_r returns a pointer, not an int (2015-04-21). + * apps/netutils/ntp: Fix mismatched sched_lock/unlock. Noted by + Juha Niskanen (2015-05-06).