diff --git a/CHANGES b/CHANGES index 3f8ce1a..55a05c9 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,9 @@ +4.3.1: + Add .webm mime type + +4.3: + Very stupid CONNECT handling mechanism. + 4.2: Remove some bugs in CGI's "Status:" code (reported by Alyssa Milburn). Make extract_header_field less fragile (reported by Alyssa Milburn). diff --git a/mime.c b/mime.c index 3ea848c..6bd0e08 100644 --- a/mime.c +++ b/mime.c @@ -19,6 +19,7 @@ static struct mimeentry { "jpeg", "image/jpeg"}, { "jpg", "image/jpeg"}, { "svg", "image/svg+xml"}, { + "webm", "video/webm"}, { "mpeg", "video/mpeg"}, { "mpg", "video/mpeg"}, { "avi", "video/x-msvideo"}, {