summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-03-28 13:14:13 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-03-28 13:14:13 +0000
commit5ab468aaa6e626a86bfb10785dee660e57d894c0 (patch)
treeab39ace437376d68d309af056f73c5354e5103ee /nuttx/ChangeLog
parentf53b2945a7d9f1f7cfb4892e7aa3bca711a95e67 (diff)
downloadnuttx-5ab468aaa6e626a86bfb10785dee660e57d894c0.tar.gz
nuttx-5ab468aaa6e626a86bfb10785dee660e57d894c0.tar.bz2
nuttx-5ab468aaa6e626a86bfb10785dee660e57d894c0.zip
Fix examples/wget build
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1649 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 424dacb91..e250ac7ef 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -672,4 +672,6 @@
(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()
+ * examples/wget: Added a test for wget() (Not yet tested because of
+ some current networking limitations).
+ * lib/strncasecmp: Fix cut'n'paste error in function name.