summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-02-19 13:14:39 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-02-19 13:14:39 -0600
commitd4352a177b3e64a6ff2b26e189211d2fd0b7b731 (patch)
tree1555f4aafbe4aece6cdf536798cb5080ac2e3df9 /apps/ChangeLog.txt
parent6b4b9ae6991355102b30f67a12af19a926105e74 (diff)
downloadnuttx-d4352a177b3e64a6ff2b26e189211d2fd0b7b731.tar.gz
nuttx-d4352a177b3e64a6ff2b26e189211d2fd0b7b731.tar.bz2
nuttx-d4352a177b3e64a6ff2b26e189211d2fd0b7b731.zip
Nodes in the pseudo-filesystem can now be renamed or moved within the pseduo-filesystem
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index c5c513d02..cd58a46c7 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -825,9 +825,12 @@
(2014-2-10).
* apps/examples/nximage/Kconfig and apps/examples/uip/Kconfig: Incomplete
Kconfig files fleshed out by Alan Carvalho de Assis (2014-2-18).
- * apps/nshilib: rmdir can now be used in the pseudo-filesystem. Hence,
+ * apps/nshlib: 'rmdir' can now be used in the pseudo-filesystem. Hence,
the command needs to be available even if there are no write-able
filesystem enabled (2014-2-19).
- * apps/nshilib: mkdir can now be used in the pseudo-filesystem. Hence,
+ * apps/nshlib: 'mkdir' can now be used in the pseudo-filesystem. Hence,
the command needs to be available even if there are no write-able
filesystem enabled (2014-2-19).
+ * apps/nshlib: 'rename' can now be used in the pseudo-filesystem. Hence,
+ the 'mv' command needs to be available even if there are no write-able
+ filesystem enabled (2014-2-19).