summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-10-08 09:47:04 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-10-08 09:47:04 -0600
commitfcb644c3ce3d4fc6eab79ccde3ed50f5ac4d1a7f (patch)
treecd0b938dde512d0d6ca5efa999e34574e29065e8 /nuttx/ChangeLog
parentab1282a14781ce3244908b0421b295b1ea65f26f (diff)
downloadnuttx-fcb644c3ce3d4fc6eab79ccde3ed50f5ac4d1a7f.tar.gz
nuttx-fcb644c3ce3d4fc6eab79ccde3ed50f5ac4d1a7f.tar.bz2
nuttx-fcb644c3ce3d4fc6eab79ccde3ed50f5ac4d1a7f.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index e607a79b2..ab4f1c2a2 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8792,4 +8792,10 @@
configs/stm32f429i-disco/ (several files): Remove non-functional
vestiges of OTGHS in FS mode (including OTGFS2); try to convert the
stm32f429i-disco configuration to use OTGHS instead of OTFHS in F
- mode (OTGFS2). But I don't have the boards and can't test (2014-10-7).
+ mode (OTGFS2). But I don't have the boards and can't test (2014-10-7).
+ * include/syslog.h, debug.h, libc/libc.csv, misc/lib_dbg.c,
+ lib_dumpbuffer.c, stdio/lib_lowsyslog.c, lib_printf.c, lib_syslog.c,
+ and fs/driver/fs_syslog.c: Make standard syslog and vsyslog POSIX
+ compliant (also modify non-standard syslog functions for
+ compatibility). This will break a lot of things until ALL usage of
+ syslog is updated to use the modified interfaces (2014-10-8).