summaryrefslogtreecommitdiff
path: root/NxWidgets/ReleaseNotes.txt
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/ReleaseNotes.txt')
-rw-r--r--NxWidgets/ReleaseNotes.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/NxWidgets/ReleaseNotes.txt b/NxWidgets/ReleaseNotes.txt
index 0de05691b..40ed12bb3 100644
--- a/NxWidgets/ReleaseNotes.txt
+++ b/NxWidgets/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.