summaryrefslogtreecommitdiff
path: root/NxWidgets/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-01-29 14:41:18 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-01-29 14:41:18 -0600
commitdff945d9aaf5c67b7692e530ed53ea4c1ea86018 (patch)
treeadd95fdf8fbfbc7ed3b0ba511e25029fb6d158de /NxWidgets/ChangeLog.txt
parent74fcb4526e44b34532a68f383db97d2c29194215 (diff)
downloadnuttx-dff945d9aaf5c67b7692e530ed53ea4c1ea86018.tar.gz
nuttx-dff945d9aaf5c67b7692e530ed53ea4c1ea86018.tar.bz2
nuttx-dff945d9aaf5c67b7692e530ed53ea4c1ea86018.zip
Preparation for NuttX-6.33 release (maybe tomorrow)
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 81504c194..4de525ea4 100644
--- a/NxWidgets/ChangeLog.txt
+++ b/NxWidgets/ChangeLog.txt
@@ -403,14 +403,14 @@
* Kconfig and UnitTests/nxwm: Add logic to enable saving and recovering
touchscreen calibration data. This depends upon having platform-dependent
- support for storate of configuration data. Portions suggested by
+ support for storage of configuration data. Portions suggested by
Ken Pettit (2013-10-30).
* NxWM:Calibration: Saving of calibration data must be performed in
CCalibration, not in UnitTests/nxwm. Why? Because the touchscreen
calibration could also be initiated from other ways other than through
the one-time, start-up initialization logic (2013-10-30).
-1.11 2014-xx-xx Gregory Nutt <gnutt@nuttx.org>
+1.11 2014-01-30 Gregory Nutt <gnutt@nuttx.org>
* NxWidgets/Kconfig and NxWidgets::CNxServer: Server initialization can
now be disabled in the configuration (in fact, it is disabled by default).
@@ -424,3 +424,5 @@
thread. This is necessary if the kernel mode build is used: In that case,
the touchscreen must be initialized in kernel space before NxWM is started
(2013-12-30).
+
+1.12 2014-xx-xx Gregory Nutt <gnutt@nuttx.org>