aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2008-11-14 19:22:40 +0000
committerDan Fandrich <dan@coneharvesters.com>2008-11-14 19:22:40 +0000
commit9b033e1b8a9eb81ff9468faa0e4839187ecdc568 (patch)
treeea5d8e48278db37bd744cd100237bb8fadc2ab65 /CHANGES
parenta65ce7b107a93d0f83fc91a6b0d67c93cec4caa4 (diff)
Added .xml as one of the few common file extensions known by the multipart
form generator. Made the extensions part of the MIME type struct to reduce the size and run-time relocations necessary to build the table.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index beda69bf7..6c89a2f62 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,10 @@
Changelog
+Daniel Fandrich (14 Nov 2008)
+- Added .xml as one of the few common file extensions known by the multipart
+ form generator.
+
Yang Tse (13 Nov 2008)
- Refactored configure script detection of functions used to set sockets into
non-blocking mode, and decouple function detection from function capability.