mime-types-data 3.2025.0429 → 3.2025.0812

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/CHANGELOG.md CHANGED
@@ -2,48 +2,223 @@
2
2
 
3
3
  <!-- automatic-release -->
4
4
 
5
- ## 3.2025.0429 / 2025-04-29
5
+ ## 3.2025.0812 / 2025-08-12
6
6
 
7
- - Updated the Apache and IANA media registry entries as of release date
7
+ - Updated registry entries from the IANA [media registry][registry] and
8
+ [provisional media registry][provisional], the [Apache httpd media registry][httpd],
9
+ and the [Apache Tika media registry][tika] as of the release date.
8
10
 
9
- ## 3.2025.0422 / 2025-04-22
10
11
 
11
- - Updated the Apache and IANA media registry entries as of release date
12
+ ## 3.2025.0805 / 2025-08-05
13
+
14
+ - Updated registry entries from the IANA [media registry][registry] and
15
+ [provisional media registry][provisional], the [Apache httpd media registry][httpd],
16
+ and the [Apache Tika media registry][tika] as of the release date.
17
+
18
+
19
+ ## 3.2025.0729 / 2025-07-29
20
+
21
+ - Updated registry entries from the IANA [media registry][registry] and
22
+ [provisional media registry][provisional], the [Apache httpd media registry][httpd],
23
+ and the [Apache Tika media registry][tika] as of the release date.
24
+
25
+
26
+
27
+ - Remove `.doc` from `text/plain`: The use of `.doc` for `text/plain` documents
28
+ is mostly a holdover from VAX VMS where the default wasn't `.txt` but `.doc`.
29
+ The world now thinks that `.doc` mostly means `application/msword` even though
30
+ that format is obsolete by almost twenty years. Closes
31
+ [ruby-mime-types#224][ruby-mime-types#224] with [#191][pull-191].
32
+
33
+ - Handle promoted and withdrawn provisional IANA media types. Closes
34
+ [#54][issue-54] with [#192][pull-192].
35
+
36
+ The logic is three relatively simple phases:
37
+
38
+ 1. When loading an existing registry grouping (such as
39
+ `types/application.yaml`), we mark any type that is `provisional` as
40
+ `obsolete`. This indicates that we consider any provisional type as
41
+ potentially withdrawn (and therefore obsolete).
42
+ 2. When processing existing regular types, we clear both `provisional` and
43
+ `obsolete` flags so that a type promoted from provisional is now a regular
44
+ registry entry.
45
+ 3. After merging the current list of registry entries, we _clear_
46
+ `provisional` if the type is marked both `provisional` and `obsolete`,
47
+ indicating that the provisional type has been withdrawn.
48
+
49
+ These heuristics match several types which have been promoted and withdrawn
50
+ since the handling of provisional types was improved with [#53][pull-53].
51
+
52
+ ## 3.2025.0722 / 2025-07-22
53
+
54
+ - Updated registry entries from the IANA [media registry][registry] and
55
+ [provisional media registry][provisional], the
56
+ [Apache httpd media registry][httpd], and the
57
+ [Apache Tika media registry][tika] as of the release date.
58
+
59
+ ## 3.2025.0715 / 2025-07-15
60
+
61
+ - Updated registry entries from the IANA [media registry][registry] and
62
+ [provisional media registry][provisional], the
63
+ [Apache httpd media registry][httpd], and the
64
+ [Apache Tika media registry][tika] as of the release date.
65
+
66
+ ## 3.2025.0708 / 2025-07-08
67
+
68
+ - Updated registry entries from the IANA [media registry][registry] and
69
+ [provisional media registry][provisional], the
70
+ [Apache httpd media registry][httpd], and the
71
+ [Apache Tika media registry][tika] as of the release date.
72
+
73
+ ## 3.2025.0701 / 2025-07-01
74
+
75
+ - Updated registry entries from the IANA [media registry][registry] and
76
+ [provisional media registry][provisional], the
77
+ [Apache httpd media registry][httpd], and the
78
+ [Apache Tika media registry][tika] as of the release date.
79
+
80
+ ## 3.2025.0624 / 2025-06-24
81
+
82
+ - Updated registry entries from the IANA [media registry][registry] and
83
+ [provisional media registry][provisional], the
84
+ [Apache httpd media registry][httpd], and the
85
+ [Apache Tika media registry][tika] as of the release date.
86
+
87
+ ## 3.2025.0617 / 2025-06-17
88
+
89
+ - Updated registry entries from the IANA [media registry][registry] and
90
+ [provisional media registry][provisional], the
91
+ [Apache httpd media registry][httpd], and the
92
+ [Apache Tika media registry][tika] as of the release date.
93
+
94
+ ## 3.2025.0610 / 2025-06-10
95
+
96
+ - Updated registry entries from the IANA [media registry][registry] and
97
+ [provisional media registry][provisional], the
98
+ [Apache httpd media registry][httpd], and the
99
+ [Apache Tika media registry][tika] as of the release date.
100
+
101
+ ## 3.2025.0603 / 2025-06-03
102
+
103
+ - Updated registry entries from the IANA [media registry][registry] and
104
+ [provisional media registry][provisional], the
105
+ [Apache httpd media registry][httpd], and the
106
+ [Apache Tika media registry][tika] as of the release date.
107
+
108
+ ## 3.2025.0527 / 2025-05-27
109
+
110
+ - Updated registry entries from the IANA [media registry][registry] and
111
+ [provisional media registry][provisional], the
112
+ [Apache httpd media registry][httpd], and the
113
+ [Apache Tika media registry][tika] as of the release date.
114
+
115
+ ## 3.2025.0520 / 2025-05-20
116
+
117
+ - Updated registry entries from the IANA [media registry][registry] and
118
+ [provisional media registry][provisional], the
119
+ [Apache httpd media registry][httpd], and the
120
+ [Apache Tika media registry][tika] as of the release date.
121
+
122
+ ## 3.2025.0514 / 2025-05-14
123
+
124
+ - Updated registry entries from the IANA [media registry][registry] and
125
+ [provisional media registry][provisional], the
126
+ [Apache httpd media registry][httpd], and the
127
+ [Apache Tika media registry][tika] as of the release date.
128
+
129
+ ## 3.2025.0507 / 2025-05-07
12
130
 
13
- ## 3.2025.0415 / 2025-04-15
131
+ - Added new data for pre-computed priority sorting. This new data requires Ruby
132
+ mime-types 3.7.0 or later to manage data but is ignored by older versions of
133
+ mime-types.
14
134
 
15
- - Updated the Apache and IANA media registry entries as of release date
135
+ - Added a parser for the [Apache Tika media registry][tika] to enrich the media
136
+ definitions, mostly by adding new patterns for media type extensions. This
137
+ parser:
138
+
139
+ 1. Parses the current `tika-mimetypes.xml` from the main branch of
140
+ [Tika][tika] on GitHub.
141
+
142
+ 2. Skips over any `mime-type` record that has attributes. That is, any record
143
+ which looks like `media/subtype;format=foo` or `media/subtype;version=2`
144
+ will be skipped. Support for attributes does not currently exist in the
145
+ mime-types library.
146
+
147
+ 3. Extracts the `glob` entries for use in the `extensions` field. Globs that
148
+ use `*` in the middle of a filename are excluded, because that's now how
149
+ the Ruby MIME::Types field works (I could add a new `glob` field, but that
150
+ will take a bit more work).
151
+
152
+ 4. Updates the `extensions` field for any existing MIME::Type or creates new
153
+ unregistered (not defined in IANA) types for new ones.
154
+
155
+ - Updated the history body to reflect the new data source for updates.
156
+
157
+ - Some details were removed from older CHANGELOG entries relating to updated
158
+ MIME types from more or less automated processes.
159
+
160
+ ## 3.2025.0506 / 2025-05-06
161
+
162
+ - Updated registry entries from the IANA [media registry][registry] and
163
+ [provisional media registry][provisional] and the
164
+ [Apache httpd media registry][httpd] as of the release date.
165
+
166
+ ## 3.2025.0429 / 2025-04-29
167
+
168
+ - Updated registry entries from the IANA [media registry][registry] and
169
+ [provisional media registry][provisional] and the
170
+ [Apache httpd media registry][httpd] as of the release date.
171
+
172
+ ## 3.2025.0422 / 2025-04-22
173
+
174
+ - Updated registry entries from the IANA [media registry][registry] and
175
+ [provisional media registry][provisional] and the
176
+ [Apache httpd media registry][httpd] as of the release date.
16
177
 
17
178
  ## 3.2025.0408 / 2025-04-08
18
179
 
19
- - Updated the Apache and IANA media registry entries as of release date
180
+ - Updated registry entries from the IANA [media registry][registry] and
181
+ [provisional media registry][provisional] and the
182
+ [Apache httpd media registry][httpd] as of the release date.
20
183
 
21
184
  ## 3.2025.0402 / 2025-04-02
22
185
 
23
- - Updated the Apache and IANA media registry entries as of release date
186
+ - Updated registry entries from the IANA [media registry][registry] and
187
+ [provisional media registry][provisional] and the
188
+ [Apache httpd media registry][httpd] as of the release date.
24
189
 
25
190
  ## 3.2025.0325 / 2025-03-25
26
191
 
27
- - Updated the Apache and IANA media registry entries as of release date
192
+ - Updated registry entries from the IANA [media registry][registry] and
193
+ [provisional media registry][provisional] and the
194
+ [Apache httpd media registry][httpd] as of the release date.
28
195
 
29
196
  ## 3.2025.0318 / 2025-03-18
30
197
 
31
- - Updated the Apache and IANA media registry entries as of release date
198
+ - Updated registry entries from the IANA [media registry][registry] and
199
+ [provisional media registry][provisional] and the
200
+ [Apache httpd media registry][httpd] as of the release date.
32
201
 
33
202
  ## 3.2025.0304 / 2025-03-04
34
203
 
35
- - Updated the Apache and IANA media registry entries as of release date
204
+ - Updated registry entries from the IANA [media registry][registry] and
205
+ [provisional media registry][provisional] and the
206
+ [Apache httpd media registry][httpd] as of the release date.
36
207
 
37
208
  ## 3.2025.0220 / 2025-02-20
38
209
 
39
- - Updated the Apache and IANA media registry entries as of release date
210
+ - Updated registry entries from the IANA [media registry][registry] and
211
+ [provisional media registry][provisional] and the
212
+ [Apache httpd media registry][httpd] as of the release date.
40
213
 
41
214
  - Added [trusted publishing][tp] for fully automated releases. Developed by
42
215
  Samuel Giddins in [#109][pull-109], merged manually with some updates.
43
216
 
44
217
  ## 3.2025.0204 / 2025-02-04
45
218
 
46
- - Updated the Apache and IANA media registry entries as of release date
219
+ - Updated registry entries from the IANA [media registry][registry] and
220
+ [provisional media registry][provisional] and the
221
+ [Apache httpd media registry][httpd] as of the release date.
47
222
 
48
223
  - Added the Changelog URL to the README so that RubyGems.org is updated with the
49
224
  `changelog_uri` on release. Contributed by Mark Young in [#96][pull-96].
@@ -57,8 +232,12 @@
57
232
 
58
233
  ## 3.2025.0107 / 2025-01-07
59
234
 
60
- - Updated the Apache and IANA media registry entries as of release date
235
+ - Updated registry entries from the IANA [media registry][registry] and
236
+ [provisional media registry][provisional] and the
237
+ [Apache httpd media registry][httpd] as of the release date.
238
+
61
239
  - Restructured documentation for how I prefer to manage Hoe projects now.
240
+
62
241
  - Reworked the Rakefile because all data updates are now managed by GitHub
63
242
  Actions and should not be managed manually any longer.
64
243
 
@@ -74,36 +253,48 @@
74
253
 
75
254
  ## 3.2024.1203 / 2024-12-03
76
255
 
77
- - Updated the Apache and IANA media registry entries as of release date
256
+ - Updated registry entries from the IANA [media registry][registry] and
257
+ [provisional media registry][provisional] and the
258
+ [Apache httpd media registry][httpd] as of the release date.
78
259
 
79
260
  ## 3.2024.1105 / 2024-11-05
80
261
 
81
- - Updated the Apache and IANA media registry entries as of release date
262
+ - Updated registry entries from the IANA [media registry][registry] and
263
+ [provisional media registry][provisional] and the
264
+ [Apache httpd media registry][httpd] as of the release date.
82
265
 
83
266
  ## 3.2024.1001 / 2024-10-01
84
267
 
85
- - Updated the Apache and IANA media registry entries as of release date
268
+ - Updated registry entries from the IANA [media registry][registry] and
269
+ [provisional media registry][provisional] and the
270
+ [Apache httpd media registry][httpd] as of the release date.
86
271
 
87
272
  ## 3.2024.0903 / 2024-09-03
88
273
 
89
- - Updated the Apache and IANA media registry entries as of release date
274
+ - Updated registry entries from the IANA [media registry][registry] and
275
+ [provisional media registry][provisional] and the
276
+ [Apache httpd media registry][httpd] as of the release date.
90
277
 
91
278
  ## 3.2024.0820 / 2024-08-20
92
279
 
93
- - Updated the Apache and IANA media registry entries as of release date.
280
+ - Updated registry entries from the IANA [media registry][registry] and
281
+ [provisional media registry][provisional] and the
282
+ [Apache httpd media registry][httpd] as of the release date.
94
283
 
95
284
  - Added `.jxl` extension for `image/jxl`. Contributed by Shane Eskritt in
96
285
  [#81][pull-81].
97
286
 
98
287
  ## 3.2024.0806 / 2024-08-06
99
288
 
100
- - Updated the Apache and IANA media registry entries as of release date
289
+ - Updated registry entries from the IANA [media registry][registry] and
290
+ [provisional media registry][provisional] and the
291
+ [Apache httpd media registry][httpd] as of the release date.
101
292
 
102
293
  ## 3.2024.0702 / 2024-07-02
103
294
 
104
- - Updated the Apache and IANA media registry entries as of release date
105
-
106
- - This update adds an empty `example/` top-level media type group.
295
+ - Updated registry entries from the IANA [media registry][registry] and
296
+ [provisional media registry][provisional] and the
297
+ [Apache httpd media registry][httpd] as of the release date.
107
298
 
108
299
  - This update adds a new `haptics/` group with three media types defined.
109
300
 
@@ -114,7 +305,9 @@
114
305
 
115
306
  ## 3.2024.0604 / 2024-06-04
116
307
 
117
- - Updated the Apache and IANA media registry entries as of release date
308
+ - Updated registry entries from the IANA [media registry][registry] and
309
+ [provisional media registry][provisional] and the
310
+ [Apache httpd media registry][httpd] as of the release date.
118
311
 
119
312
  - Internal changes:
120
313
 
@@ -127,43 +320,63 @@
127
320
 
128
321
  ## 3.2024.0507 / 2024-05-07
129
322
 
130
- - Updated the Apache and IANA media registry entries as of release date
323
+ - Updated registry entries from the IANA [media registry][registry] and
324
+ [provisional media registry][provisional] and the
325
+ [Apache httpd media registry][httpd] as of the release date.
131
326
 
132
327
  ## 3.2024.0402 / 2024-04-02
133
328
 
134
- - Updated the Apache and IANA media registry entries as of release date
329
+ - Updated registry entries from the IANA [media registry][registry] and
330
+ [provisional media registry][provisional] and the
331
+ [Apache httpd media registry][httpd] as of the release date.
135
332
 
136
333
  ## 3.2024.0305 / 2024-03-05
137
334
 
138
- - Updated the Apache and IANA media registry entries as of release date
335
+ - Updated registry entries from the IANA [media registry][registry] and
336
+ [provisional media registry][provisional] and the
337
+ [Apache httpd media registry][httpd] as of the release date.
139
338
 
140
339
  ## 3.2024.0206 / 2024-02-06
141
340
 
142
- - Updated the Apache and IANA media registry entries as of release date
341
+ - Updated registry entries from the IANA [media registry][registry] and
342
+ [provisional media registry][provisional] and the
343
+ [Apache httpd media registry][httpd] as of the release date.
143
344
 
144
345
  ## 3.2024.0102 / 2024-01-02
145
346
 
146
- - Updated the Apache and IANA media registry entries as of release date
347
+ - Updated registry entries from the IANA [media registry][registry] and
348
+ [provisional media registry][provisional] and the
349
+ [Apache httpd media registry][httpd] as of the release date.
147
350
 
148
351
  ## 3.2023.1205 / 2023-12-05
149
352
 
150
- - Updated the Apache and IANA media registry entries as of release date
353
+ - Updated registry entries from the IANA [media registry][registry] and
354
+ [provisional media registry][provisional] and the
355
+ [Apache httpd media registry][httpd] as of the release date.
151
356
 
152
357
  ## 3.2023.1107 / 2023-11-07
153
358
 
154
- - Updated the Apache and IANA media registry entries as of release date
359
+ - Updated registry entries from the IANA [media registry][registry] and
360
+ [provisional media registry][provisional] and the
361
+ [Apache httpd media registry][httpd] as of the release date.
155
362
 
156
363
  ## 3.2023.1003 / 2023-10-03
157
364
 
158
- - Updated the Apache and IANA media registry entries as of release date
365
+ - Updated registry entries from the IANA [media registry][registry] and
366
+ [provisional media registry][provisional] and the
367
+ [Apache httpd media registry][httpd] as of the release date.
159
368
 
160
369
  ## 3.2023.0905 / 2023-09-05
161
370
 
162
- - Updated the Apache and IANA media registry entries as of release date
371
+ - Updated registry entries from the IANA [media registry][registry] and
372
+ [provisional media registry][provisional] and the
373
+ [Apache httpd media registry][httpd] as of the release date.
163
374
 
164
375
  ## 3.2023.0808 / 2023-08-08
165
376
 
166
- - Updated the Apache and IANA media registry entries as of release date
377
+ - Updated registry entries from the IANA [media registry][registry] and
378
+ [provisional media registry][provisional] and the
379
+ [Apache httpd media registry][httpd] as of the release date.
167
380
 
168
381
  ## 3.2023.0218.1 / 2023-02-18
169
382
 
@@ -174,13 +387,15 @@
174
387
  Samuel Williams discovered this in [#55][issue-55] by noting that all `js`
175
388
  types were marked obsolete in version 3.2023.0218.
176
389
 
177
- A hotfix has been applied to resolve this. However, note that
390
+ A hot fix has been applied to resolve this. However, note that
178
391
  `application/javascript` will not be returned by default, only
179
392
  `text/javascript`.
180
393
 
181
394
  ## 3.2023.0218 / 2023-02-18
182
395
 
183
- - Updated the Apache and IANA media registry entries as of release date.
396
+ - Updated registry entries from the IANA [media registry][registry] and
397
+ [provisional media registry][provisional] and the
398
+ [Apache httpd media registry][httpd] as of the release date.
184
399
 
185
400
  - Mohammed Gad added the `jfif` file extension for `image/jpeg` text format.
186
401
  [#52][pull-52]
@@ -194,52 +409,62 @@
194
409
  clean way of identifying them at the moment. See [#54][issue-54].
195
410
 
196
411
  This release also fixes [ruby-mime-types#163][ruby-mime-types#163], where logs
197
- show "Type application/netcdf is already registered as a variant of
198
- application/netcdf".
412
+ show "Type `application/netcdf` is already registered as a variant of
413
+ `application/netcdf`".
199
414
 
200
415
  ## 3.2022.0105 / 2022-01-05
201
416
 
202
- - Updated the Apache and IANA media registry entries as of release date.
417
+ - Updated registry entries from the IANA [media registry][registry] and
418
+ [provisional media registry][provisional] and the
419
+ [Apache httpd media registry][httpd] as of the release date.
203
420
 
204
421
  - Fixed an incorrect definition of `image/bmp`, which had been marked obsolete
205
422
  and later registered. Fixed [#48][issue-48], found by William T. Nelson.
206
423
 
207
424
  ## 3.2021.1115 / 2021-11-15
208
425
 
209
- - Updated the Apache and IANA media registry entries as of release date.
426
+ - Updated registry entries from the IANA [media registry][registry] and
427
+ [provisional media registry][provisional] and the
428
+ [Apache httpd media registry][httpd] as of the release date.
210
429
 
211
430
  - Added conversion utilities that support the `mini_mime` data format. These
212
431
  have been ported from the [mini\_mime][mini_mime] repository. [#47][pull-47]
213
432
 
214
- - Added IANA provisional media registries. Added some notes to CONTRIBUTING.md
433
+ - Added IANA provisional media registries. Added some notes to CONTRIBUTING
215
434
  about the transient nature of the provisional registration data. This was
216
435
  triggered in part by a pull request by Jon Sneyers. Thanks! [#45][pull-45],
217
436
  [#43][pull-43]
218
437
 
219
438
  ## 3.2021.0901 / 2021-09-01
220
439
 
221
- - Updated the Apache and IANA media registry entries as of release date.
440
+ - Updated registry entries from the IANA [media registry][registry] and
441
+ [provisional media registry][provisional] and the
442
+ [Apache httpd media registry][httpd] as of the release date.
222
443
 
223
- - Added file extension for WebVTT text format. [#46][pull-46]
444
+ - Added file extension for `WebVTT` text format. [#46][pull-46]
224
445
 
225
446
  ## 3.2021.0704 / 2021-07-04
226
447
 
227
- - Updated the Apache and IANA media registry entries as of release date.
448
+ - Updated registry entries from the IANA [media registry][registry] and
449
+ [provisional media registry][provisional] and the
450
+ [Apache httpd media registry][httpd] as of the release date.
228
451
 
229
452
  ## 3.2021.0225 / 2021-02-25
230
453
 
231
- - Updated the Apache and IANA media registry entries as of release date.
454
+ - Updated registry entries from the IANA [media registry][registry] and
455
+ [provisional media registry][provisional] and the
456
+ [Apache httpd media registry][httpd] as of the release date.
232
457
 
233
- - Added file extension for AVIF video format. [#40][pull-40]
458
+ - Added file extension for `AVIF` video format. [#40][pull-40]
234
459
 
235
460
  ## 3.2021.0212 / 2021-02-12
236
461
 
237
462
  - Updated the IANA media registry entries as of release date.
238
463
 
239
464
  - Added a new rake task (`release:automatic`) that downloads and converts the
240
- data from Apache and IANA; if there are changes detected, it updates the
241
- release version, changelog, manifest, and gemspec and commits the changes to
242
- git.
465
+ data from Apache httpd and IANA registries; if there are changes detected, it
466
+ updates the release version, changelog, manifest, and `gemspec` and commits
467
+ the changes to git.
243
468
 
244
469
  ## 3.2020.1104 / 2020-11-04
245
470
 
@@ -257,7 +482,7 @@
257
482
 
258
483
  - Updated the IANA media registry entries as of release date.
259
484
 
260
- - Added file extensions for HEIC image types. [#34][pull-34]
485
+ - Added file extensions for `HEIC` image types. [#34][pull-34]
261
486
 
262
487
  ## 3.2020.0425 / 2020-04-25
263
488
 
@@ -309,7 +534,7 @@
309
534
  `text/markdown`. [#13][pull-13]
310
535
 
311
536
  - Because of a bug found with mime-types 3 before 3.2.1, this version requires
312
- mime-types 3.1 or later to manage data.
537
+ mime-types 3.2 or later to manage data.
313
538
 
314
539
  - Updated the IANA media registry entries as of release date. The biggest major
315
540
  change here is the addition of the `font/` top-level media type.
@@ -322,27 +547,11 @@
322
547
 
323
548
  ## 3.2016.0521 / 2016-05-21
324
549
 
325
- - Updated the known extension list for application/octet-stream and
326
- application/pgp-encrypted to include gpg as an extension. Fixes
327
- [#3](https://github.com/mime-types/mime-types-data/pull/3) by Tao Guo
328
- ([@taoza](https://github.com/taoza)).
329
- - Updated the IANA media registry entries as of release date:
330
-
331
- - Updated metadata for application/EmergencyCallData.Comment+xml,
332
- application/EmergencyCallData.DeviceInfo+xml,
333
- application/EmergencyCallData.ProviderInfo+xml,
334
- application/EmergencyCallData.ServiceInfo+xml,
335
- application/EmergencyCallData.SubscriberInfo+xml, application/ogg,
336
- application/problem+json, application/problem+xml, audio/ogg, text/markdown,
337
- video/H265, video/ogg.
338
- - Added application/efi, application/vnd.3gpp.sms+xml,
339
- application/vnd.3lightssoftware.imagescal,
340
- application/vnd.coreos.ignition+json, application/vnd.oma.lwm2m+json,
341
- application/vnd.onepager, application/vnd.quarantainenet,
342
- application/vnd.vel+json, image/emf, image/wmf, text/prs.prop.logic.
343
- - image/bmp has a draft RFC which would make it official; it has been finally
344
- been registered. As such, this version _reverses_ the use-instead
345
- relationship of image/bmp and image/x-bmp.
550
+ - Updated the known extension list for `application/octet-stream` and
551
+ `application/pgp-encrypted` to include `gpg` as an extension. Fixes
552
+ [#3][pull-3] by Tao Guo ([@taonic](https://github.com/taonic)).
553
+
554
+ - Updated the IANA media registry entries as of release date.
346
555
 
347
556
  - This version requires mime-types 3.1 or later to manage data because of an
348
557
  issue with JSON data encoding for the `xrefs` field.
@@ -350,23 +559,9 @@
350
559
  ## 3.2016.0221 / 2016-02-21
351
560
 
352
561
  - Updated the known extensions list for audio/mp4.
353
- - Updated the IANA media registry entries as of release date:
354
-
355
- - Updated metadata for 3GPP-defined types (there are many), application/cdni,
356
- and application/rfc+xml.
357
- - Added application/EmergencyCallData.Comment+xml,
358
- application/EmergencyCallData.DeviceInfo+xml,
359
- application/EmergencyCallData.ProviderInfo+xml,
360
- application/EmergencyCallData.ServiceInfo+xml,
361
- application/ppsp-tracker+json, application/problem+json,
362
- application/problem+xml, application/vnd.filmit.zfc, application/vnd.hdt,
363
- application/vnd.mapbox-vector-tile,
364
- application/vnd.ms-PrintDeviceCapabilities+xml,
365
- application/vnd.ms-PrintSchemaTicket+xml,
366
- application/vnd.ms-windows.nwprinting.oob, application/vnd.tml,
367
- model/vnd.rosette.annotated-data-model, and video/H265.
368
562
 
369
563
  - Updated to [Contributor Covenant 1.4][code of conduct].
564
+
370
565
  - Shift the support code in this repository to be developed with Ruby 2.3. This
371
566
  involves:
372
567
 
@@ -388,81 +583,35 @@
388
583
  - Updated the conversion and management utilities to work with ruby-mime-types
389
584
  3.x.
390
585
 
391
- - Updated the IANA media registry entries as of release date:
392
-
393
- - Updated metadata for application/scim+json, audio/G711-0, text/markdown.
394
-
395
- - Added application/cdni, application/csvm+json, application/rfc+xml,
396
- application/vnd.3gpp.access-transfer-events+xml,
397
- application/vnd.3gpp.srvcc-ext+xml, application/vnd.3gpp.SRVCC-info+xml,
398
- application/vnd.ms-windows.devicepairing,
399
- application/vnd.ms-windows.wsd.oob, application/vnd.oxli.countgraph,
400
- application/vnd.pagerduty+json, video/VP8.
586
+ - Updated the IANA media registry entries as of release date.
401
587
 
402
588
  ## 2.6.2 / 2015-09-13
403
589
 
404
- - Updated the IANA media registry entries as of release date:
405
-
406
- - Updated metadata for application/cals-1840, application/index.obj,
407
- application/ocsp-response, application/vnd.dtg.local.html,
408
- application/vnd.pwg-multiplexed, audio/G7221, audio/opus.
409
-
410
- - Added application/pkcs12, application/scim+json, multipart/form-data.
411
- application/vnd.3gpp-prose+xml, application/vnd.3gpp-prose-pc3ch+xml,
412
- application/vnd.3gpp.mid-call+xml,
413
- application/vnd.3gpp-state-and-event-info+xml, application.3gpp.ussd+xml,
414
- application/vnd.anki, application/vnd.biopax.rdf+xml,
415
- application/vnd.drive+json, application/vnd.firemonkeys.cloudcell,
416
- application/vnd.hyperdrive+json, application/vnd.openblox.game+xml,
417
- application/vnd.openblox.game-binary, application/vnd.uri-map, audio/G711-0,
418
- image/vnd.mozilla.apng.
590
+ - Updated the IANA media registry entries as of release date.
419
591
 
420
592
  ## 2.6 / 2015-05-25
421
593
 
422
594
  - Steven Michael Thomas
423
595
  ([@stevenmichaelthomas](https://github.com/stevenmichaelthomas)) added `woff2`
424
- as an extension to application/font-woff,
596
+ as an extension to `application/font-woff`,
425
597
  [ruby-mime-types#99][ruby-mime-types#99].
426
- - Updated the IANA media registry entries as of release date:
427
- - Updated metadata for application/jose, application/jose+json,
428
- application/jwk+json, application/jwk-set+json, application/jwt to reflect
429
- the adoption of RFC7519.
430
- - Added application/vnd.balsamiq.bmpr.
598
+ - Updated the IANA media registry entries as of release date.
431
599
 
432
600
  ## 2.5 / 2015-04-25
433
601
 
434
- - Updated the IANA media registry entries as of release date:
435
- - Added MIME types: application/A2L, application/AML, application/ATFX,
436
- application/ATXML, application/CDFX+XML, application/CEA, application/DII,
437
- application/DIT, application/jose, application/jose+json,
438
- application/json-seq, application/jwk+json, application/jwk-set+json,
439
- application/jwt, application/LXF, application/MF4, application/rdap+json,
440
- application/vnd.apache.thrift.compact, vnd.apache.thrift.json,
441
- application/vnd.citationstyles.style+xml, application/vnd.coffeescript,
442
- application/vnd.enphase.envoy, application/vnd.fastcopy-disk-image,
443
- application/vnd.gerber, application/vnd.gov.sk.e-form+xml,
444
- application/vnd.gov.sk.e-form+zip,
445
- application/vnd.gov.sk.xmldatacontainer+xml, application/vnd.ims.imsccv1p1,
446
- application/vnd.ims.imsccv1p2, application/vnd.ims.imsccv1p3,
447
- application/vnd.micro+json, application/vnd.microsoft.portable-executable,
448
- application/vnd.msa-disk-image, application/vnd.oracle.resource+json,
449
- application/vnd.tmd.mediaflex.api+xml, audio/opus, image/vnd.zbrush.pcx,
450
- text/csv-schema, text/markdown (marked as TEMPORARY).
451
- - Updated metadata for application/coap-group+json (RFC7390),
452
- application/epub+zip (now registered), application/merge-patch+json
453
- (RFC7396), application/smil, application/vnd.arastra.swi,
454
- application/vnd.geocube+xml, application/vnd.gmx, application/xhtml+xml,
455
- text/directory.
602
+ - Updated the IANA media registry entries as of release date.
603
+
456
604
  - Andy Brody ([@ab](https://github.com/ab)) fixed a pair of embarrassing typos
457
- in text/csv and text/tab-separated-values,
605
+ in `text/csv` and `text/tab-separated-values`,
458
606
  [ruby-mime-types#89](https://github.com/mime-types/ruby-mime-types/pull/89).
607
+
459
608
  - Aggelos Avgerinos ([@eavgerinos](https://github.com/eavgerinos)) added the
460
- unregistered MIME type image/x-ms-bmp with the extension `bmp`,
609
+ unregistered MIME type `image/x-ms-bmp` with the extension `bmp`,
461
610
  [ruby-mime-types#90](https://github.com/mime-types/ruby-mime-types/pull/90).
462
611
 
463
612
  ## 2.4.2 / 2014-10-15
464
613
 
465
- - Added application/vnd.ms-outlook as an unregistered MIME type with the
614
+ - Added `application/vnd.ms-outlook` as an unregistered MIME type with the
466
615
  extension `msg`. Provided by [@keerthisiv](https://github.com/keerthisiv) in
467
616
  [ruby-mime-types#72](https://github.com/mime-types/ruby-mime-types/pull/72).
468
617
 
@@ -471,97 +620,29 @@
471
620
  - Changed the sort order of many of the extensions to restore behaviour from
472
621
  mime-types 1.25.1.
473
622
  - Added `friendly` MIME::Type descriptions where known.
474
- - Added `reg`, `ps1`, and `vbs` extensions to application/x-msdos-program and
475
- application/x-msdownload.
623
+ - Added `reg`, `ps1`, and `vbs` extensions to `application/x-msdos-program` and
624
+ `application/x-msdownload`.
476
625
  - Updated the IANA media registry entries as of release date.
477
- - Several MIME types had updated metadata (application/alto-\*, RFC7285;
478
- application/calendar+json, RFC7265; application/http, RFC7230;
479
- application/xml, RFC7303; application/xml-dtd, RFC7303;
480
- application/xml-external-parsed-entity, RFC7303; audio/AMR-WB, RFC4867;
481
- audio/aptx, RFC7310; message/http, RFC7230; multipart/byteranges, RFC7233;
482
- text/xml, RFC7303; text/xml-external-parsed-entity, RFC7303)
483
- - MIME::Type application/EDI-Consent was renamed to application/EDI-consent.
484
- - Obsoleted application/vnd.informix-visionary in favour of
485
- application/vnd.visionary. Obsoleted
486
- application/vnd.nokia.n-gage.symbian.install with no replacement.
487
- - Added MIME types: application/ATF, application/coap-group+json,
488
- application/DCD, application/merge-patch+json, application/scaip+xml,
489
- application/vnd.apache.thrift.binary, application/vnd.artsquare,
490
- application/vnd.doremir.scorecloud-binary-document, application/vnd.dzr,
491
- application/vnd.maxmind.maxmind-db,
492
- application/vnd.ntt-local.ogw_remote-access, application/xml-patch+xml,
493
- image/vnd.tencent.tap.
494
626
 
495
627
  ## 2.3 / 2014-05-23
496
628
 
497
629
  - Updated the IANA media registry entries as of release date.
498
- - Several MIME types had additional metadata added on the most recent import.
499
- - MIME::Type application/pidfxml was renamed to application/pidf+xml.
500
- - Added MIME types: application/3gpdash-qoe-report+xml,
501
- application/alto-costmap+json, application/alto-costmapfilter+json,
502
- application/alto-directory+json, application/alto-endpointcost+json,
503
- application/alto-endpointcostparams+json,
504
- application/alto-endpointprop+json,
505
- application/alto-endpointpropparams+json, application/alto-error+json,
506
- application/alto-networkmap+json, application/alto-networkmapfilter+json,
507
- application/calendar+json, application/vnd.debian.binary-package,
508
- application/vnd.geo+json, application/vnd.ims.lis.v2.result+json,
509
- application/vnd.ims.lti.v2.toolconsumerprofile+json,
510
- application/vnd.ims.lti.v2.toolproxy+json,
511
- application/vnd.ims.lti.v2.toolproxy.id+json,
512
- application/vnd.ims.lti.v2.toolsettings+json,
513
- application/vnd.ims.lti.v2.toolsettings.simple+json,
514
- application/vnd.mason+json, application/vnd.miele+json,
515
- application/vnd.ms-3mfdocument, application/vnd.panoply,
516
- application/vnd.valve.source.material, application/vnd.yaoweme, audio/aptx,
517
- image/vnd.valve.source.texture, model/vnd.opengex,
518
- model/vnd.valve.source.compiled-map, model/x3d+fastinfoset,
519
- text/cache-manifest
520
630
 
521
631
  ## 2.2 / 2014-03-14
522
632
 
523
- - Added <tt>.sj</tt> to `application/javascript` as provided by Brandon
524
- Galbraith ([@brandongalbraith](https://github.com/brandongalbraith)) in
633
+ - Added `.sj` to `application/javascript` as provided by Brandon Galbraith
634
+ ([@brandongalbraith](https://github.com/brandongalbraith)) in
525
635
  [ruby-mime-types#58](https://github.com/mime-types/ruby-mime-types/pull/58).
526
- - Marked application/excel and application/x-excel as obsolete in favour of
527
- application/vnd.ms-excel per
636
+
637
+ - Marked `application/excel` and `application/x-excel` as obsolete in favour of
638
+ `application/vnd.ms-excel` per
528
639
  [ruby-mime-types#60](https://github.com/mime-types/ruby-mime-types/pull/60).
640
+
529
641
  - Merged duplicate MIME types into the registered MIME type. The only difference
530
642
  between the MIME types was capitalization; the MIME type registry is
531
643
  case-preserving.
532
644
 
533
- - Affected MIME types: application/vnd.3M.Post-it-Notes,
534
- application/vnd.FloGraphIt, application/vnd.HandHeld-Entertainment+xml,
535
- application/vnd.hp-HPGL, application/vnd.hp-PCL, application/vnd.hp-PCLXL,
536
- application/vnd.ibm.MiniPay, application/vnd.Kinar, application/vnd.MFER,
537
- application/vnd.Mobius.DAF, application/vnd.Mobius.DIS,
538
- application/vnd.Mobius.MBK, application/vnd.Mobius.MSL,
539
- application/vnd.Mobius.MQY, application/vnd.Mobius.PLC,
540
- application/vnd.Mobius.TXF, application/vnd.ms-excel.addin.macroEnabled.12,
541
- application/vnd.ms-excel.sheet.binary.macroEnabled.12,
542
- application/vnd.ms-excel.sheet.macroEnabled.12,
543
- application/vnd.ms-excel.template.macroEnabled.12,
544
- application/vnd.ms-powerpoint.addin.macroEnabled.12,
545
- application/vnd.ms-powerpoint.presentation.macroEnabled.12,
546
- application/vnd.ms-powerpoint.slide.macroEnabled.12,
547
- application/vnd.ms-powerpoint.slideshow.macroEnabled.12,
548
- application/vnd.ms-powerpoint.template.macroEnabled.12,
549
- application/vnd.ms-word.document.macroEnabled.12,
550
- application/vnd.ms-word.template.macroEnabled.12,
551
- application/vnd.novadigm.EDM, application/vnd.novadigm.EDX,
552
- application/vnd.novadigm.EXT, application/vnd.Quark.QuarkXPress,
553
- application/vnd.SimTech-MindMapper, audio/AMR-WB, video/H261, video/H263,
554
- video/H264, video/JPEG, video/MJ2.
555
-
556
645
  - Updated the IANA media registry entries as of release date.
557
- - Registered type person names have been updated from surname only to full
558
- name.
559
- - Several types had updated RFC or draft RFC references.
560
- - Added application/bacnet-xdd+zip, application/cms,
561
- application/load-control+xml, application/PDX, application/ttml+xml,
562
- application/vnd.collection.doc+json,
563
- application/vnd.iptc.g2.catalogitem+xml, application/vnd.pcos,
564
- text/parameters, text/vnd.a, video/iso.segment
565
646
 
566
647
  ## 2.1 / 2014-01-25
567
648
 
@@ -572,88 +653,16 @@
572
653
  - MIME types having a publicly available registry application now include a
573
654
  link to that file in references.
574
655
  - Added `xrefs` data as discovered (see the API changes noted above).
575
- - The Apache mime types configuration has been added to track additional common
576
- but unregistered MIME types and known extensions for those MIME types. This
577
- has affected many of the available MIME types.
578
- - Added newly registered MIME types:
579
- - application/emotionml+xml, application/ODX, application/prs.hpub+zip,
580
- application/vcard+json, application/vnd.bekitzur-stech+json,
581
- application/vnd.etsi.timestamp-token,
582
- application/vnd.oma.cab-feature-handler+xml, application/vnd.openeye.oeb,
583
- application/vnd.tcpdump.pcap, audio/amr-wb, model/x3d+xml, model/x3d-vrml
584
- - Added 180 unregistered MIME types from the Apache list:
585
- - application/applixware, application/cu-seeme, application/docbook+xml,
586
- application/gml+xml, application/gpx+xml, application/gxf,
587
- application/java-archive, application/java-serialized-object,
588
- application/java-vm, application/jsonml+json, application/metalink+xml,
589
- application/omdoc+xml, application/onenote, application/pics-rules,
590
- application/rsd+xml, application/ssdl+xml, application/vnd.3m.post-it-notes,
591
- application/vnd.amazon.ebook,
592
- application/vnd.anser-web-funds-transfer-initiation,
593
- application/vnd.curl.car, application/vnd.curl.pcurl,
594
- application/vnd.dolby.mlp, application/vnd.ds-keypoint,
595
- application/vnd.flographit, application/vnd.handheld-entertainment+xml,
596
- application/vnd.hp-hpgl, application/vnd.hp-pcl, application/vnd.hp-pclxl,
597
- application/vnd.ibm.minipay, application/vnd.kinar, application/vnd.mfer,
598
- application/vnd.mobius.daf, application/vnd.mobius.dis,
599
- application/vnd.mobius.mbk, application/vnd.mobius.mqy,
600
- application/vnd.mobius.msl, application/vnd.mobius.plc,
601
- application/vnd.mobius.txf, application/vnd.ms-excel.addin.macroenabled.12,
602
- application/vnd.ms-excel.sheet.binary.macroenabled.12,
603
- application/vnd.ms-excel.sheet.macroenabled.12,
604
- application/vnd.ms-excel.template.macroenabled.12,
605
- application/vnd.ms-pki.seccat, application/vnd.ms-pki.stl,
606
- application/vnd.ms-powerpoint.addin.macroenabled.12,
607
- application/vnd.ms-powerpoint.presentation.macroenabled.12,
608
- application/vnd.ms-powerpoint.slide.macroenabled.12,
609
- application/vnd.ms-powerpoint.slideshow.macroenabled.12,
610
- application/vnd.ms-powerpoint.template.macroenabled.12,
611
- application/vnd.ms-word.document.macroenabled.12,
612
- application/vnd.ms-word.template.macroenabled.12,
613
- application/vnd.novadigm.edm, application/vnd.novadigm.edx,
614
- application/vnd.novadigm.ext, application/vnd.quark.quarkxpress,
615
- application/vnd.rim.cod, application/vnd.rn-realmedia-vbr,
616
- application/vnd.simtech-mindmapper, application/vnd.symbian.install,
617
- application/winhlp, application/x-abiword, application/x-ace-compressed,
618
- application/x-authorware-bin, application/x-authorware-map,
619
- application/x-authorware-seg, application/x-bittorrent, application/x-blorb,
620
- application/x-bzip, application/x-cbr, application/x-cfs-compressed,
621
- application/x-chat, application/x-conference, application/x-dgc-compressed,
622
- application/x-doom, application/x-dtbncx+xml, application/x-dtbook+xml,
623
- application/x-dtbresource+xml, application/x-envoy, application/x-eva,
624
- application/x-font-bdf, application/x-font-ghostscript,
625
- application/x-font-linux-psf, application/x-font-otf,
626
- application/x-font-pcf, application/x-font-snf, application/x-font-ttf,
627
- application/x-font-type1, application/x-freearc,
628
- application/x-gca-compressed, application/x-glulx, application/x-gnumeric,
629
- application/x-gramps-xml, application/x-install-instructions,
630
- application/x-iso9660-image, application/x-lzh-compressed,
631
- application/x-mie, application/x-ms-application, application/x-ms-shortcut,
632
- application/x-ms-xbap, application/x-msbinder, application/x-mscardfile,
633
- application/x-msclip, application/x-msmediaview, application/x-msmetafile,
634
- application/x-msmoney, application/x-mspublisher, application/x-msschedule,
635
- application/x-msterminal, application/x-mswrite, application/x-nzb,
636
- application/x-pkcs12, application/x-pkcs7-certificates,
637
- application/x-pkcs7-certreqresp, application/x-research-info-systems,
638
- application/x-silverlight-app, application/x-sql, application/x-stuffitx,
639
- application/x-subrip, application/x-t3vm-image, application/x-tads,
640
- application/x-tex-tfm, application/x-tgif, application/x-xfig,
641
- application/x-xliff+xml, application/x-xz, application/x-zmachine,
642
- application/xaml+xml, application/xproc+xml, application/xspf+xml,
643
- audio/adpcm, audio/amr-wb, audio/AMR-WB, audio/midi, audio/s3m, audio/silk,
644
- audio/x-caf, audio/x-flac, audio/x-matroska, audio/x-mpegurl, audio/xm,
645
- chemical/x-cdx, chemical/x-cif, chemical/x-cmdf, chemical/x-cml,
646
- chemical/x-csml, image/sgi, image/vnd.ms-photo, image/x-3ds, image/x-cmx,
647
- image/x-freehand, image/x-icon, image/x-mrsid-image, image/x-pcx,
648
- image/x-tga, model/x3d+binary, model/x3d+vrml, text/plain,
649
- text/vnd.curl.dcurl, text/vnd.curl.mcurl, text/vnd.curl.scurl, text/x-asm,
650
- text/x-c, text/x-fortran, text/x-java-source, text/x-nfo, text/x-opml,
651
- text/x-pascal, text/x-sfv, text/x-uuencode, video/h261, video/h263,
652
- video/h264, video/jpeg, video/jpm, video/mj2, video/x-f4v, video/x-m4v,
653
- video/x-mng, video/x-ms-vob, video/x-smv
654
- - Merged the non-standard VMS platform text/plain with the standard text/plain.
656
+
657
+ - The Apache httpd mime types configuration has been added to track additional
658
+ common but unregistered MIME types and known extensions for those MIME types.
659
+ This has affected many of the available MIME types.
660
+
661
+ - Merged the non-standard VMS platform `text/plain` with the standard
662
+ `text/plain`.
655
663
 
656
664
  [code of conduct]: CODE_OF_CONDUCT.md
665
+ [httpd]: https://svn.apache.org/repos/asf/httpd/httpd/trunk/docs/conf/mime.types
657
666
  [issue-18]: https://github.com/mime-types/mime-types-data/issues/18
658
667
  [issue-22]: https://github.com/mime-types/mime-types-data/issues/22
659
668
  [issue-32]: https://github.com/mime-types/mime-types-data/issues/32
@@ -661,11 +670,14 @@
661
670
  [issue-54]: https://github.com/mime-types/mime-types-data/issues/54
662
671
  [issue-55]: https://github.com/mime-types/mime-types-data/issues/55
663
672
  [mini_mime]: https://github.com/discourse/mini_mime/issues/41
673
+ [provisional]: https://www.iana.org/assignments/provisional-standard-media-types/provisional-standard-media-types.xml
664
674
  [pull-109]: https://github.com/mime-types/mime-types-data/pull/109
665
675
  [pull-10]: https://github.com/mime-types/mime-types-data/pull/10
666
676
  [pull-11]: https://github.com/mime-types/mime-types-data/pull/11
667
677
  [pull-12]: https://github.com/mime-types/mime-types-data/pull/12
668
678
  [pull-13]: https://github.com/mime-types/mime-types-data/pull/13
679
+ [pull-191]: https://github.com/mime-types/mime-types-data/pull/191
680
+ [pull-192]: https://github.com/mime-types/mime-types-data/pull/192
669
681
  [pull-20]: https://github.com/mime-types/mime-types-data/pull/20
670
682
  [pull-21]: https://github.com/mime-types/mime-types-data/pull/21
671
683
  [pull-23]: https://github.com/mime-types/mime-types-data/pull/23
@@ -678,6 +690,7 @@
678
690
  [pull-34]: https://github.com/mime-types/mime-types-data/pull/34
679
691
  [pull-35]: https://github.com/mime-types/mime-types-data/pull/35
680
692
  [pull-36]: https://github.com/mime-types/mime-types-data/pull/36
693
+ [pull-3]: https://github.com/mime-types/mime-types-data/pull/3
681
694
  [pull-40]: https://github.com/mime-types/mime-types-data/pull/40
682
695
  [pull-43]: https://github.com/mime-types/mime-types-data/pull/43
683
696
  [pull-45]: https://github.com/mime-types/mime-types-data/pull/45
@@ -690,7 +703,10 @@
690
703
  [pull-81]: https://github.com/mime-types/mime-types-data/pull/81
691
704
  [pull-96]: https://github.com/mime-types/mime-types-data/pull/96
692
705
  [pull-98]: https://github.com/mime-types/mime-types-data/pull/98
706
+ [registry]: https://www.iana.org/assignments/media-types/media-types.xml
693
707
  [rmt]: https://github.com/mime-types/ruby-mime-types
694
708
  [ruby-mime-types#163]: https://github.com/mime-types/ruby-mime-types/issues/163
709
+ [ruby-mime-types#224]: https://github.com/mime-types/ruby-mime-types/pull/224
695
710
  [ruby-mime-types#99]: https://github.com/mime-types/ruby-mime-types/pull/99
711
+ [tika]: https://github.com/apache/tika/blob/main/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml
696
712
  [tp]: https://guides.rubygems.org/trusted-publishing/