summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-04 16:59:24 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-04 16:59:24 +0000
commit7592905c78f257058a006691f30227eaf027e5b3 (patch)
treed0e4b868b325893a025878c2b6b10762ca96b60e /apps/ChangeLog.txt
parent81fd1693a08fb50ca1ef42c9569397612d7ff098 (diff)
downloadnuttx-7592905c78f257058a006691f30227eaf027e5b3.tar.gz
nuttx-7592905c78f257058a006691f30227eaf027e5b3.tar.bz2
nuttx-7592905c78f257058a006691f30227eaf027e5b3.zip
Enhancements to the uIP web server from Kate
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5088 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/ChangeLog.txt')
-rwxr-xr-xapps/ChangeLog.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 5b75f40ed..0713a2eb5 100755
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -305,3 +305,6 @@
netutils/webserver/httpd_fsdata.c has been replaced with a dynamically
built configuration located at apps/examples/uip (Contributed by
Max Holtzberg).
+ * apps/netutils/webserver: Several inenhancements from Kate including the
+ ability to elide scripting and SERVER headers and the ability to map
+ files into memory before transferring them.