summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-08-08 18:12:10 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-08-08 18:12:10 +0000
commitc961699454ec2b7e1496e3feda83892b3ec0a509 (patch)
tree56ca38fca43bf94694972026ebea99ea997ec22b /nuttx/ChangeLog
parentaa7b20473b7e31fb08d53aeb197a861c1c036536 (diff)
downloadnuttx-c961699454ec2b7e1496e3feda83892b3ec0a509.tar.gz
nuttx-c961699454ec2b7e1496e3feda83892b3ec0a509.tar.bz2
nuttx-c961699454ec2b7e1496e3feda83892b3ec0a509.zip
Prep for 0.4.10 releasenuttx-4.10
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2016 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index f26fecc8c..d303c3ac0 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -802,7 +802,7 @@
This file has been around for a long time, but I don't think it has
every been used before (i.e., prior to the NXFLAT logic)
-0.4.10 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+0.4.10 2009-08-08 Gregory Nutt <spudmonkey@racsa.co.cr>
* lib/: Added some basic regex-subset, pattern matching functions
* lib/: Greatly simplified mktime() and gmtime_r(). The Gregorian and
@@ -820,7 +820,7 @@
when creating test threads (16Kb stacksize). The stack size should
be controlled by the .config file or the OSTest won't work on platforms
with memory constraints.
- * netutils/thttpd: An initial port of Jef Poskanzer's THTTPD HTTP server.
+ * netutils/thttpd: An initial port of Jeff Poskanzer's THTTPD HTTP server.
See http://acme.com/software/thttpd/.
* examples/thttpd: A basic test program for THTTPD
* configs/eagle100/thttpd: A build configuration for THTTPD on the Micromint
@@ -839,4 +839,5 @@
* net/accept.c: Fix bug in accept(). The logic expected parts of the
return address structure to be initialized or it would return an error.
+0.4.11 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>