summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-01 15:10:02 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-01 15:10:02 -0600
commit5f61d0310b0d30f7feed565870dd0317e6fd548e (patch)
treeed0d1ef8b1a38c6839264f09f92f1fcffa3813fd
parentd48c9449049f5797ae13d4464071869709c4adec (diff)
downloadnuttx-5f61d0310b0d30f7feed565870dd0317e6fd548e.tar.gz
nuttx-5f61d0310b0d30f7feed565870dd0317e6fd548e.tar.bz2
nuttx-5f61d0310b0d30f7feed565870dd0317e6fd548e.zip
Update ChangeLogs
-rw-r--r--apps/ChangeLog.txt3
-rw-r--r--nuttx/ChangeLog2
2 files changed, 5 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 26ccfcd05..e2b02df77 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -945,3 +945,6 @@
* apps/system/mdio: PHY tool from Daniel Lazlo Sizter (2014-6-27).
* apps/nshlib: Networking logic modified to handler the case of SLIP
transport. From Max Neklyudov (2014-6-27).
+ * apps/nshlib: if # appears on line, need to comment ignore additional
+ commands on the line (2014-7-1).
+
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 1aaaf95d8..de4e8aef0 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7618,3 +7618,5 @@
* arch/arm/src/sam34/sam_emac.c, sama5/sam_emaca.c, sam_emacb.c, and
sam_gmac.c: Fix cloned error: Wrong bits being cleared before ORing
in new bits (2014-7-1).
+ * drivers/syslog/ramlog.c: syslog_putc needs to set the errno and
+ return EOF on a failure (2014-7-1).