summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-02-19 10:01:26 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-02-19 10:01:26 -0600
commit9277eac1a8e6fb401e77e0802cb1d38a37f7530c (patch)
tree952c0fa6988492ce18b157a608a5656adb35e792 /apps/ChangeLog.txt
parenta056eba87db4299725e9c64a9869735a1400c1be (diff)
downloadnuttx-9277eac1a8e6fb401e77e0802cb1d38a37f7530c.tar.gz
nuttx-9277eac1a8e6fb401e77e0802cb1d38a37f7530c.tar.bz2
nuttx-9277eac1a8e6fb401e77e0802cb1d38a37f7530c.zip
rmdir now may be used to remove empty nodes from the pseudo-filesystem
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index e0e769916..018dd72ff 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -825,4 +825,6 @@
(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,
+ the command needs to be available even if there are no write-able
+ filesystem enabled (2014-2-19).