summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 7bfeca081..ccb4e4e36 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -434,7 +434,7 @@
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>
+0.3.14 2008-09-08 Gregory Nutt <spudmonkey@racsa.co.cr>
* FAT FS now uses position variable in struct file. This simplifies operations
like ftell().
* fseek() needs to discard bytes buffered by ungetc().
@@ -462,3 +462,4 @@
* Fixed another FAT bug in implementation of FAT lseek; this prohibit correct
random access to large files.
+0.3.15 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>