summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-05 18:03:37 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-09-05 18:03:37 +0000
commit2323c98f7bfe6367f48ba025d586a9d1ff22c6bc (patch)
treece1a329f597da59fb575f6d476befe38affd2780 /apps/ChangeLog.txt
parent05c66e9f991c28717a1955f4aba1e7691a74d418 (diff)
downloadnuttx-2323c98f7bfe6367f48ba025d586a9d1ff22c6bc.tar.gz
nuttx-2323c98f7bfe6367f48ba025d586a9d1ff22c6bc.tar.bz2
nuttx-2323c98f7bfe6367f48ba025d586a9d1ff22c6bc.zip
Add URL/CGI function mapping option to uIP web server
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5096 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/ChangeLog.txt')
-rwxr-xr-xapps/ChangeLog.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 0713a2eb5..6d5f605c7 100755
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -308,3 +308,5 @@
* 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.
+ * apps/netutils/webserver: Add ability to map a URL to CGI function.
+ Contributed by Kate.