summaryrefslogtreecommitdiff
path: root/NxWidgets/ReleaseNotes.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-26 10:06:43 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-26 10:06:43 -0600
commit0d2cae91ab3edf3d3963b99ce80f0e6cc6816f4a (patch)
treefdcac964e60d6c283c1b3af31d3e9a6d5aa31c6a /NxWidgets/ReleaseNotes.txt
parent3b30b15798435370f31fa27c19cb45aed67e4cc5 (diff)
downloadnuttx-0d2cae91ab3edf3d3963b99ce80f0e6cc6816f4a.tar.gz
nuttx-0d2cae91ab3edf3d3963b99ce80f0e6cc6816f4a.tar.bz2
nuttx-0d2cae91ab3edf3d3963b99ce80f0e6cc6816f4a.zip
Preparing for NuttX-7.6 Release
Diffstat (limited to 'NxWidgets/ReleaseNotes.txt')
-rw-r--r--NxWidgets/ReleaseNotes.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/NxWidgets/ReleaseNotes.txt b/NxWidgets/ReleaseNotes.txt
index fdd3736bf..0de05691b 100644
--- a/NxWidgets/ReleaseNotes.txt
+++ b/NxWidgets/ReleaseNotes.txt
@@ -466,3 +466,21 @@ Additional new features and extended functionality in Version 1.13:
Bugfixes:
* There are no new bug fixes in this release.
+
+NxWidgets-1.14
+==============
+
+The 15th release of the NxWidgets package was made on November 26, 2014. This
+release depends on NuttX-7.6 or above and should not be used with older
+NuttX releases.
+
+Additional new features and extended functionality in Version 1.14:
+
+* There are no new features in this release. This release simply correct
+ all UnitTest/ files to account for the corrected syslog() prototype in
+ NuttX 7.6. That change introduced an incompatibility between NuttX 7.6
+ and previous versions of the UnitTest code.
+
+Bugfixes:
+
+* There are no new bug fixes in this release.