From e69e6e445e8af9ab87706f08eaa698d5ed38a56c Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 14 Apr 2015 14:17:55 -0600 Subject: [PATCH] Prep for 7.9 release --- ChangeLog.txt | 4 +++- ReleaseNotes.txt | 22 ++++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index df1ca697e..6bf237f29 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -543,7 +543,7 @@ This change to the NuttX syslog introduces an incompatibility between NuttX 7.6 and previous versions of the UnitTest code. -1.15 2015-xx-xx Gregory Nutt +1.15 2015-04-14 Gregory Nutt * In NuttX 7.9, the interface arch_tcinitialize() was replaced with the boardctl() interface. Old versions of NxWM will then be incompatible @@ -555,3 +555,5 @@ CGraphicsPort: Add a capped parameter to all drawLine() methods. Pass on to NX nx_drawline() and NXTK nxtk_drawlinetoolbar() and nxtk_drawlinewindow() functions (2015-04-05). + +1.16 2015-xx-xx Gregory Nutt diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index 0de05691b..40ed12bb3 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -484,3 +484,25 @@ Additional new features and extended functionality in Version 1.14: Bugfixes: * There are no new bug fixes in this release. + + +NxWidgets-1.15 +============== + +The 16th release of the NxWidgets package was made on April 14, 2015. This +release depends on NuttX-7.9 or above and should not be used with older +NuttX releases. + +Additional new features and extended functionality in Version 1.15: + +* The primary purpose of this release is update the NxWidgets and NxWM + implementations to reflect changes in naming and interfaces in the + NuttX 7.9 release +* NxWidgets:: INxWindow, CNxWindow, CBgWindow, CNxTkWindow, CNxToolbar, + CGraphicsPort updated to include a "caps" parameter in all drawLine() + methods. This permits drawing a circular cap at the end of lines and + better supports joining of line segments. + +Bugfixes: + +* There are no new bug fixes in this release.