summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-12-28 08:40:03 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-12-28 08:40:03 -0600
commit6155c555e636176d884500ae699a6233dd010188 (patch)
tree79e5925cb3bfa3e7b8761986a3f3dd0e1abcfc78 /nuttx/ChangeLog
parente734551bfdb6e406fba2678e5252fca78115256f (diff)
downloadnuttx-6155c555e636176d884500ae699a6233dd010188.tar.gz
nuttx-6155c555e636176d884500ae699a6233dd010188.tar.bz2
nuttx-6155c555e636176d884500ae699a6233dd010188.zip
Move the NX components out of libc and into its own library, libnx
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index e3fa6f526..1590700a6 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -6326,4 +6326,5 @@
reshuffling is necessary if we ever want to build graphics applications
as kernel builds. There is still more today (NXTK and NXFONTS need to
be moved to libc as well) (2013-12-27).
-
+ * Move libc/nx, nxmu, and nxglib to a new library, libnx. The NX
+ graphics is not properly a part of libc (2013-12-28).