summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-11-28 18:31:33 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2007-11-28 18:31:33 +0000
commit31e64b14e31c58b25a8ebe6eb2672ac4d1847c1b (patch)
tree19e24f3ff7c5efda19821673009a93c2565e42ee /nuttx/ChangeLog
parent7a0b7f65aeb4a5c7d999473ac4a12e2dcd8838d4 (diff)
downloadpx4-nuttx-31e64b14e31c58b25a8ebe6eb2672ac4d1847c1b.tar.gz
px4-nuttx-31e64b14e31c58b25a8ebe6eb2672ac4d1847c1b.tar.bz2
px4-nuttx-31e64b14e31c58b25a8ebe6eb2672ac4d1847c1b.zip
Prep for 0.3.3 releasenuttx-3.3
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@412 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 2e69d72f5..fc5cfa443 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -244,7 +244,7 @@
* recvfrom() and accept() now correctly return the remote address.
* Fixed computation error in ntohl().
-0.3.3 2007-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+0.3.3 2007-11-28 Gregory Nutt <spudmonkey@racsa.co.cr>
* Removed unused uIP files
* sched/, mm/, and net/ subystem debug can not be selectively enabled/disabled
@@ -258,3 +258,4 @@
* Improved ACK handling in send() to better hander deferred acknowledgements
and polling intervals. Greatly improves send performance.
+0.3.4 2007-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>