From e04e3a16cc161f84de93b98f6fa1b4d81b671a64 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Thu, 18 Dec 2025 16:07:35 +0000 Subject: [PATCH] Merge r1929706, r1930012 from trunk: [docs CTR] MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit feat: add vnd.sqlite3 mime type and extensions Submitted by: Alexandru Mărășteanu Github: closes #563 feat: add HEIC, HEIF and related mime types See https://en.wikipedia.org/wiki/High_Efficiency_Image_File_Format Submitted by: Alexandru Mărășteanu Github: closes #580 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1930714 13f79535-47bb-0310-9956-ffa450edef68 --- changes-entries/mime-types.txt | 2 ++ docs/conf/mime.types | 5 +++++ test/pyhttpd/conf/mime.types | 5 +++++ 3 files changed, 12 insertions(+) create mode 100644 changes-entries/mime-types.txt diff --git a/changes-entries/mime-types.txt b/changes-entries/mime-types.txt new file mode 100644 index 00000000000..dd11d3a6272 --- /dev/null +++ b/changes-entries/mime-types.txt @@ -0,0 +1,2 @@ + *) Updated conf/mime.types: added vnd.sqlite3, HEIC, HEIF + [Alexandru Mărășteanu ] diff --git a/docs/conf/mime.types b/docs/conf/mime.types index 92ee7178aaf..b94996799e2 100644 --- a/docs/conf/mime.types +++ b/docs/conf/mime.types @@ -1090,6 +1090,7 @@ application/vnd.smart.teacher teacher application/vnd.solent.sdkm+xml sdkm sdkd application/vnd.spotfire.dxp dxp application/vnd.spotfire.sfs sfs +application/vnd.sqlite3 sqlite sqlite3 # application/vnd.sss-cod # application/vnd.sss-dtf # application/vnd.sss-ntf @@ -1547,6 +1548,10 @@ image/cgm cgm # image/fits image/g3fax g3 image/gif gif +image/heic heic +image/heic-sequence heics +image/heif heif +image/heif-sequence heifs image/ief ief # image/jls # image/jp2 diff --git a/test/pyhttpd/conf/mime.types b/test/pyhttpd/conf/mime.types index 83fd4dcb404..fa718c2e341 100644 --- a/test/pyhttpd/conf/mime.types +++ b/test/pyhttpd/conf/mime.types @@ -890,6 +890,7 @@ application/vnd.smart.teacher teacher application/vnd.solent.sdkm+xml sdkm sdkd application/vnd.spotfire.dxp dxp application/vnd.spotfire.sfs sfs +application/vnd.sqlite3 sqlite sqlite3 # application/vnd.sss-cod # application/vnd.sss-dtf # application/vnd.sss-ntf @@ -1314,6 +1315,10 @@ image/cgm cgm # image/fits image/g3fax g3 image/gif gif +image/heic heic +image/heic-sequence heics +image/heif heif +image/heif-sequence heifs image/ief ief # image/jp2 image/jpeg jpeg jpg jpe -- 2.47.3