summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-20 20:22:21 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-20 20:22:21 +0000
commit2e885817755dbb96fa4183a312ea181b28bb70b1 (patch)
tree0f2e80cf7b5b1f68d4c8d942ea71152e7ee3ac14 /apps/ChangeLog.txt
parent7ca3d6a1f2235ad04c947bf992738dcc98199395 (diff)
downloadnuttx-2e885817755dbb96fa4183a312ea181b28bb70b1.tar.gz
nuttx-2e885817755dbb96fa4183a312ea181b28bb70b1.tar.bz2
nuttx-2e885817755dbb96fa4183a312ea181b28bb70b1.zip
Prep for release 6.24nuttx-6.24
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5447 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index e9eaf0a83..0695747f8 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -406,7 +406,7 @@
supports setting IP addresses, network masks, name server addresses,
and hardware address (from Darcy Gong).
-6.24 2012-xx-xx Gregory Nutt <gnutt@nuttx.org>
+6.24 2012-12-20 Gregory Nutt <gnutt@nuttx.org>
* apps/examples/ostest/roundrobin.c: Replace large tables with
algorithmic prime number generation. This allows the roundrobin
@@ -424,7 +424,7 @@
* apps/examples/relays/Makefile: Reduced stack requirement (Darcy Gong).
* apps/nshlib and apps/netutils/dhcpc: Extend the NSH ifconfig command plus
various DHCPC improvements(Darcy Gong).
- * apps/nshlib/nsh_apps.c: Fix compilation errors whenCONFIG_NSH_DISABLEBG=y.
+ * apps/nshlib/nsh_apps.c: Fix compilation errors when CONFIG_NSH_DISABLEBG=y.
From Freddie Chopin.
* Rename CONFIG_PCODE and CONFIG_FICL as CONFIG_INTERPRETERS_PCODE and
CONFIG_INTERPRETERS_FICL for consistency with other configuration naming.
@@ -433,3 +433,5 @@
* apps/examples/elf and nxflat: If CONFIG_BINFMT_EXEPATH is defined, these
tests will now use a relative path to the program and expect the binfmt/
logic to find the absolute path to the program using the PATH variable.
+
+6.25 2013-xx-xx Gregory Nutt <gnutt@nuttx.org>