summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-03-26 02:38:07 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-03-26 02:38:07 +0000
commit49691c18d8bad22da774970c6b8e767cc7f4b7d6 (patch)
tree7f57242dec8e84dc6b448984adf8fee990e69451 /nuttx/ChangeLog
parentaa1a45e0b91b62ec15f3cb21413c4f75aec49486 (diff)
downloadnuttx-49691c18d8bad22da774970c6b8e767cc7f4b7d6.tar.gz
nuttx-49691c18d8bad22da774970c6b8e767cc7f4b7d6.tar.bz2
nuttx-49691c18d8bad22da774970c6b8e767cc7f4b7d6.zip
Add host based test for wget()
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1644 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 787750476..424dacb91 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -671,3 +671,5 @@
* Z80: Patch incorported: "[2696648] Z80: interrupt flag stored in parity bit"
(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()