mime-types-data 3.2024.0507 → 3.2024.0604

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