mime-types-data 3.2024.0507 → 3.2024.0702

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