summaryrefslogtreecommitdiff
path: root/NxWidgets
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets')
-rw-r--r--NxWidgets/ChangeLog.txt4
-rw-r--r--NxWidgets/ReleaseNotes.txt15
2 files changed, 18 insertions, 1 deletions
diff --git a/NxWidgets/ChangeLog.txt b/NxWidgets/ChangeLog.txt
index 03b416001..06709996f 100644
--- a/NxWidgets/ChangeLog.txt
+++ b/NxWidgets/ChangeLog.txt
@@ -158,7 +158,7 @@
* nxwm/Makefile: Fix error that creapt in during some other
recent check-ins.
-1.3 2012-xx-xx Gregory Nutt <gnutt@nuttx.org>
+1.3 2012-09-29 Gregory Nutt <gnutt@nuttx.org>
* UnitTests/*/main.cxx: Change entry point name to be consistent
with with entry point naming conventions introduced in NuttX
@@ -170,3 +170,5 @@
for consistency with recent changes to NuttX build system (>= 6.22)
* Kconfig: Add option to turn on the memory monitor feature of the
NxWidgets/NxWM unit tests.
+
+1.4 2012-xx-xx Gregory Nutt <gnutt@nuttx.org>
diff --git a/NxWidgets/ReleaseNotes.txt b/NxWidgets/ReleaseNotes.txt
index 96ce29e1a..7d3fb7aaa 100644
--- a/NxWidgets/ReleaseNotes.txt
+++ b/NxWidgets/ReleaseNotes.txt
@@ -97,3 +97,18 @@ Bugfixes:
As well as other, less critical bugs (see the ChangeLog for details)
+NxWidgets-1.3
+=============
+
+The 4th release of the NxWidgets package as made on September 29, 2012. This
+release depends on NuttX-6.22 or above and should not be used with older
+NuttX releases.
+
+There are no functional changes in this release of NxWidgets. This release
+is required in order to retain compatibility with the most recent versions
+of NuttX. These comptibility changes include:
+
+* Naming of function entry points
+* Build system changes
+* Changes needed for the NuttX configuration tool
+