From 6e657efabb8cdfd33bf0805349da3de98ec4530d Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 14 Sep 2013 10:40:18 -0600 Subject: Prep for release 6.30 --- apps/ChangeLog.txt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'apps/ChangeLog.txt') diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt index 8fbf769ad..e04d124f3 100644 --- a/apps/ChangeLog.txt +++ b/apps/ChangeLog.txt @@ -616,7 +616,7 @@ compare two files for equivalence. Returns an indication if the files differ. Contributed by Andrew Tridgell (via Lorenz Meier) (2013-7-18). -6.30 2013-xx-xx Gregory Nutt +6.30 2013-09-14 Gregory Nutt * apps/examples/composite/: SourceForge bug #19: Fix a typo that can cause a configuration error. From CCTSAO (2013-9-4). @@ -635,13 +635,15 @@ * apps/examples/usbmsc: IMPORTANT bug fix: Change how the msconn works. Because of recent changes the msconn command was hanging. This was because the USB MSC start-up logic creates a pthread; - Now waitpid() will wait until all members of the task groupd + Now waitpid() will wait until all members of the task group exit. So NSH was hanging in waitpid when msconn started even though msconn returned. The USB MSC logic really should not use a pthread, but we are stuck with that for now. The work-around - is the msconn now daemonizes itself so that it so taht the pthread + is the msconn now daemonizes itself so that it so that the pthread is created in a different task group (2013-9-7). * apps/system/usbmonitor: The USB monitor has been extended so that it can be used with USB device or host trace data (2013-9-9). * apps/nshlib/nsh_fscmds.c: Fix NSH listing output for the case - of a single file. Provied by Lorenz Meier (2013-9-13). + of a single file. Provided by Lorenz Meier (2013-9-13). + +6.31 2013-xx-xx Gregory Nutt -- cgit v1.2.3