mime-types-data 3.2025.0408 → 3.2025.0924

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