summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index d1f1b97fb..f363cb126 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1180,3 +1180,8 @@
* arch/arm/src/common/up_internal.h, cortexm3/up_assert.c,
*/*_vectors.S - Correct compilations errors when CONFIG_ARCH_INTERRUPTSTACK
is enabled (feature still not tested)
+
+5.9 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+
+ * examples/nsh/nsh_telnetd.c - Fix compilation errors that happen
+ when both DHCPC and TELNETD are enabled in the Nuttshell.