Prep for 1.17 release

This commit is contained in:
Gregory Nutt 2016-07-25 07:23:26 -06:00
parent f2bd4a0ba7
commit 04d04d6fbd
2 changed files with 31 additions and 1 deletions

View File

@ -575,7 +575,7 @@
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> 1.17 2016-08-25 Gregory Nutt <gnutt@nuttx.org>
* UnitTests: Back conditional logic out of UnitTest Make.defs files. It * UnitTests: Back conditional logic out of UnitTest Make.defs files. It
does not belong there and causes link failures like "Cannot find nxwm_main" does not belong there and causes link failures like "Cannot find nxwm_main"
@ -591,3 +591,5 @@
of the apps/include directory (2016-07-01). of the apps/include directory (2016-07-01).
* Update include paths to adapt to changes made to apps/ include path logic * Update include paths to adapt to changes made to apps/ include path logic
(2016-07-22). (2016-07-22).
1.18 2016-xx-xx Gregory Nutt <gnutt@nuttx.org>

View File

@ -535,3 +535,31 @@ Bugfixes\:
has built the NxWidgets packages in the last several realeases! has built the NxWidgets packages in the last several realeases!
* UnitTests: Add some default definitions to handle the (unusual) case * UnitTests: Add some default definitions to handle the (unusual) case
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
NxWidgets-1.17
==============
The 18th release of the NxWidgets package was made on July 25, 2016. This
release depends on NuttX-7.17 or above and should not be used with older
NuttX releases.
The TAG for this release is nuttx-7.17
Additional new features and extended functionality in Version 1.17:
* There are no new features in this release. There are only updates
necessary to use NxWidgets with other changes to NuttX-7.17. These
changes include:
- Changes to debug macro names. dbg() and vdbg() are replaces with
info(), warn(), and err().
- Changes to Unittests/ Makefiles to deal with changes in the apps/
build system.
- Changes to pre-processor include statments needed to handle
reorganization of the apps/include directory.
- Update include paths to adapt to changes made to apps/ include path
logic
Bugfixes\:
* None in this release