summaryrefslogtreecommitdiff
path: root/nuttx/ReleaseNotes
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-09-16 20:51:13 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-09-16 20:51:13 +0000
commit28650cdba9ff1387433f91795050acf3066393b6 (patch)
tree3b103a4167edfd1a84f3e5a87670512222349dab /nuttx/ReleaseNotes
parente1d5a777198225cb6213d483bcb2479bda5091dc (diff)
downloadpx4-nuttx-28650cdba9ff1387433f91795050acf3066393b6.tar.gz
px4-nuttx-28650cdba9ff1387433f91795050acf3066393b6.tar.bz2
px4-nuttx-28650cdba9ff1387433f91795050acf3066393b6.zip
Prep for 0.4.11 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2072 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ReleaseNotes')
-rw-r--r--nuttx/ReleaseNotes23
1 files changed, 23 insertions, 0 deletions
diff --git a/nuttx/ReleaseNotes b/nuttx/ReleaseNotes
index 3cee98d42..be965692b 100644
--- a/nuttx/ReleaseNotes
+++ b/nuttx/ReleaseNotes
@@ -957,4 +957,27 @@ added:
This tarball contains a complete CVS snapshot from August 8, 2009.
+nuttx-0.4.11
+^^^^^^^^^^^^
+
+This is the 43rd release of NuttX. This release of NuttX incorporates the
+verified port of Jeff Poskanzer's THTTPD HTTP server (see http://acme.com/software/thttpd/.).
+Many of the key features of THTTPD have been tested on the Micromint Eagle-100
+development board (Cortex-M3). These tests verify:
+
+ * Serving of files from any file system
+ * Execution of CGI executable. This release supports execution of
+ NXFLAT executables on a ROMFS file system (http://www.nuttx.org/NuttXNxFlat.html)
+
+A standard CGI interface is used: Information is pasted to the CGI program via POST
+commands and via environment variables. CGI socket I/O is redirected to stdin and stdout
+so that the CGI program only need to printf() to send its content back to the HTTP
+client.
+
+Another value to this THTTPD integration effort has been that THTTPD has provided a very
+good test bed for finding NuttX networking bugs. Several very critical networking bugs
+have been fixed with this 0.4.11 release (see the ChangeLog for details). Networking
+throughput has also been greatly improved. Anyone using NuttX networking should consider
+upgrading to this release.
+This tarball contains a complete CVS snapshot from September 16, 2009