changeset 6447:8f8f4988b856

Add image/svg-xml as valid type to serve. Was being turned into application/octet-stream rather than being displayed.
author John Rouillard <rouilj@ieee.org>
date Sat, 26 Jun 2021 20:59:33 -0400
parents 0a0aa4a506db
children 2bd60def4fed
files CHANGES.txt roundup/cgi/client.py
diffstat 2 files changed, 13 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGES.txt	Sat Jun 26 20:53:40 2021 -0400
+++ b/CHANGES.txt	Sat Jun 26 20:59:33 2021 -0400
@@ -11,6 +11,18 @@
 v2.7.2 or later are required to run newer releases of Roundup.  From v2.0
 onwards Python 3.4 and later are also supported.
 
+2021-xx-yy 2.1.0
+
+Fixed:
+
+- issue2551122 - fixing order by a link/multilink broke other props
+  should be final change for that ticket. (John Rouillard)
+
+Features:
+
+- add image/svg-xml as valid mime type to serve. Was being served as
+  octet-stream. (John Rouillard)
+
 2021-06-19 2.1.0b1
 
 Fixed:
--- a/roundup/cgi/client.py	Sat Jun 26 20:53:40 2021 -0400
+++ b/roundup/cgi/client.py	Sat Jun 26 20:59:33 2021 -0400
@@ -1625,6 +1625,7 @@
             'image/gif',
             'image/jpeg',
             'image/png',
+            'image/svg+xml',
             'image/webp',
             'audio/ogg',
             'video/webm',

Roundup Issue Tracker: http://roundup-tracker.org/