Update ChangeLog

This commit is contained in:
Gregory Nutt 2014-12-08 08:31:37 -06:00
parent eabb95fc89
commit 344b5ec96a

View File

@ -9150,4 +9150,8 @@
* Add sys/custom_file.h. Used when CUSTOM_FILE_IO is define and avoids
re-definition errors about the FILE define. From Thomas Gruber via
the PX4 repository (2014-12-06).
* tools/bfd-converter.c and mkdeps.c: Eliminate a warnging about
redefined strtok_r on some platforms (2014-12-8).
* arch/sim/Kconfig: Allow building the simulated framebuffer driver
even if NX is not enabled (12014-12-8).