summaryrefslogtreecommitdiff
path: root/NxWidgets
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
parent3b30b15798435370f31fa27c19cb45aed67e4cc5 (diff)
downloadnuttx-0d2cae91ab3edf3d3963b99ce80f0e6cc6816f4a.tar.gz
nuttx-0d2cae91ab3edf3d3963b99ce80f0e6cc6816f4a.tar.bz2
nuttx-0d2cae91ab3edf3d3963b99ce80f0e6cc6816f4a.zip
Preparing for NuttX-7.6 Release
Diffstat (limited to 'NxWidgets')
-rw-r--r--NxWidgets/ChangeLog.txt7
-rw-r--r--NxWidgets/ReleaseNotes.txt18
2 files changed, 22 insertions, 3 deletions
diff --git a/NxWidgets/ChangeLog.txt b/NxWidgets/ChangeLog.txt
index f8e459d9f..ff21d8852 100644
--- a/NxWidgets/ChangeLog.txt
+++ b/NxWidgets/ChangeLog.txt
@@ -537,9 +537,10 @@
* Change all references to NxConsole to NxTerm. This introduces an
incompatibility with versions prior to NuttX-7.5 (2014-9-20).
-1.14 2014-xx-xx Gregory Nutt <gnutt@nuttx.org>
+1.14 2014-11-26 Gregory Nutt <gnutt@nuttx.org>
* Fix all UnitTest/ files to account for the corrected syslog() prototype.
This change to the NuttX syslog introduces an incompatibility between
- NuttX 7.6 and previous verisions of the UnitTest code.
-
+ NuttX 7.6 and previous versions of the UnitTest code.
+
+1.15 2015-xx-xx Gregory Nutt <gnutt@nuttx.org>
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.