From 28650cdba9ff1387433f91795050acf3066393b6 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 16 Sep 2009 20:51:13 +0000 Subject: Prep for 0.4.11 release git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2072 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/Documentation/NuttX.html | 153 ++++++++++++++++++----------------------- 1 file changed, 66 insertions(+), 87 deletions(-) (limited to 'nuttx/Documentation') diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html index 834ba4075..4af7ab33a 100644 --- a/nuttx/Documentation/NuttX.html +++ b/nuttx/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: September 15, 2009

+

Last Updated: September 16, 2009

@@ -706,32 +706,32 @@ -

nuttx-0.4.10. - This 42nd release of NuttX (nuttx-0.4.10) was made on August 8, 2009 - and is available for download from the - SourceForge - website. +

nuttx-0.4.11. + +

+ This 43rd release of NuttX was made on September 16, 2009 and is available for download from the + SourceForge website. The change log associated with the release is available here. Unreleased changes after this release are available in CVS. These unreleased changes are listed here. + This release of NuttX incorporates the verified port of Jeff Poskanzer's THTTPD HTTP server. + Many of the key features of THTTPD have been tested on the Micromint Eagle-100 development board (Cortex-M3). + These tests verify: +

+ +

+ 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.

- The changes in thsi release focus on the port of Jeff Poskanzer's - THTTPD to NuttX. - Do to limited time to work on NuttX, that port is still not fully functional. - However, numerous related bug-fixes and functional additions for THTTPD were - added: - +

+ 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.

@@ -1435,70 +1435,6 @@ Other memory:
- - - - - - -
- Unreleased Changes -
- + + + + + +
+ Unreleased Changes +
+ +