diff --git a/ChangeLog.txt b/ChangeLog.txt index dd4a89c97..4c971e0e9 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -575,7 +575,7 @@ where 'make clean' is called with no .config or Make.defs file installed (2016-05-10). -1.17 2016-xx-xx Gregory Nutt +1.17 2016-08-25 Gregory Nutt * UnitTests: Back conditional logic out of UnitTest Make.defs files. It 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). * Update include paths to adapt to changes made to apps/ include path logic (2016-07-22). + +1.18 2016-xx-xx Gregory Nutt diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index e930027b9..c481db859 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -535,3 +535,31 @@ Bugfixes\: 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 + +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