Prep for 1.16 release

This commit is contained in:
Gregory Nutt 2016-06-01 10:54:06 -06:00
parent 0ccaac3959
commit ad952adb76
2 changed files with 31 additions and 1 deletions

@ -556,7 +556,7 @@
to NX nx_drawline() and NXTK nxtk_drawlinetoolbar() and nxtk_drawlinewindow() to NX nx_drawline() and NXTK nxtk_drawlinetoolbar() and nxtk_drawlinewindow()
functions (2015-04-05). functions (2015-04-05).
1.16 2015-xx-xx Gregory Nutt <gnutt@nuttx.org> 1.16 2016-06-01 Gregory Nutt <gnutt@nuttx.org>
* NxWM::CTouchscreen: When boardctl() fails, need to print errno not the * NxWM::CTouchscreen: When boardctl() fails, need to print errno not the
returned value which will always be -1 (2015-04-16). returned value which will always be -1 (2015-04-16).
@ -575,3 +575,4 @@
where 'make clean' is called with no .config or Make.defs file installed where 'make clean' is called with no .config or Make.defs file installed
(2016-05-10). (2016-05-10).
1.17 2016-xx-xx Gregory Nutt <gnutt@nuttx.org>

@ -506,3 +506,32 @@ Additional new features and extended functionality in Version 1.15:
Bugfixes: Bugfixes:
* There are no new bug fixes in this release. * There are no new bug fixes in this release.
NxWidgets-1.16
==============
The 17th release of the NxWidgets package was made on June 1, 2016. This
release depends on NuttX-7.16 or above and should not be used with older
NuttX releases.
The TAG for this release is nuttx-7.16
Additional new features and extended functionality in Version 1.15:
* The NxWidgets/ directory has been removed from the NuttX GIT repository
and now stands alone in its own repository (2015-06-27).
Bugfixes\:
* NxWM::CTouchscreen: When boardctl() fails, need to print errno not the
returned value which will always be -1.
* NxWidgets::CNxServer: Correct use of the BOARDIOC_GRAPHICS_SETUP
boardctl() call.
* CListBox unit test: Should use RAND_MAX, not MAX_RAND.
* Framebuffer driver parameters have changed. This introduces an
incompatibility with versions of NuttX prior to 7.16.
* UnitTests: Add Make.defs files to all UnitTests directories. This is
required by the current apps/Makefile. Hmmm.. This means that no one
has built the NxWidgets packages in the last several realeases!
* UnitTests: Add some default definitions to handle the (unusual) case
where 'make clean' is called with no .config or Make.defs file installed