Skip to content

Commit

Permalink
Add new upstream MIME types
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Jul 25, 2017
1 parent 3235a80 commit a25ef2c
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
1 change: 1 addition & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ unreleased
==========

* Add glTF types and extensions
* Add new upstream MIME types

1.29.0 / 2017-07-10
===================
Expand Down
12 changes: 12 additions & 0 deletions db.json
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,9 @@
"application/geo+json-seq": {
"source": "iana"
},
"application/geoxacml+xml": {
"source": "iana"
},
"application/gml+xml": {
"source": "iana",
"extensions": ["gml"]
Expand Down Expand Up @@ -1277,6 +1280,9 @@
"application/vnd.3gpp.bsf+xml": {
"source": "iana"
},
"application/vnd.3gpp.gmop+xml": {
"source": "iana"
},
"application/vnd.3gpp.mid-call+xml": {
"source": "iana"
},
Expand Down Expand Up @@ -1989,6 +1995,12 @@
"application/vnd.eudora.data": {
"source": "iana"
},
"application/vnd.evolv.ecig.profile": {
"source": "iana"
},
"application/vnd.evolv.ecig.settings": {
"source": "iana"
},
"application/vnd.evolv.ecig.theme": {
"source": "iana"
},
Expand Down
21 changes: 20 additions & 1 deletion src/iana-types.json
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,11 @@
"http://www.iana.org/assignments/media-types/application/geo+json-seq"
]
},
"application/geoxacml+xml": {
"sources": [
"http://www.iana.org/assignments/media-types/application/geoxacml+xml"
]
},
"application/gml+xml": {
"sources": [
"http://www.iana.org/assignments/media-types/application/gml+xml"
Expand Down Expand Up @@ -793,7 +798,6 @@
},
"application/json": {
"sources": [
"http://tools.ietf.org/rfc/rfc7159.txt",
"http://www.iana.org/assignments/media-types/application/json"
]
},
Expand Down Expand Up @@ -1958,6 +1962,11 @@
"http://www.iana.org/assignments/media-types/application/vnd.3gpp.bsf+xml"
]
},
"application/vnd.3gpp.gmop+xml": {
"sources": [
"http://www.iana.org/assignments/media-types/application/vnd.3gpp.GMOP+xml"
]
},
"application/vnd.3gpp.mid-call+xml": {
"sources": [
"http://www.iana.org/assignments/media-types/application/vnd.3gpp.mid-call+xml"
Expand Down Expand Up @@ -2944,6 +2953,16 @@
"http://www.iana.org/assignments/media-types/application/vnd.eudora.data"
]
},
"application/vnd.evolv.ecig.profile": {
"sources": [
"http://www.iana.org/assignments/media-types/application/vnd.evolv.ecig.profile"
]
},
"application/vnd.evolv.ecig.settings": {
"sources": [
"http://www.iana.org/assignments/media-types/application/vnd.evolv.ecig.settings"
]
},
"application/vnd.evolv.ecig.theme": {
"sources": [
"http://www.iana.org/assignments/media-types/application/vnd.evolv.ecig.theme"
Expand Down

0 comments on commit a25ef2c

Please sign in to comment.