summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index ae898474b..67e48d3a8 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -392,7 +392,7 @@
* Added a test for mkfatfs() on a RAM disk in examples/mount and verified
basic mkfatfs functionality for FAT12.
-0.3.13 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+0.3.13 2008-09-01 Gregory Nutt <spudmonkey@racsa.co.cr>
* NSH: Added mkfatfs, mkfifo, sleep, usleep and nice commands
* Fixed problem with console input in Cygwin-based simulator; NSH now works
@@ -433,3 +433,5 @@
* uIP port enhance to support multi-threaded, concurrent socket access. So,
for example, one thread can be reading from a socket while another is
writing to the socket.
+
+0.3.14 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>