[svn-commits] file: trunk r59090 - in /trunk: ./ main/http.c
svn-commits at lists.digium.com
svn-commits at lists.digium.com
Wed Mar 21 11:10:02 MST 2007
Author: file
Date: Wed Mar 21 13:10:01 2007
New Revision: 59090
URL: http://svn.digium.com/view/asterisk?view=rev&rev=59090
Log:
Merged revisions 59089 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4
........
r59089 | file | 2007-03-21 14:08:57 -0400 (Wed, 21 Mar 2007) | 2 lines
Add svg mimetype for pari.
........
Modified:
trunk/ (props changed)
trunk/main/http.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-1.4-merged' - no diff available.
Modified: trunk/main/http.c
URL: http://svn.digium.com/view/asterisk/trunk/main/http.c?view=diff&rev=59090&r1=59089&r2=59090
==============================================================================
--- trunk/main/http.c (original)
+++ trunk/main/http.c Wed Mar 21 13:10:01 2007
@@ -107,6 +107,7 @@
{ "js", "application/x-javascript" },
{ "wav", "audio/x-wav" },
{ "mp3", "audio/mpeg" },
+ { "svg", "image/svg+xml" },
};
struct http_uri_redirect {
More information about the svn-commits
mailing list