From b10e90e4f65d7d5c0335957944bc28dece638c73 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 10 Mar 2012 18:58:41 +0000 Subject: [PATCH] Prep for 6.16 release git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4475 42af7a65-404d-4744-a932-0658087f49c3 --- ChangeLog.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index a24e0f1a0..eb8cab861 100755 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -187,7 +187,7 @@ * apps/nshlib/nsh_fscmds.c: Add support for a 'dmesg' command that will dump the system log if CONFIG_SYSLOG is selected. -6.16 2012-xx-xx Gregory Nutt +6.16 2012-03-10 Gregory Nutt * apps/examples/qencoder: Add a quadrature driver test. * apps/examples/ostest/fpu.c: Add a test to verify that FPU registers @@ -202,3 +202,5 @@ initialize all statically defined C++ classes. * apps/nshlib: Now supports a USB serial device for NSH console I/O. This allows NSH to be used on boards that have USB but no serial connectors. + +6.17 2012-xx-xx Gregory Nutt