summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-05 10:46:04 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-05 10:46:04 -0600
commit6e100d4cc58aa8fc352e460601cc4cee81f4e339 (patch)
treee4aafd195e4cd7c673f0db77761a3344dba334c1 /nuttx/ChangeLog
parent9f8f16885aa618faa67e102d5dae951f205af9a6 (diff)
downloadnuttx-6e100d4cc58aa8fc352e460601cc4cee81f4e339.tar.gz
nuttx-6e100d4cc58aa8fc352e460601cc4cee81f4e339.tar.bz2
nuttx-6e100d4cc58aa8fc352e460601cc4cee81f4e339.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 509d45adf..538954973 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8904,5 +8904,9 @@
(2014-10-29).
* configs/efm32gg-stk3700: Board support for the SiLbas EFM32GG
Giant Gecko Starter kit. Current with basic NSH configuration only.
- Testing is on hold until I receive hardware (20145-11-03).
-
+ Testing is on hold until I receive hardware (2014-11-03).
+ * libc/Kconfig: Move CONFIG_NSH_TMPDIR to CONFIG_LIBC_TMPDIR (2014-11-05).
+ * libc/stdlib/lib_mkstemp.c, lib_mktemp.c, Make.defs and include/stdlib.h:
+ Add mktemp() and mkstemp() (2014-11-05).
+ * libc/stdio/lib_tempnam.c, lib_tmpnam.c, Kconfig, Make.defs and
+ include/stdio.h: Add tmpnam() and tempnam() (2014-11-05).