summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-08 19:14:25 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-08 19:14:25 +0000
commite9bd2c645389dd77a1fa1f8e026c95819ca7ca8c (patch)
tree387f1483e89b1ff4fed6fe16ae2ff3aa170bf7e2 /nuttx/ChangeLog
parent7e4ce50cbc357f18c61bb107b97989e7d9cc7ecd (diff)
downloadpx4-nuttx-e9bd2c645389dd77a1fa1f8e026c95819ca7ca8c.tar.gz
px4-nuttx-e9bd2c645389dd77a1fa1f8e026c95819ca7ca8c.tar.bz2
px4-nuttx-e9bd2c645389dd77a1fa1f8e026c95819ca7ca8c.zip
Prep for 0.3.14 releasenuttx-3.14
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@898 42af7a65-404d-4744-a932-0658087f49c3
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>