From 564b45fb82852c0b336e75faa4ba06376975d2fd Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 14 Apr 2012 15:11:38 +0000 Subject: [PATCH] Prep for 6.17 release git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4607 42af7a65-404d-4744-a932-0658087f49c3 --- ChangeLog.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 1dc674e7c..496f0a201 100755 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -203,7 +203,7 @@ * 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 +6.17 2012-04-14 Gregory Nutt * apps/examples/can: Add conditional compilation so that the test can be configured to only send messages or to only receive messages. This will @@ -219,3 +219,5 @@ include/nuttx/ascii.h and vt100.h * Kconfig, */Kconfig: Added skeleton Kconfig files to all directories that may need them. + +6.18 2012-xx-xx Gregory Nutt