summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-28 12:49:24 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-28 12:49:24 -0600
commit7e36f52b801b1d4f5aac890599b732bb9fc4b2de (patch)
treeaea89822e218f2cface22b35fab20e69e7058149
parente0e9403c485f542f7f0b40ddd3bf2c9b256fa55f (diff)
downloadnuttx-7e36f52b801b1d4f5aac890599b732bb9fc4b2de.tar.gz
nuttx-7e36f52b801b1d4f5aac890599b732bb9fc4b2de.tar.bz2
nuttx-7e36f52b801b1d4f5aac890599b732bb9fc4b2de.zip
Update ChangeLogs
-rw-r--r--NxWidgets/ChangeLog.txt3
-rwxr-xr-xnuttx/ChangeLog1
2 files changed, 4 insertions, 0 deletions
diff --git a/NxWidgets/ChangeLog.txt b/NxWidgets/ChangeLog.txt
index e17307515..6893183f4 100644
--- a/NxWidgets/ChangeLog.txt
+++ b/NxWidgets/ChangeLog.txt
@@ -524,3 +524,6 @@
selection (2014-7-27).
* NxWM::CMediaPlayer: Correct handling of increments to sub-sampling rate
(2014-7-27).
+* XWidgets::CNxWidget: Remove an unused bit field (2014-7-28).
+* NxWM::CMediaPlayer: Add a CLabel that show the current fast forward/rewind
+ speed (2014-7-28).
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 812e1d454..ceb7666f9 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7862,3 +7862,4 @@
* arch/arm/src/lpc17xx/lpc17_adc.c and arch/arm/src/lpc17xx/lpc17_ethernet.c:
ADC updates from Max. Also fixes some syntax errors that I introduced in
the last commit (2014-7-28).
+ * audio/pcm_decode.c: Fix a logic error in a DEBUG assertion (2014-7-28).