summaryrefslogtreecommitdiff
path: root/NxWidgets/ChangeLog.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-20 20:22:21 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-12-20 20:22:21 +0000
commit2e885817755dbb96fa4183a312ea181b28bb70b1 (patch)
tree0f2e80cf7b5b1f68d4c8d942ea71152e7ee3ac14 /NxWidgets/ChangeLog.txt
parent7ca3d6a1f2235ad04c947bf992738dcc98199395 (diff)
downloadpx4-nuttx-2e885817755dbb96fa4183a312ea181b28bb70b1.tar.gz
px4-nuttx-2e885817755dbb96fa4183a312ea181b28bb70b1.tar.bz2
px4-nuttx-2e885817755dbb96fa4183a312ea181b28bb70b1.zip
Prep for release 6.24nuttx-6.24
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5447 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'NxWidgets/ChangeLog.txt')
-rw-r--r--NxWidgets/ChangeLog.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/NxWidgets/ChangeLog.txt b/NxWidgets/ChangeLog.txt
index 7f7b21247..df9fb2d41 100644
--- a/NxWidgets/ChangeLog.txt
+++ b/NxWidgets/ChangeLog.txt
@@ -171,7 +171,7 @@
* 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>
+1.4 2012-12-20 Gregory Nutt <gnutt@nuttx.org>
* libnxwidgets/Makefile, NxWidgets/nxwm/Makefile, and
NxWidgets/UnitTests/nxwm/Makefile: Makefile improvements from
@@ -206,7 +206,7 @@
Contributed by Petteri, Aimonen.
* NxWM::CStartWindow: Fix mq_receive error handling with signal is recieved.
From Petteri Aimonen.
-* NxWidgets:CNxTimer: Replace the original (apparently non-functional) signal-
+* NxWidgets::CNxTimer: Replace the original (apparently non-functional) signal-
based solution with a work queue-based solution. This raises some isses about
using the internal work queues from user space. I have decided to implemented
user-space work queues (someday) in order to accomplish that functionaliy.
@@ -218,3 +218,5 @@
Contributed by Petteri Aimonen.
* NxWidgets::CNxWidgets and NxWM::CStartWindow: Small changes to make sub-
classing easier (from Petteri Aimonen).
+
+1.5 2013-xx-xx Gregory Nutt <gnutt@nuttx.org>