mime-types-data 3.2023.1205 → 3.2024.1105
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Code-of-Conduct.md +99 -46
- data/Contributing.md +40 -81
- data/History.md +230 -177
- data/Licence.md +1 -1
- data/Manifest.txt +3 -0
- data/Rakefile +1 -2
- data/SECURITY.md +7 -0
- data/data/content_type_mime.db +4 -3
- data/data/ext_mime.db +5 -3
- data/data/mime-types.json +1 -1
- data/data/mime.content_type.column +65 -5
- data/data/mime.docs.column +60 -0
- data/data/mime.encoding.column +60 -0
- data/data/mime.flags.column +65 -5
- data/data/mime.friendly.column +60 -0
- data/data/mime.pext.column +60 -0
- data/data/mime.use_instead.column +61 -1
- data/data/mime.xrefs.column +105 -45
- data/lib/mime/types/data.rb +1 -1
- data/types/application.yaml +513 -29
- data/types/audio.yaml +36 -8
- data/types/example.yaml +1 -0
- data/types/haptics.yaml +28 -0
- data/types/image.yaml +18 -2
- data/types/message.yaml +10 -4
- data/types/model.yaml +4 -0
- data/types/multipart.yaml +8 -0
- data/types/text.yaml +24 -0
- data/types/video.yaml +18 -8
- metadata +7 -17
data/History.md
CHANGED
@@ -2,34 +2,103 @@
|
|
2
2
|
|
3
3
|
<!-- automatic-release -->
|
4
4
|
|
5
|
+
## 3.2024.1105 / 2024-11-05
|
6
|
+
|
7
|
+
- Updated the Apache and IANA media registry entries as of release date
|
8
|
+
|
9
|
+
## 3.2024.1001 / 2024-10-01
|
10
|
+
|
11
|
+
- Updated the Apache and IANA media registry entries as of release date
|
12
|
+
|
13
|
+
## 3.2024.0903 / 2024-09-03
|
14
|
+
|
15
|
+
- Updated the Apache and IANA media registry entries as of release date
|
16
|
+
|
17
|
+
## 3.2024.0820 / 2024-08-20
|
18
|
+
|
19
|
+
- Updated the Apache and IANA media registry entries as of release date.
|
20
|
+
|
21
|
+
- Added `.jxl` extension for `image/jxl`. Contributed by Shane Eskritt in
|
22
|
+
[#81][#81].
|
23
|
+
|
24
|
+
## 3.2024.0806 / 2024-08-06
|
25
|
+
|
26
|
+
- Updated the Apache and IANA media registry entries as of release date
|
27
|
+
|
28
|
+
## 3.2024.0702 / 2024-07-02
|
29
|
+
|
30
|
+
- Updated the Apache and IANA media registry entries as of release date
|
31
|
+
|
32
|
+
- This update adds an empty `example/` top-level media type group.
|
33
|
+
|
34
|
+
- This update adds a new `haptics/` group with three media types defined.
|
35
|
+
|
36
|
+
- Moved extensions from `audio/x-aac` to `audio/aac` and mark `audio/x-aac` as
|
37
|
+
obsolete. Based on [#77][#77] by Samuel Williams.
|
38
|
+
|
39
|
+
- Made the same changes for `audio/flac` and `audio/matroska`.
|
40
|
+
|
41
|
+
## 3.2024.0604 / 2024-06-04
|
42
|
+
|
43
|
+
- Updated the Apache and IANA media registry entries as of release date
|
44
|
+
|
45
|
+
- Internal changes:
|
46
|
+
|
47
|
+
- Update to latest version of Rubygems for testing.
|
48
|
+
|
49
|
+
- Remove restriction on Pysch version as that does not work well with current
|
50
|
+
Rubies.
|
51
|
+
|
52
|
+
- Fix a bug with the history generation on automatic updates.
|
53
|
+
|
54
|
+
## 3.2024.0507 / 2024-05-07
|
55
|
+
|
56
|
+
- Updated the Apache and IANA media registry entries as of release date
|
57
|
+
|
58
|
+
## 3.2024.0402 / 2024-04-02
|
59
|
+
|
60
|
+
- Updated the Apache and IANA media registry entries as of release date
|
61
|
+
|
62
|
+
## 3.2024.0305 / 2024-03-05
|
63
|
+
|
64
|
+
- Updated the Apache and IANA media registry entries as of release date
|
65
|
+
|
66
|
+
## 3.2024.0206 / 2024-02-06
|
67
|
+
|
68
|
+
- Updated the Apache and IANA media registry entries as of release date
|
69
|
+
|
70
|
+
## 3.2024.0102 / 2024-01-02
|
71
|
+
|
72
|
+
- Updated the Apache and IANA media registry entries as of release date
|
73
|
+
|
5
74
|
## 3.2023.1205 / 2023-12-05
|
6
75
|
|
7
|
-
-
|
76
|
+
- Updated the Apache and IANA media registry entries as of release date
|
8
77
|
|
9
78
|
## 3.2023.1107 / 2023-11-07
|
10
79
|
|
11
|
-
-
|
80
|
+
- Updated the Apache and IANA media registry entries as of release date
|
12
81
|
|
13
82
|
## 3.2023.1003 / 2023-10-03
|
14
83
|
|
15
|
-
-
|
84
|
+
- Updated the Apache and IANA media registry entries as of release date
|
16
85
|
|
17
86
|
## 3.2023.0905 / 2023-09-05
|
18
87
|
|
19
|
-
-
|
88
|
+
- Updated the Apache and IANA media registry entries as of release date
|
20
89
|
|
21
90
|
## 3.2023.0808 / 2023-08-08
|
22
91
|
|
23
|
-
-
|
92
|
+
- Updated the Apache and IANA media registry entries as of release date
|
24
93
|
|
25
94
|
## 3.2023.0218.1 / 2023-02-18
|
26
95
|
|
27
96
|
- When this data library was created in 2015, I made the decision based on
|
28
97
|
information available to deprecate `text/javascript` in favour of
|
29
98
|
`application/javascript`. Since the previous update (2022-01-05), IANA has
|
30
|
-
officially deprecated `application/javascript` in favour of
|
31
|
-
|
32
|
-
|
99
|
+
officially deprecated `application/javascript` in favour of `text/javascript`.
|
100
|
+
Samuel Williams discovered this in [#55][#55] by noting that all `js` types
|
101
|
+
were marked obsolete in version 3.2023.0218.
|
33
102
|
|
34
103
|
A hotfix has been applied to resolve this. However, note that
|
35
104
|
`application/javascript` will not be returned by default, only
|
@@ -40,44 +109,44 @@
|
|
40
109
|
- Updated the Apache and IANA media registry entries as of release date.
|
41
110
|
|
42
111
|
- Mohammed Gad added the `jfif` file extension for `image/jpeg` text format.
|
43
|
-
[#52][]
|
112
|
+
[#52][#52]
|
44
113
|
|
45
|
-
- Reworked the loading of IANA provisional media registries to merge them
|
46
|
-
|
47
|
-
|
114
|
+
- Reworked the loading of IANA provisional media registries to merge them into
|
115
|
+
the top-level media-type registries instead of a standalone registry file.
|
116
|
+
[#53][#53] originally identified by Chris Salzberg in [#50][#50].
|
48
117
|
|
49
|
-
It is worth noting that this is an _imperfect_ solution as if a media type
|
50
|
-
|
51
|
-
|
118
|
+
It is worth noting that this is an _imperfect_ solution as if a media type is
|
119
|
+
provisionally registered and withdrawn, it will linger in the registry with no
|
120
|
+
clean way of identifying them at the moment. See [#54][#54].
|
52
121
|
|
53
|
-
This release also fixes [ruby-mime-types#163][], where logs
|
54
|
-
application/netcdf is already registered as a variant of
|
122
|
+
This release also fixes [ruby-mime-types#163][ruby-mime-types#163], where logs
|
123
|
+
show "Type application/netcdf is already registered as a variant of
|
55
124
|
application/netcdf".
|
56
125
|
|
57
126
|
## 3.2022.0105 / 2022-01-05
|
58
127
|
|
59
128
|
- Updated the Apache and IANA media registry entries as of release date.
|
60
129
|
|
61
|
-
- Fixed an incorrect definition of `image/bmp`, which had been marked
|
62
|
-
|
130
|
+
- Fixed an incorrect definition of `image/bmp`, which had been marked obsolete
|
131
|
+
and later registered. Fixed [#48][#48], found by William T. Nelson.
|
63
132
|
|
64
133
|
## 3.2021.1115 / 2021-11-15
|
65
134
|
|
66
135
|
- Updated the Apache and IANA media registry entries as of release date.
|
67
136
|
|
68
137
|
- Added conversion utilities that support the `mini_mime` data format. These
|
69
|
-
have been ported from the [mini_mime][] repository. [#47][]
|
138
|
+
have been ported from the [mini_mime][mini_mime] repository. [#47][#47]
|
70
139
|
|
71
|
-
- Added IANA provisional media registries. Added some notes to
|
72
|
-
|
73
|
-
|
74
|
-
[#
|
140
|
+
- Added IANA provisional media registries. Added some notes to Contributing.md
|
141
|
+
about the transient nature of the provisional registration data. This was
|
142
|
+
triggered in part by a pull request by Jon Sneyers. Thanks! [#45][#45],
|
143
|
+
[#43][#43]
|
75
144
|
|
76
145
|
## 3.2021.0901 / 2021-09-01
|
77
146
|
|
78
147
|
- Updated the Apache and IANA media registry entries as of release date.
|
79
148
|
|
80
|
-
- Added file extension for WebVTT text format. [#46][]
|
149
|
+
- Added file extension for WebVTT text format. [#46][#46]
|
81
150
|
|
82
151
|
## 3.2021.0704 / 2021-07-04
|
83
152
|
|
@@ -87,94 +156,94 @@
|
|
87
156
|
|
88
157
|
- Updated the Apache and IANA media registry entries as of release date.
|
89
158
|
|
90
|
-
- Added file extension for AVIF video format. [#40][]
|
159
|
+
- Added file extension for AVIF video format. [#40][#40]
|
91
160
|
|
92
161
|
## 3.2021.0212 / 2021-02-12
|
93
162
|
|
94
163
|
- Updated the IANA media registry entries as of release date.
|
95
164
|
|
96
|
-
- Added a new rake task (`release:automatic`) that downloads and converts
|
97
|
-
|
98
|
-
|
99
|
-
|
165
|
+
- Added a new rake task (`release:automatic`) that downloads and converts the
|
166
|
+
data from Apache and IANA; if there are changes detected, it updates the
|
167
|
+
release version, changelog, manifest, and gemspec and commits the changes to
|
168
|
+
git.
|
100
169
|
|
101
170
|
## 3.2020.1104 / 2020-11-04
|
102
171
|
|
103
172
|
- Updated the IANA media registry entries as of release date.
|
104
173
|
|
105
|
-
- Added `application/x-zip-compressed`. [#36][]
|
174
|
+
- Added `application/x-zip-compressed`. [#36][#36]
|
106
175
|
|
107
176
|
- Updated the contributing guide to include information about the release
|
108
|
-
process as described in [#18][]
|
177
|
+
process as described in [#18][#18]
|
109
178
|
|
110
|
-
- Corrected a misspelling of Yoran Brondsema’s name. Sorry, Yoran. [#35][]
|
179
|
+
- Corrected a misspelling of Yoran Brondsema’s name. Sorry, Yoran. [#35][#35]
|
111
180
|
|
112
181
|
## 3.2020.0512 / 2020-05-12
|
113
182
|
|
114
183
|
- Updated the IANA media registry entries as of release date.
|
115
184
|
|
116
|
-
- Added file extensions for HEIC image types. [#34][]
|
185
|
+
- Added file extensions for HEIC image types. [#34][#34]
|
117
186
|
|
118
187
|
## 3.2020.0425 / 2020-04-25
|
119
188
|
|
120
189
|
- Updated the IANA media registry entries as of release date.
|
121
190
|
|
122
191
|
- Added several RAW image types based on data from GNOME RAW Thumbnailer.
|
123
|
-
[#33][] fixing [#32][]
|
192
|
+
[#33][#33] fixing [#32][#32]
|
124
193
|
|
125
|
-
- Added `audio/wav`. [#31][]
|
194
|
+
- Added `audio/wav`. [#31][#31]
|
126
195
|
|
127
|
-
- Added a type for Smarttech notebook files. [#30][]
|
196
|
+
- Added a type for Smarttech notebook files. [#30][#30]
|
128
197
|
|
129
|
-
- Added an alias for audio/m4a files. [#29][]
|
198
|
+
- Added an alias for audio/m4a files. [#29][#29]
|
130
199
|
|
131
|
-
- Added application/x-ms-dos-executable. [#28][]
|
200
|
+
- Added application/x-ms-dos-executable. [#28][#28]
|
132
201
|
|
133
202
|
## 3.2019.1009 / 2019-10-09
|
134
203
|
|
135
204
|
- Updated the IANA media registry entries as of release date.
|
136
205
|
|
137
|
-
- Reordered the `.ai` extension so that it is not the preferred extension
|
138
|
-
|
206
|
+
- Reordered the `.ai` extension so that it is not the preferred extension for
|
207
|
+
`application/pdf` [#24][#24]
|
139
208
|
|
140
209
|
## 3.2019.0904 / 2019-09-04
|
141
210
|
|
142
211
|
- Updated the IANA media registry entries as of release date.
|
143
212
|
|
144
|
-
- Moved the `.ai` extension from `application/postscript` to
|
145
|
-
|
213
|
+
- Moved the `.ai` extension from `application/postscript` to `application/pdf`.
|
214
|
+
[#23][#23] fixing [#22][#22]
|
146
215
|
|
147
216
|
## 3.2019.0331 / 2019-03-31
|
148
217
|
|
149
218
|
- Updated the IANA media registry entries as of release date.
|
150
219
|
|
151
|
-
- Added support for `application/wasm` with extension `.wasm`. [#21][]
|
220
|
+
- Added support for `application/wasm` with extension `.wasm`. [#21][#21]
|
152
221
|
|
153
|
-
- Fixed `application/ecmascript` extensions. [#20][]
|
222
|
+
- Fixed `application/ecmascript` extensions. [#20][#20]
|
154
223
|
|
155
224
|
## 3.2018.0812 / 2018-08-12
|
156
225
|
|
157
|
-
- Added `.xsd` extension to `text/xml`. [#10][]
|
226
|
+
- Added `.xsd` extension to `text/xml`. [#10][#10]
|
158
227
|
|
159
|
-
- Added `.js` and `.mjs` extensions to `text/ecmascript` and
|
160
|
-
|
228
|
+
- Added `.js` and `.mjs` extensions to `text/ecmascript` and `text/javascript`.
|
229
|
+
[#11][#11]
|
161
230
|
|
162
|
-
- Added `.ipa` extension to `application/octet-stream`. [#12][]
|
231
|
+
- Added `.ipa` extension to `application/octet-stream`. [#12][#12]
|
163
232
|
|
164
233
|
- Moved extensions `.markdown` and `.md` and added `.mkd` extension to
|
165
|
-
`text/markdown`. [#13][]
|
234
|
+
`text/markdown`. [#13][#13]
|
166
235
|
|
167
|
-
- Because of a bug found with mime-types 3 before 3.2.1, this version
|
168
|
-
|
236
|
+
- Because of a bug found with mime-types 3 before 3.2.1, this version requires
|
237
|
+
mime-types 3.1 or later to manage data.
|
169
238
|
|
170
|
-
- Updated the IANA media registry entries as of release date. The biggest
|
171
|
-
|
239
|
+
- Updated the IANA media registry entries as of release date. The biggest major
|
240
|
+
change here is the addition of the `font/` top-level media type.
|
172
241
|
|
173
242
|
- MIME type changes not introduced by pull requests will no longer be
|
174
243
|
individually tracked.
|
175
244
|
|
176
|
-
- Clarified that the YAML editable format is not shipped with the Ruby gem
|
177
|
-
|
245
|
+
- Clarified that the YAML editable format is not shipped with the Ruby gem for
|
246
|
+
size considerations.
|
178
247
|
|
179
248
|
## 3.2016.0521 / 2016-05-21
|
180
249
|
|
@@ -188,17 +257,17 @@
|
|
188
257
|
application/EmergencyCallData.DeviceInfo+xml,
|
189
258
|
application/EmergencyCallData.ProviderInfo+xml,
|
190
259
|
application/EmergencyCallData.ServiceInfo+xml,
|
191
|
-
application/EmergencyCallData.SubscriberInfo+xml,
|
192
|
-
application/
|
193
|
-
|
260
|
+
application/EmergencyCallData.SubscriberInfo+xml, application/ogg,
|
261
|
+
application/problem+json, application/problem+xml, audio/ogg, text/markdown,
|
262
|
+
video/H265, video/ogg.
|
194
263
|
- Added application/efi, application/vnd.3gpp.sms+xml,
|
195
264
|
application/vnd.3lightssoftware.imagescal,
|
196
265
|
application/vnd.coreos.ignition+json, application/vnd.oma.lwm2m+json,
|
197
266
|
application/vnd.onepager, application/vnd.quarantainenet,
|
198
267
|
application/vnd.vel+json, image/emf, image/wmf, text/prs.prop.logic.
|
199
|
-
- image/bmp has a draft RFC which would make it official; it has been
|
200
|
-
|
201
|
-
|
268
|
+
- image/bmp has a draft RFC which would make it official; it has been finally
|
269
|
+
been registered. As such, this version _reverses_ the use-instead
|
270
|
+
relationship of image/bmp and image/x-bmp.
|
202
271
|
|
203
272
|
- This version requires mime-types 3.1 or later to manage data because of an
|
204
273
|
issue with JSON data encoding for the `xrefs` field.
|
@@ -208,23 +277,23 @@
|
|
208
277
|
- Updated the known extensions list for audio/mp4.
|
209
278
|
- Updated the IANA media registry entries as of release date:
|
210
279
|
|
211
|
-
- Updated metadata for 3GPP-defined types (there are many),
|
212
|
-
|
280
|
+
- Updated metadata for 3GPP-defined types (there are many), application/cdni,
|
281
|
+
and application/rfc+xml.
|
213
282
|
- Added application/EmergencyCallData.Comment+xml,
|
214
283
|
application/EmergencyCallData.DeviceInfo+xml,
|
215
284
|
application/EmergencyCallData.ProviderInfo+xml,
|
216
285
|
application/EmergencyCallData.ServiceInfo+xml,
|
217
286
|
application/ppsp-tracker+json, application/problem+json,
|
218
|
-
application/problem+xml, application/vnd.filmit.zfc,
|
219
|
-
application/vnd.
|
287
|
+
application/problem+xml, application/vnd.filmit.zfc, application/vnd.hdt,
|
288
|
+
application/vnd.mapbox-vector-tile,
|
220
289
|
application/vnd.ms-PrintDeviceCapabilities+xml,
|
221
290
|
application/vnd.ms-PrintSchemaTicket+xml,
|
222
291
|
application/vnd.ms-windows.nwprinting.oob, application/vnd.tml,
|
223
292
|
model/vnd.rosette.annotated-data-model, and video/H265.
|
224
293
|
|
225
294
|
- Updated to [Contributor Covenant 1.4][code of conduct].
|
226
|
-
- Shift the support code in this repository to be developed with Ruby 2.3.
|
227
|
-
|
295
|
+
- Shift the support code in this repository to be developed with Ruby 2.3. This
|
296
|
+
involves:
|
228
297
|
|
229
298
|
- Adding `frozen_string_literal: true` to all Ruby files.
|
230
299
|
- Applied some recommended readability and performance suggestions from
|
@@ -235,15 +304,14 @@
|
|
235
304
|
|
236
305
|
- Extracted from [ruby-mime-types][rmt].
|
237
306
|
- Added a [Code of Conduct].
|
238
|
-
- The versioning has changed to be semantic on format plus date in two
|
239
|
-
parts.
|
307
|
+
- The versioning has changed to be semantic on format plus date in two parts.
|
240
308
|
|
241
309
|
- All registry formats have been updated to remove deprecated data.
|
242
310
|
- The columnar format has been updated to store three boolean flags in a
|
243
311
|
single flags file.
|
244
312
|
|
245
|
-
- Updated the conversion and management utilities to work with
|
246
|
-
|
313
|
+
- Updated the conversion and management utilities to work with ruby-mime-types
|
314
|
+
3.x.
|
247
315
|
|
248
316
|
- Updated the IANA media registry entries as of release date:
|
249
317
|
|
@@ -267,51 +335,47 @@
|
|
267
335
|
- Added application/pkcs12, application/scim+json, multipart/form-data.
|
268
336
|
application/vnd.3gpp-prose+xml, application/vnd.3gpp-prose-pc3ch+xml,
|
269
337
|
application/vnd.3gpp.mid-call+xml,
|
270
|
-
application/vnd.3gpp-state-and-event-info+xml,
|
271
|
-
application.
|
272
|
-
application/vnd.
|
273
|
-
application/vnd.firemonkeys.cloudcell,
|
338
|
+
application/vnd.3gpp-state-and-event-info+xml, application.3gpp.ussd+xml,
|
339
|
+
application/vnd.anki, application/vnd.biopax.rdf+xml,
|
340
|
+
application/vnd.drive+json, application/vnd.firemonkeys.cloudcell,
|
274
341
|
application/vnd.hyperdrive+json, application/vnd.openblox.game+xml,
|
275
|
-
application/vnd.openblox.game-binary, application/vnd.uri-map,
|
276
|
-
|
342
|
+
application/vnd.openblox.game-binary, application/vnd.uri-map, audio/G711-0,
|
343
|
+
image/vnd.mozilla.apng.
|
277
344
|
|
278
345
|
## 2.6 / 2015-05-25
|
279
346
|
|
280
|
-
- Steven Michael Thomas (@stevenmichaelthomas) added `woff2` as an extension
|
281
|
-
|
347
|
+
- Steven Michael Thomas (@stevenmichaelthomas) added `woff2` as an extension to
|
348
|
+
application/font-woff, [ruby-mime-types#99][ruby-mime-types#99].
|
282
349
|
- Updated the IANA media registry entries as of release date:
|
283
350
|
- Updated metadata for application/jose, application/jose+json,
|
284
|
-
application/jwk+json, application/jwk-set+json, application/jwt to
|
285
|
-
|
351
|
+
application/jwk+json, application/jwk-set+json, application/jwt to reflect
|
352
|
+
the adoption of RFC7519.
|
286
353
|
- Added application/vnd.balsamiq.bmpr.
|
287
354
|
|
288
355
|
## 2.5 / 2015-04-25
|
289
356
|
|
290
357
|
- Updated the IANA media registry entries as of release date:
|
291
358
|
- Added MIME types: application/A2L, application/AML, application/ATFX,
|
292
|
-
application/ATXML, application/CDFX+XML, application/CEA,
|
293
|
-
application/
|
294
|
-
application/
|
295
|
-
application/
|
296
|
-
application/MF4, application/rdap+json,
|
359
|
+
application/ATXML, application/CDFX+XML, application/CEA, application/DII,
|
360
|
+
application/DIT, application/jose, application/jose+json,
|
361
|
+
application/json-seq, application/jwk+json, application/jwk-set+json,
|
362
|
+
application/jwt, application/LXF, application/MF4, application/rdap+json,
|
297
363
|
application/vnd.apache.thrift.compact, vnd.apache.thrift.json,
|
298
364
|
application/vnd.citationstyles.style+xml, application/vnd.coffeescript,
|
299
365
|
application/vnd.enphase.envoy, application/vnd.fastcopy-disk-image,
|
300
366
|
application/vnd.gerber, application/vnd.gov.sk.e-form+xml,
|
301
367
|
application/vnd.gov.sk.e-form+zip,
|
302
|
-
application/vnd.gov.sk.xmldatacontainer+xml,
|
303
|
-
application/vnd.ims.
|
304
|
-
application/vnd.
|
305
|
-
application/vnd.microsoft.portable-executable,
|
368
|
+
application/vnd.gov.sk.xmldatacontainer+xml, application/vnd.ims.imsccv1p1,
|
369
|
+
application/vnd.ims.imsccv1p2, application/vnd.ims.imsccv1p3,
|
370
|
+
application/vnd.micro+json, application/vnd.microsoft.portable-executable,
|
306
371
|
application/vnd.msa-disk-image, application/vnd.oracle.resource+json,
|
307
|
-
application/vnd.tmd.mediaflex.api+xml, audio/opus,
|
308
|
-
|
309
|
-
TEMPORARY).
|
372
|
+
application/vnd.tmd.mediaflex.api+xml, audio/opus, image/vnd.zbrush.pcx,
|
373
|
+
text/csv-schema, text/markdown (marked as TEMPORARY).
|
310
374
|
- Updated metadata for application/coap-group+json (RFC7390),
|
311
375
|
application/epub+zip (now registered), application/merge-patch+json
|
312
376
|
(RFC7396), application/smil, application/vnd.arastra.swi,
|
313
|
-
application/vnd.geocube+xml, application/vnd.gmx,
|
314
|
-
|
377
|
+
application/vnd.geocube+xml, application/vnd.gmx, application/xhtml+xml,
|
378
|
+
text/directory.
|
315
379
|
- Andy Brody (@ab) fixed a pair of embarrassing typos in text/csv and
|
316
380
|
text/tab-separated-values,
|
317
381
|
[ruby-mime-types#89](https://github.com/mime-types/ruby-mime-types/pull/89).
|
@@ -337,26 +401,24 @@
|
|
337
401
|
application/calendar+json, RFC7265; application/http, RFC7230;
|
338
402
|
application/xml, RFC7303; application/xml-dtd, RFC7303;
|
339
403
|
application/xml-external-parsed-entity, RFC7303; audio/AMR-WB, RFC4867;
|
340
|
-
audio/aptx, RFC7310; message/http, RFC7230; multipart/byteranges,
|
341
|
-
|
342
|
-
- MIME::Type application/EDI-Consent was renamed to
|
343
|
-
application/EDI-consent.
|
404
|
+
audio/aptx, RFC7310; message/http, RFC7230; multipart/byteranges, RFC7233;
|
405
|
+
text/xml, RFC7303; text/xml-external-parsed-entity, RFC7303)
|
406
|
+
- MIME::Type application/EDI-Consent was renamed to application/EDI-consent.
|
344
407
|
- Obsoleted application/vnd.informix-visionary in favour of
|
345
408
|
application/vnd.visionary. Obsoleted
|
346
409
|
application/vnd.nokia.n-gage.symbian.install with no replacement.
|
347
410
|
- Added MIME types: application/ATF, application/coap-group+json,
|
348
411
|
application/DCD, application/merge-patch+json, application/scaip+xml,
|
349
412
|
application/vnd.apache.thrift.binary, application/vnd.artsquare,
|
350
|
-
application/vnd.doremir.scorecloud-binary-document,
|
351
|
-
application/vnd.
|
413
|
+
application/vnd.doremir.scorecloud-binary-document, application/vnd.dzr,
|
414
|
+
application/vnd.maxmind.maxmind-db,
|
352
415
|
application/vnd.ntt-local.ogw_remote-access, application/xml-patch+xml,
|
353
416
|
image/vnd.tencent.tap.
|
354
417
|
|
355
418
|
## 2.3 / 2014-05-23
|
356
419
|
|
357
420
|
- Updated the IANA media registry entries as of release date.
|
358
|
-
- Several MIME types had additional metadata added on the most recent
|
359
|
-
import.
|
421
|
+
- Several MIME types had additional metadata added on the most recent import.
|
360
422
|
- MIME::Type application/pidfxml was renamed to application/pidf+xml.
|
361
423
|
- Added MIME types: application/3gpdash-qoe-report+xml,
|
362
424
|
application/alto-costmap+json, application/alto-costmapfilter+json,
|
@@ -364,10 +426,9 @@
|
|
364
426
|
application/alto-endpointcostparams+json,
|
365
427
|
application/alto-endpointprop+json,
|
366
428
|
application/alto-endpointpropparams+json, application/alto-error+json,
|
367
|
-
application/alto-networkmap+json,
|
368
|
-
application/
|
369
|
-
application/vnd.
|
370
|
-
application/vnd.ims.lis.v2.result+json,
|
429
|
+
application/alto-networkmap+json, application/alto-networkmapfilter+json,
|
430
|
+
application/calendar+json, application/vnd.debian.binary-package,
|
431
|
+
application/vnd.geo+json, application/vnd.ims.lis.v2.result+json,
|
371
432
|
application/vnd.ims.lti.v2.toolconsumerprofile+json,
|
372
433
|
application/vnd.ims.lti.v2.toolproxy+json,
|
373
434
|
application/vnd.ims.lti.v2.toolproxy.id+json,
|
@@ -375,8 +436,8 @@
|
|
375
436
|
application/vnd.ims.lti.v2.toolsettings.simple+json,
|
376
437
|
application/vnd.mason+json, application/vnd.miele+json,
|
377
438
|
application/vnd.ms-3mfdocument, application/vnd.panoply,
|
378
|
-
application/vnd.valve.source.material, application/vnd.yaoweme,
|
379
|
-
|
439
|
+
application/vnd.valve.source.material, application/vnd.yaoweme, audio/aptx,
|
440
|
+
image/vnd.valve.source.texture, model/vnd.opengex,
|
380
441
|
model/vnd.valve.source.compiled-map, model/x3d+fastinfoset,
|
381
442
|
text/cache-manifest
|
382
443
|
|
@@ -388,20 +449,18 @@
|
|
388
449
|
- Marked application/excel and application/x-excel as obsolete in favour of
|
389
450
|
application/vnd.ms-excel per
|
390
451
|
[ruby-mime-types#60](https://github.com/mime-types/ruby-mime-types/pull/60).
|
391
|
-
- Merged duplicate MIME types into the registered MIME type. The only
|
392
|
-
|
393
|
-
|
452
|
+
- Merged duplicate MIME types into the registered MIME type. The only difference
|
453
|
+
between the MIME types was capitalization; the MIME type registry is
|
454
|
+
case-preserving.
|
394
455
|
|
395
456
|
- Affected MIME types: application/vnd.3M.Post-it-Notes,
|
396
457
|
application/vnd.FloGraphIt, application/vnd.HandHeld-Entertainment+xml,
|
397
|
-
application/vnd.hp-HPGL, application/vnd.hp-PCL,
|
398
|
-
application/vnd.
|
399
|
-
application/vnd.Kinar, application/vnd.MFER,
|
458
|
+
application/vnd.hp-HPGL, application/vnd.hp-PCL, application/vnd.hp-PCLXL,
|
459
|
+
application/vnd.ibm.MiniPay, application/vnd.Kinar, application/vnd.MFER,
|
400
460
|
application/vnd.Mobius.DAF, application/vnd.Mobius.DIS,
|
401
461
|
application/vnd.Mobius.MBK, application/vnd.Mobius.MSL,
|
402
462
|
application/vnd.Mobius.MQY, application/vnd.Mobius.PLC,
|
403
|
-
application/vnd.Mobius.TXF,
|
404
|
-
application/vnd.ms-excel.addin.macroEnabled.12,
|
463
|
+
application/vnd.Mobius.TXF, application/vnd.ms-excel.addin.macroEnabled.12,
|
405
464
|
application/vnd.ms-excel.sheet.binary.macroEnabled.12,
|
406
465
|
application/vnd.ms-excel.sheet.macroEnabled.12,
|
407
466
|
application/vnd.ms-excel.template.macroEnabled.12,
|
@@ -414,12 +473,12 @@
|
|
414
473
|
application/vnd.ms-word.template.macroEnabled.12,
|
415
474
|
application/vnd.novadigm.EDM, application/vnd.novadigm.EDX,
|
416
475
|
application/vnd.novadigm.EXT, application/vnd.Quark.QuarkXPress,
|
417
|
-
application/vnd.SimTech-MindMapper, audio/AMR-WB, video/H261,
|
418
|
-
video/
|
476
|
+
application/vnd.SimTech-MindMapper, audio/AMR-WB, video/H261, video/H263,
|
477
|
+
video/H264, video/JPEG, video/MJ2.
|
419
478
|
|
420
479
|
- Updated the IANA media registry entries as of release date.
|
421
|
-
- Registered type person names have been updated from surname only to
|
422
|
-
|
480
|
+
- Registered type person names have been updated from surname only to full
|
481
|
+
name.
|
423
482
|
- Several types had updated RFC or draft RFC references.
|
424
483
|
- Added application/bacnet-xdd+zip, application/cms,
|
425
484
|
application/load-control+xml, application/PDX, application/ttml+xml,
|
@@ -429,43 +488,40 @@
|
|
429
488
|
|
430
489
|
## 2.1 / 2014-01-25
|
431
490
|
|
432
|
-
- The IANA media type registry format changed, resulting in updates to most
|
433
|
-
|
434
|
-
- Many registered MIME types have had some metadata updates due to the
|
435
|
-
|
436
|
-
- MIME types having a publicly available registry application now
|
437
|
-
|
491
|
+
- The IANA media type registry format changed, resulting in updates to most of
|
492
|
+
the 1,427 registered MIME types.
|
493
|
+
- Many registered MIME types have had some metadata updates due to the change
|
494
|
+
in the IANA registry format.
|
495
|
+
- MIME types having a publicly available registry application now include a
|
496
|
+
link to that file in references.
|
438
497
|
- Added `xrefs` data as discovered (see the API changes noted above).
|
439
|
-
- The Apache mime types configuration has been added to track additional
|
440
|
-
|
441
|
-
|
498
|
+
- The Apache mime types configuration has been added to track additional common
|
499
|
+
but unregistered MIME types and known extensions for those MIME types. This
|
500
|
+
has affected many of the available MIME types.
|
442
501
|
- Added newly registered MIME types:
|
443
502
|
- application/emotionml+xml, application/ODX, application/prs.hpub+zip,
|
444
503
|
application/vcard+json, application/vnd.bekitzur-stech+json,
|
445
504
|
application/vnd.etsi.timestamp-token,
|
446
|
-
application/vnd.oma.cab-feature-handler+xml,
|
447
|
-
application/vnd.
|
448
|
-
audio/amr-wb, model/x3d+xml, model/x3d-vrml
|
505
|
+
application/vnd.oma.cab-feature-handler+xml, application/vnd.openeye.oeb,
|
506
|
+
application/vnd.tcpdump.pcap, audio/amr-wb, model/x3d+xml, model/x3d-vrml
|
449
507
|
- Added 180 unregistered MIME types from the Apache list:
|
450
508
|
- application/applixware, application/cu-seeme, application/docbook+xml,
|
451
509
|
application/gml+xml, application/gpx+xml, application/gxf,
|
452
510
|
application/java-archive, application/java-serialized-object,
|
453
511
|
application/java-vm, application/jsonml+json, application/metalink+xml,
|
454
512
|
application/omdoc+xml, application/onenote, application/pics-rules,
|
455
|
-
application/rsd+xml, application/ssdl+xml,
|
456
|
-
application/vnd.
|
513
|
+
application/rsd+xml, application/ssdl+xml, application/vnd.3m.post-it-notes,
|
514
|
+
application/vnd.amazon.ebook,
|
457
515
|
application/vnd.anser-web-funds-transfer-initiation,
|
458
516
|
application/vnd.curl.car, application/vnd.curl.pcurl,
|
459
517
|
application/vnd.dolby.mlp, application/vnd.ds-keypoint,
|
460
518
|
application/vnd.flographit, application/vnd.handheld-entertainment+xml,
|
461
|
-
application/vnd.hp-hpgl, application/vnd.hp-pcl,
|
462
|
-
application/vnd.
|
463
|
-
application/vnd.kinar, application/vnd.mfer,
|
519
|
+
application/vnd.hp-hpgl, application/vnd.hp-pcl, application/vnd.hp-pclxl,
|
520
|
+
application/vnd.ibm.minipay, application/vnd.kinar, application/vnd.mfer,
|
464
521
|
application/vnd.mobius.daf, application/vnd.mobius.dis,
|
465
522
|
application/vnd.mobius.mbk, application/vnd.mobius.mqy,
|
466
523
|
application/vnd.mobius.msl, application/vnd.mobius.plc,
|
467
|
-
application/vnd.mobius.txf,
|
468
|
-
application/vnd.ms-excel.addin.macroenabled.12,
|
524
|
+
application/vnd.mobius.txf, application/vnd.ms-excel.addin.macroenabled.12,
|
469
525
|
application/vnd.ms-excel.sheet.binary.macroenabled.12,
|
470
526
|
application/vnd.ms-excel.sheet.macroenabled.12,
|
471
527
|
application/vnd.ms-excel.template.macroenabled.12,
|
@@ -481,49 +537,44 @@
|
|
481
537
|
application/vnd.novadigm.ext, application/vnd.quark.quarkxpress,
|
482
538
|
application/vnd.rim.cod, application/vnd.rn-realmedia-vbr,
|
483
539
|
application/vnd.simtech-mindmapper, application/vnd.symbian.install,
|
484
|
-
application/winhlp, application/x-abiword,
|
485
|
-
application/x-
|
486
|
-
application/x-authorware-
|
487
|
-
application/x-
|
488
|
-
application/x-
|
489
|
-
application/x-conference, application/x-dgc-compressed,
|
540
|
+
application/winhlp, application/x-abiword, application/x-ace-compressed,
|
541
|
+
application/x-authorware-bin, application/x-authorware-map,
|
542
|
+
application/x-authorware-seg, application/x-bittorrent, application/x-blorb,
|
543
|
+
application/x-bzip, application/x-cbr, application/x-cfs-compressed,
|
544
|
+
application/x-chat, application/x-conference, application/x-dgc-compressed,
|
490
545
|
application/x-doom, application/x-dtbncx+xml, application/x-dtbook+xml,
|
491
546
|
application/x-dtbresource+xml, application/x-envoy, application/x-eva,
|
492
547
|
application/x-font-bdf, application/x-font-ghostscript,
|
493
548
|
application/x-font-linux-psf, application/x-font-otf,
|
494
549
|
application/x-font-pcf, application/x-font-snf, application/x-font-ttf,
|
495
550
|
application/x-font-type1, application/x-freearc,
|
496
|
-
application/x-gca-compressed, application/x-glulx,
|
497
|
-
application/x-
|
498
|
-
application/x-
|
499
|
-
application/x-
|
500
|
-
application/x-ms-application, application/x-
|
501
|
-
application/x-
|
502
|
-
application/x-
|
503
|
-
application/x-
|
504
|
-
application/x-
|
505
|
-
application/x-
|
506
|
-
application/x-
|
507
|
-
application/x-
|
508
|
-
application/x-
|
509
|
-
application/x-
|
510
|
-
application/
|
511
|
-
|
512
|
-
|
513
|
-
application/xproc+xml, application/xspf+xml, audio/adpcm, audio/amr-wb,
|
514
|
-
audio/AMR-WB, audio/midi, audio/s3m, audio/silk, audio/x-caf,
|
515
|
-
audio/x-flac, audio/x-matroska, audio/x-mpegurl, audio/xm,
|
551
|
+
application/x-gca-compressed, application/x-glulx, application/x-gnumeric,
|
552
|
+
application/x-gramps-xml, application/x-install-instructions,
|
553
|
+
application/x-iso9660-image, application/x-lzh-compressed,
|
554
|
+
application/x-mie, application/x-ms-application, application/x-ms-shortcut,
|
555
|
+
application/x-ms-xbap, application/x-msbinder, application/x-mscardfile,
|
556
|
+
application/x-msclip, application/x-msmediaview, application/x-msmetafile,
|
557
|
+
application/x-msmoney, application/x-mspublisher, application/x-msschedule,
|
558
|
+
application/x-msterminal, application/x-mswrite, application/x-nzb,
|
559
|
+
application/x-pkcs12, application/x-pkcs7-certificates,
|
560
|
+
application/x-pkcs7-certreqresp, application/x-research-info-systems,
|
561
|
+
application/x-silverlight-app, application/x-sql, application/x-stuffitx,
|
562
|
+
application/x-subrip, application/x-t3vm-image, application/x-tads,
|
563
|
+
application/x-tex-tfm, application/x-tgif, application/x-xfig,
|
564
|
+
application/x-xliff+xml, application/x-xz, application/x-zmachine,
|
565
|
+
application/xaml+xml, application/xproc+xml, application/xspf+xml,
|
566
|
+
audio/adpcm, audio/amr-wb, audio/AMR-WB, audio/midi, audio/s3m, audio/silk,
|
567
|
+
audio/x-caf, audio/x-flac, audio/x-matroska, audio/x-mpegurl, audio/xm,
|
516
568
|
chemical/x-cdx, chemical/x-cif, chemical/x-cmdf, chemical/x-cml,
|
517
|
-
chemical/x-csml, image/sgi, image/vnd.ms-photo, image/x-3ds,
|
518
|
-
image/x-
|
519
|
-
image/x-
|
520
|
-
text/vnd.curl.dcurl, text/vnd.curl.mcurl, text/vnd.curl.scurl,
|
521
|
-
text/x-
|
522
|
-
text/x-
|
523
|
-
video/
|
524
|
-
video/x-
|
525
|
-
- Merged the non-standard VMS platform text/plain with the standard
|
526
|
-
text/plain.
|
569
|
+
chemical/x-csml, image/sgi, image/vnd.ms-photo, image/x-3ds, image/x-cmx,
|
570
|
+
image/x-freehand, image/x-icon, image/x-mrsid-image, image/x-pcx,
|
571
|
+
image/x-tga, model/x3d+binary, model/x3d+vrml, text/plain,
|
572
|
+
text/vnd.curl.dcurl, text/vnd.curl.mcurl, text/vnd.curl.scurl, text/x-asm,
|
573
|
+
text/x-c, text/x-fortran, text/x-java-source, text/x-nfo, text/x-opml,
|
574
|
+
text/x-pascal, text/x-sfv, text/x-uuencode, video/h261, video/h263,
|
575
|
+
video/h264, video/jpeg, video/jpm, video/mj2, video/x-f4v, video/x-m4v,
|
576
|
+
video/x-mng, video/x-ms-vob, video/x-smv
|
577
|
+
- Merged the non-standard VMS platform text/plain with the standard text/plain.
|
527
578
|
|
528
579
|
[#10]: https://github.com/mime-types/mime-types-data/pull/10
|
529
580
|
[#11]: https://github.com/mime-types/mime-types-data/pull/11
|
@@ -555,6 +606,8 @@
|
|
555
606
|
[#53]: https://github.com/mime-types/mime-types-data/pull/53
|
556
607
|
[#54]: https://github.com/mime-types/mime-types-data/issues/54
|
557
608
|
[#55]: https://github.com/mime-types/mime-types-data/issues/55
|
609
|
+
[#77]: https://github.com/mime-types/mime-types-data/pull/77
|
610
|
+
[#81]: https://github.com/mime-types/mime-types-data/pull/81
|
558
611
|
[rmt]: https://github.com/mime-types/ruby-mime-types
|
559
612
|
[code of conduct]: Code-of-Conduct.md
|
560
613
|
[mini_mime]: https://github.com/discourse/mini_mime/issues/41
|