summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-01 17:11:34 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-01 17:11:34 +0000
commitff578ec6f9ee1e0f015112924621e6ea5593883a (patch)
tree07790b4c29fea483ca4e458ada02bd5d4b1be1f1 /nuttx/ChangeLog
parentd1b7c771f5845e1eae16513be3cbb7e0a0b45612 (diff)
downloadnuttx-ff578ec6f9ee1e0f015112924621e6ea5593883a.tar.gz
nuttx-ff578ec6f9ee1e0f015112924621e6ea5593883a.tar.bz2
nuttx-ff578ec6f9ee1e0f015112924621e6ea5593883a.zip
Prep for 0.3.13 releasenuttx-3.13
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@861 42af7a65-404d-4744-a932-0658087f49c3
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>