summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NxWidgets/ChangeLog.txt4
-rwxr-xr-xnuttx/ChangeLog2
2 files changed, 5 insertions, 1 deletions
diff --git a/NxWidgets/ChangeLog.txt b/NxWidgets/ChangeLog.txt
index 734346dec..aafad64ae 100644
--- a/NxWidgets/ChangeLog.txt
+++ b/NxWidgets/ChangeLog.txt
@@ -561,4 +561,6 @@
* NxWM::CTouchscreen: When boardctl() fails, need to print errno not the
returned value which will always be -1 (2015-04-16).
* NxWidgets::CNxServer: Correct use of the BOARDIOC_GRAPHICS_SETUP
- boardctl() call (2015-04-16). \ No newline at end of file
+ boardctl() call (2015-04-16).
+* CListBox unit test: Should use RAND_MAX, not MAX_RAND (2015-04-16).
+
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 6bdbfa52e..c4102dd9e 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -10237,3 +10237,5 @@
From Marco Krahl (2015-04-16).
* Add support for the new DMA2D features to the STM32F429i-Disco LTDC
configuration. From Marco Krahl (2015-04-16).
+ * stdlib.h: MAX_RAND should be RAND_MAX (2015-04-16).
+