summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-06-23 12:58:00 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-06-23 12:58:00 -0600
commit7456ccf0351c1ac0b42387695048349ca180ab3d (patch)
treed1ac97f4683274b294022ea485d5d6c699839675
parent6fe3f0088157da512fbfd623566ae69af2957eee (diff)
downloadnuttx-7456ccf0351c1ac0b42387695048349ca180ab3d.tar.gz
nuttx-7456ccf0351c1ac0b42387695048349ca180ab3d.tar.bz2
nuttx-7456ccf0351c1ac0b42387695048349ca180ab3d.zip
Update changelog
-rw-r--r--apps/ChangeLog.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index a94601ff4..5152a1e40 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -937,5 +937,6 @@
light (2014-6-16).
* apps/system/hex2bin/hex2mem_main: Add a variant application that will
write Intel HEX files directly to memory (2014-6-16).
-
+ * netutils/webserver: httpd_fs_open() should return OK on success and
+ ERROR on failure, not 1 and 0 (2014-6-23)