summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-28 12:19:51 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-28 12:19:51 -0600
commit8b85b4ac96be0163566f36073bf538f1397c5e16 (patch)
treeda690e20181201a6ab8d27e9fa0500fe17676500 /nuttx/ChangeLog
parent1398381d05cea7c71d83138e36d57b06278bfa33 (diff)
downloadnuttx-8b85b4ac96be0163566f36073bf538f1397c5e16.tar.gz
nuttx-8b85b4ac96be0163566f36073bf538f1397c5e16.tar.bz2
nuttx-8b85b4ac96be0163566f36073bf538f1397c5e16.zip
Upate ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 04edcb57e..935df38a3 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -8696,4 +8696,6 @@
* fs/mount: Move mount-related files from fs/. to fs/mount/. (2014-9-23).
* fs/vfs: Move renaming files in fs/. to fs/vfs/. (Don't all belong there)
(2014-9-23).
+ * fs/semaphore: Create a build structure that will (eventually) support
+ using the VFS to manage named semaphores (2014-9-23).