summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
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 /nuttx/ChangeLog
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 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog7
1 files changed, 4 insertions, 3 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 892aae458..de41ca5b1 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -6610,10 +6610,11 @@
* fs/fs_opendir.c, fs_readdir.c, et al: Modified so that errors
will not be reported if you attempt to list a empty pseudo-directory
(2014-2-19).
- * fs/fs_rmdir.c: rmdir can now be used to remove empty directories in
+ * fs/fs_rmdir.c: 'rmdir' can now be used to remove empty directories in
the pseudo-filesystem such as might be left after umounting a
file system (2014-2-19).
- * fs/fs_mkdir.c: mkdir can now be used to create empty directories in
+ * fs/fs_mkdir.c: 'mkdir' can now be used to create empty directories in
the pseudo-filesystem (2014-2-19).
* drivers/lcd/mio283qt9a.c: Bug fix from Toby Duckwork (2014-2-19).
-
+ * fs/fs_rename.c: 'rename' can now be used to rename nodes in the
+ pseudo-filesystem (2014-2-19).