summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-23 11:29:30 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-23 11:29:30 -0600
commitcf7a32e30508512fba37657ca07cfcc060f2f7e7 (patch)
tree568c94138b65f6b9181f631a32183934e1e706e2
parentb8bd8c03a2fa185f28c6ff2e472e8c736b5307b0 (diff)
downloadnuttx-cf7a32e30508512fba37657ca07cfcc060f2f7e7.tar.gz
nuttx-cf7a32e30508512fba37657ca07cfcc060f2f7e7.tar.bz2
nuttx-cf7a32e30508512fba37657ca07cfcc060f2f7e7.zip
Update ChangeLog
-rw-r--r--nuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index d42079868..035eb508b 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7464,3 +7464,8 @@
* include/time.h and sched/clock_gettime.c: Fix typo in conditional
compilation: CONFIG_CLOCK_MONOTONIC vs. CLOCK_MONOTONIC. From Manuel
Stühn (2014-6-23).
+ * arch/avr/Kconfig and arch/avr/src/avr32/Kconfig: Fix typos in
+ Kconfig files from Stefan Sperling (2014-6-23).
+ * net/net_send_unbuffered.c: Remove some spurious white space from
+ field selectors. SourceForge ticket #42 (2014-6-23).
+