summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-03-29 13:31:11 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-03-29 13:31:11 +0000
commitd2e5f38c3b7eefe042f36392660dbea013ee1705 (patch)
tree13495a6ae5dcb000b4b1d66612d3f77e9d302e8a /nuttx/ChangeLog
parent9659f582f869563ac0c473674b76336f041c22fb (diff)
downloadnuttx-d2e5f38c3b7eefe042f36392660dbea013ee1705.tar.gz
nuttx-d2e5f38c3b7eefe042f36392660dbea013ee1705.tar.bz2
nuttx-d2e5f38c3b7eefe042f36392660dbea013ee1705.zip
Prep for 0.4.4 releasenuttx-4.4
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1665 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog15
1 files changed, 9 insertions, 6 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 922ba77cf..8658a0535 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -653,7 +653,7 @@
* Implemented priority inheritance logic for POSIX semaphores. Because the pthread
mutexes are built on semaphores, they will have this property as well.
-0.4.4 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+0.4.4 2009-03-29 Gregory Nutt <spudmonkey@racsa.co.cr>
* examples/nsh: A debug option was left on that can (and does) cause
infinite loops and stack overflows.
@@ -672,10 +672,13 @@
(submitted by JPelletier). The is the same fix that was needed for the
eZ80 and fixed in 0.4.2.
* netutils: Added logic to support a simple wget() function
- * examples/wget: Added a test for wget() -- NOTE
+ * examples/wget: Added a test for wget() (untested -- see NOTE)
* lib/strncasecmp: Fix cut'n'paste error in function name.
- * NSH: Added wget command (untested and temorarily disabled)-- see NOTE.
+ * NSH: Added wget command (untested -- see NOTE).
+ * examples/sendmail: A simple sendmail example (untested -- see NOTE)
- NOTE: Features related to wget are not tested on the target platform in this
- release and, hence, most likely have problems. I don't have the correct network
- settup to perform that testing now (I'm in a hotel).
+ NOTE: Features related to wget and sendmail are not tested on the target platform
+ in this release and, hence, most likely have problems. I don't have the correct network
+ network setup to perform that testing now (I'm in a hotel).
+
+0.4.5 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>