summaryrefslogtreecommitdiff
path: root/nuttx/ReleaseNotes
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/ReleaseNotes
parentaa7b20473b7e31fb08d53aeb197a861c1c036536 (diff)
downloadpx4-nuttx-c961699454ec2b7e1496e3feda83892b3ec0a509.tar.gz
px4-nuttx-c961699454ec2b7e1496e3feda83892b3ec0a509.tar.bz2
px4-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/ReleaseNotes')
-rw-r--r--nuttx/ReleaseNotes21
1 files changed, 21 insertions, 0 deletions
diff --git a/nuttx/ReleaseNotes b/nuttx/ReleaseNotes
index d8c04ed2a..3cee98d42 100644
--- a/nuttx/ReleaseNotes
+++ b/nuttx/ReleaseNotes
@@ -937,3 +937,24 @@ This is the 41st release of NuttX. This release adds:
This tarball contains a complete CVS snapshot from June 26, 2009.
+nuttx-0.4.10
+^^^^^^^^^^^
+
+This is the 42nd release of NuttX. This released focused on the port of Jeff
+Poskanzer's THTTPD HTTP server (see http://acme.com/software/thttpd/.). As of
+the 0.4.10 release, that port is still not fully complete and functional.
+However, numerous related bug-fixes and functional additions for THTTPD were
+added:
+
+ * Several new standard C-library functions (fileno, strstr, strpbrk, fcntl).
+ * Improved and extended timing APIs (mktime, gmtime, gmtime_r, gettimeofday,
+ localtime, localtime_r, and strftime)
+ * Networking enhancements: recvfrom and accept now work with non-blocking
+ sockets.
+ * NXFLAT extensions (exec)
+ * Pattern matching logic.
+ * And miscellaneous bug fixes (see the ChangeLog for details).
+
+This tarball contains a complete CVS snapshot from August 8, 2009.
+
+