snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit 4d4852b6519b58002de066e2b9fb28420208d1a0
parent 0745041210a9276e4efa216cbbff144c96f02b30
Author: default <nobody@localhost>
Date:   Fri, 15 Sep 2023 19:51:04 +0200

Backport from xs.

Diffstat:
Mxs_mime.h | 2++
Mxs_version.h | 2+-
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/xs_mime.h b/xs_mime.h @@ -37,6 +37,8 @@ const char *xs_mime_types[] = { "ogv", "video/ogg", "opus", "audio/ogg", "png", "image/png", + "svg", "image/svg+xml", + "svgz", "image/svg+xml", "txt", "text/plain", "wav", "audio/wav", "webm", "video/webm", diff --git a/xs_version.h b/xs_version.h @@ -1 +1 @@ -/* 5bf06243b37eec60e48e53d87d4d147d01ad9924 */ +/* 0ca53ca2b1c34efa95639d2a0f5bf4bd32f8958c */