Update ChangeLog

This commit is contained in:
Gregory Nutt
2014-11-05 10:46:04 -06:00
parent 48888ad65b
commit 64a40490d2
+6 -2
View File
@@ -8904,5 +8904,9 @@
(2014-10-29). (2014-10-29).
* configs/efm32gg-stk3700: Board support for the SiLbas EFM32GG * configs/efm32gg-stk3700: Board support for the SiLbas EFM32GG
Giant Gecko Starter kit. Current with basic NSH configuration only. 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).