Skip to content

Commit d823745

Browse files
committed
update
1 parent e1fe709 commit d823745

File tree

3 files changed

+21
-8
lines changed

3 files changed

+21
-8
lines changed

HISTORY.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
unreleased
2+
==========
3+
4+
* Add `application/vnd.uri-map`
5+
16
1.15.0 / 2015-07-13
27
===================
38

db.json

+3
Original file line numberDiff line numberDiff line change
@@ -3839,6 +3839,9 @@
38393839
"application/vnd.uplanet.signal": {
38403840
"source": "iana"
38413841
},
3842+
"application/vnd.uri-map": {
3843+
"source": "iana"
3844+
},
38423845
"application/vnd.valve.source.material": {
38433846
"source": "iana"
38443847
},

src/iana-types.json

+13-8
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@
584584
"application/index.obj": {
585585
"sources": [
586586
"http://tools.ietf.org/rfc/rfc2652.txt",
587-
"http://www.iana.org/assignments/media-types/application/index.obj"
587+
"http://www.iana.org/assignments/media-types/application/index-obj"
588588
]
589589
},
590590
"application/index.response": {
@@ -2289,7 +2289,7 @@
22892289
},
22902290
"application/vnd.dtg.local.html": {
22912291
"sources": [
2292-
"http://www.iana.org/assignments/media-types/application/vnd.dtg.local.html"
2292+
"http://www.iana.org/assignments/media-types/application/vnd.dtg.local-html"
22932293
]
22942294
},
22952295
"application/vnd.dvb.ait": {
@@ -5422,6 +5422,11 @@
54225422
"http://www.iana.org/assignments/media-types/application/vnd.uplanet.signal"
54235423
]
54245424
},
5425+
"application/vnd.uri-map": {
5426+
"sources": [
5427+
"http://www.iana.org/assignments/media-types/application/vnd.uri-map"
5428+
]
5429+
},
54255430
"application/vnd.valve.source.material": {
54265431
"sources": [
54275432
"http://www.iana.org/assignments/media-types/application/vnd.valve.source.material"
@@ -5920,12 +5925,6 @@
59205925
"http://www.iana.org/assignments/media-types/audio/3gpp2"
59215926
]
59225927
},
5923-
"audio/G7221": {
5924-
"sources": [
5925-
"http://tools.ietf.org/rfc/rfc5577.txt",
5926-
"http://www.iana.org/assignments/media-types/audio/G7221"
5927-
]
5928-
},
59295928
"audio/ac3": {
59305929
"sources": [
59315930
"http://tools.ietf.org/rfc/rfc4184.txt",
@@ -6167,6 +6166,12 @@
61676166
"http://www.iana.org/assignments/media-types/audio/G722"
61686167
]
61696168
},
6169+
"audio/g7221": {
6170+
"sources": [
6171+
"http://tools.ietf.org/rfc/rfc5577.txt",
6172+
"http://www.iana.org/assignments/media-types/audio/G7221"
6173+
]
6174+
},
61706175
"audio/g723": {
61716176
"sources": [
61726177
"http://tools.ietf.org/rfc/rfc4856.txt",

0 commit comments

Comments
 (0)