Prep for 7.9 release
This commit is contained in:
parent
03900c9e47
commit
e69e6e445e
@ -543,7 +543,7 @@
|
|||||||
This change to the NuttX syslog introduces an incompatibility between
|
This change to the NuttX syslog introduces an incompatibility between
|
||||||
NuttX 7.6 and previous versions of the UnitTest code.
|
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
|
* In NuttX 7.9, the interface arch_tcinitialize() was replaced with the
|
||||||
boardctl() interface. Old versions of NxWM will then be incompatible
|
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
|
CGraphicsPort: Add a capped parameter to all drawLine() methods. Pass on
|
||||||
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>
|
||||||
|
@ -484,3 +484,25 @@ Additional new features and extended functionality in Version 1.14:
|
|||||||
Bugfixes:
|
Bugfixes:
|
||||||
|
|
||||||
* There are no new bug fixes in this release.
|
* 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.
|
||||||
|
Loading…
Reference in New Issue
Block a user