From 96f22df0294cc72003fbcb234a9bfc7372d0a19a Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 16 Apr 2015 09:36:10 -0600 Subject: Update ChangeLogs --- NxWidgets/ChangeLog.txt | 4 +++- nuttx/ChangeLog | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) 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). + -- cgit v1.2.3