From 8ae78589291007717e8c6149a1d0e3c3f8c9d747 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 29 Jan 2014 14:41:18 -0600 Subject: [PATCH] Preparation for NuttX-6.33 release (maybe tomorrow) --- ChangeLog.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 7c7b9d4a0..146d0943b 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -743,7 +743,7 @@ * apps/nshlib/nsh_fscmds.c: Add an option to the mkfatfs command to specify FAT12, FAT16, or FAT32 (2013-12-5). -6.33 2014-xx-xx Gregory Nutt +6.33 2014-01-30 Gregory Nutt * apps/nshlib/nsh_mntcmds.c: Modified the df -h logic to eliminate truncating numbers in conversion (like 7900 -> 7M). From Ken @@ -756,7 +756,7 @@ (2014-1-4). * apps/netutils/dhcpc/Kconfig, resolv/Kconfig, telnetd/Kconfig, and apps/nshlib/Kconfig: Refactor some configuration dependencies: NSH - features should debug on netutil selections; netutil selections + features should depend on netutil selections; netutil selections should depend on networking selections. (2014-1-9). * apps/nshlib/nsh_command.c: Separate NSH command handling from NSH line parsing. This re-partitioning simplifies the logic and will @@ -809,3 +809,5 @@ * apps/system/vi: Tiny VI is basically functional. All commands seem to work. There are still some display artifacts and probably several untested conditions (2014-1-21). + +6.34 2014-xx-xx Gregory Nutt