Prep for 7.9 release

This commit is contained in:
Gregory Nutt 2015-04-14 14:17:55 -06:00
parent 03900c9e47
commit e69e6e445e
2 changed files with 25 additions and 1 deletions

View File

@ -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 <gnutt@nuttx.org>
1.15 2015-04-14 Gregory Nutt <gnutt@nuttx.org>
* 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 <gnutt@nuttx.org>

View File

@ -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.