summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-11 20:51:09 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-11 20:51:09 -0600
commit5dda83ad6c0218d9aa7e36814d1def533bd83c7d (patch)
tree1c5eaff19816c81dec1d1289638dc01f0fafc62c
parent09f13c0f6b617fb516a6679877831de235d40dd0 (diff)
downloadpx4-nuttx-5dda83ad6c0218d9aa7e36814d1def533bd83c7d.tar.gz
px4-nuttx-5dda83ad6c0218d9aa7e36814d1def533bd83c7d.tar.bz2
px4-nuttx-5dda83ad6c0218d9aa7e36814d1def533bd83c7d.zip
Update ChangeLog
-rw-r--r--nuttx/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index eaddd1701..a466334c5 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7714,3 +7714,9 @@
* drivers/mtd (mostly): Addition rwbuffer interfaces should not be
enabled unless they are needed; if rwbuffer support is enabled, it
should not be unconditionally enabled in SMART and FTL (2014-7-11).
+ * libnx/nxglib/nxglib_colorcmp.c and include/nuttx/nx/nxglib.h: New
+ utility to compare two colors (2014-7-11).
+ * graphics/Kconfig and nxbe/nxbe_configure.c: The initial background
+ color is now configurable (2014-7-11).
+ * graphics/nxmu/nxmu_server.c and nxsu/nx_setbgcolor.c: Don't change
+ the background if the color did not really change (2014-7-11).