mime-types-data 3.2025.0722 → 3.2025.0805

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e086afe84f344a5ae7e3096e01de7cacd72cf8d37b036bf877df52602e9dea18
4
- data.tar.gz: 8b03d36a0e057fe291d534fc24db0f7d61dd582fb26a427a581a23e2ca3b6378
3
+ metadata.gz: a16f8cf546802c56d605eb751cd5e54173eab8227ed8ad73caab184033862936
4
+ data.tar.gz: b7d1cbf67154868ec7b7b914b919039bc23883e53eb241f9a2cb4ebbd73f3a28
5
5
  SHA512:
6
- metadata.gz: 8c8a385172f155bdada401c876b913706075e2a6ff0092d550a2ec3dfa692d6216c1434201e6a499dcf8ff3a5dc36058834f20c6dd55fb43c542c83683c0dc83
7
- data.tar.gz: 61a043f1fea54aa08349fc86da1737453783495ee6aa98beb8b6f215e448aa5155037fba3f26dd8b81a42db2b5d4b1abcf2e97810ca2f1c0452ae7fe5bd45cc4
6
+ metadata.gz: 9c8c3fec6f640a5fed6c053ce3e289bbff3d81205f480af28bd43d5cbac3542d77326d3659ade843378e30a94c738eb9fe0706cf5c283e9c27ebfb99a00bb05d
7
+ data.tar.gz: 70960b07a5823f77a5ab31a2a32b7c85684c258d4cd131deaf2d512549e962617fa429efdef599f797734eff1a48253c0847ef209130a0fc80288f4e94ecadce
data/CHANGELOG.md CHANGED
@@ -2,82 +2,122 @@
2
2
 
3
3
  <!-- automatic-release -->
4
4
 
5
- ## 3.2025.0722 / 2025-07-22
5
+ ## 3.2025.0805 / 2025-08-05
6
6
 
7
7
  - Updated registry entries from the IANA [media registry][registry] and
8
8
  [provisional media registry][provisional], the [Apache httpd media registry][httpd],
9
9
  and the [Apache Tika media registry][tika] as of the release date.
10
10
 
11
11
 
12
- ## 3.2025.0715 / 2025-07-15
12
+ ## 3.2025.0729 / 2025-07-29
13
13
 
14
14
  - Updated registry entries from the IANA [media registry][registry] and
15
15
  [provisional media registry][provisional], the [Apache httpd media registry][httpd],
16
16
  and the [Apache Tika media registry][tika] as of the release date.
17
17
 
18
18
 
19
- ## 3.2025.0708 / 2025-07-08
19
+
20
+ - Remove `.doc` from `text/plain`: The use of `.doc` for `text/plain` documents
21
+ is mostly a holdover from VAX VMS where the default wasn't `.txt` but `.doc`.
22
+ The world now thinks that `.doc` mostly means `application/msword` even though
23
+ that format is obsolete by almost twenty years. Closes
24
+ [ruby-mime-types#224][ruby-mime-types#224] with [#191][pull-191].
25
+
26
+ - Handle promoted and withdrawn provisional IANA media types. Closes
27
+ [#54][issue-54] with [#192][pull-192].
28
+
29
+ The logic is three relatively simple phases:
30
+
31
+ 1. When loading an existing registry grouping (such as
32
+ `types/application.yaml`), we mark any type that is `provisional` as
33
+ `obsolete`. This indicates that we consider any provisional type as
34
+ potentially withdrawn (and therefore obsolete).
35
+ 2. When processing existing regular types, we clear both `provisional` and
36
+ `obsolete` flags so that a type promoted from provisional is now a regular
37
+ registry entry.
38
+ 3. After merging the current list of registry entries, we _clear_
39
+ `provisional` if the type is marked both `provisional` and `obsolete`,
40
+ indicating that the provisional type has been withdrawn.
41
+
42
+ These heuristics match several types which have been promoted and withdrawn
43
+ since the handling of provisional types was improved with [#53][pull-53].
44
+
45
+ ## 3.2025.0722 / 2025-07-22
20
46
 
21
47
  - 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.
48
+ [provisional media registry][provisional], the
49
+ [Apache httpd media registry][httpd], and the
50
+ [Apache Tika media registry][tika] as of the release date.
24
51
 
52
+ ## 3.2025.0715 / 2025-07-15
25
53
 
26
- ## 3.2025.0701 / 2025-07-01
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.0708 / 2025-07-08
27
60
 
28
61
  - Updated registry entries from the IANA [media registry][registry] and
29
- [provisional media registry][provisional], the [Apache httpd media registry][httpd],
30
- and the [Apache Tika media registry][tika] as of the release date.
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.
31
65
 
66
+ ## 3.2025.0701 / 2025-07-01
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.
32
72
 
33
73
  ## 3.2025.0624 / 2025-06-24
34
74
 
35
75
  - Updated registry entries from the IANA [media registry][registry] and
36
- [provisional media registry][provisional], the [Apache httpd media registry][httpd],
37
- and the [Apache Tika media registry][tika] as of the release date.
38
-
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.
39
79
 
40
80
  ## 3.2025.0617 / 2025-06-17
41
81
 
42
82
  - Updated registry entries from the IANA [media registry][registry] and
43
- [provisional media registry][provisional], the [Apache httpd media registry][httpd],
44
- and the [Apache Tika media registry][tika] as of the release date.
45
-
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.
46
86
 
47
87
  ## 3.2025.0610 / 2025-06-10
48
88
 
49
89
  - Updated registry entries from the IANA [media registry][registry] and
50
- [provisional media registry][provisional], the [Apache httpd media registry][httpd],
51
- and the [Apache Tika media registry][tika] as of the release date.
52
-
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.
53
93
 
54
94
  ## 3.2025.0603 / 2025-06-03
55
95
 
56
96
  - Updated registry entries from the IANA [media registry][registry] and
57
- [provisional media registry][provisional], the [Apache httpd media registry][httpd],
58
- and the [Apache Tika media registry][tika] as of the release date.
59
-
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.
60
100
 
61
101
  ## 3.2025.0527 / 2025-05-27
62
102
 
63
103
  - Updated registry entries from the IANA [media registry][registry] and
64
- [provisional media registry][provisional], the [Apache httpd media registry][httpd],
65
- and the [Apache Tika media registry][tika] as of the release date.
66
-
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.
67
107
 
68
108
  ## 3.2025.0520 / 2025-05-20
69
109
 
70
110
  - Updated registry entries from the IANA [media registry][registry] and
71
- [provisional media registry][provisional], the [Apache httpd media registry][httpd],
72
- and the [Apache Tika media registry][tika] as of the release date.
73
-
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.
74
114
 
75
115
  ## 3.2025.0514 / 2025-05-14
76
116
 
77
117
  - Updated registry entries from the IANA [media registry][registry] and
78
- [provisional media registry][provisional], the [Apache httpd media registry][httpd],
79
- and the [Apache Tika media registry][tika] as of the release date.
80
-
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.
81
121
 
82
122
  ## 3.2025.0507 / 2025-05-07
83
123
 
@@ -624,12 +664,13 @@
624
664
  [issue-55]: https://github.com/mime-types/mime-types-data/issues/55
625
665
  [mini_mime]: https://github.com/discourse/mini_mime/issues/41
626
666
  [provisional]: https://www.iana.org/assignments/provisional-standard-media-types/provisional-standard-media-types.xml
627
- [pull-3]: https://github.com/mime-types/mime-types-data/pull/3
628
667
  [pull-109]: https://github.com/mime-types/mime-types-data/pull/109
629
668
  [pull-10]: https://github.com/mime-types/mime-types-data/pull/10
630
669
  [pull-11]: https://github.com/mime-types/mime-types-data/pull/11
631
670
  [pull-12]: https://github.com/mime-types/mime-types-data/pull/12
632
671
  [pull-13]: https://github.com/mime-types/mime-types-data/pull/13
672
+ [pull-191]: https://github.com/mime-types/mime-types-data/pull/191
673
+ [pull-192]: https://github.com/mime-types/mime-types-data/pull/192
633
674
  [pull-20]: https://github.com/mime-types/mime-types-data/pull/20
634
675
  [pull-21]: https://github.com/mime-types/mime-types-data/pull/21
635
676
  [pull-23]: https://github.com/mime-types/mime-types-data/pull/23
@@ -642,6 +683,7 @@
642
683
  [pull-34]: https://github.com/mime-types/mime-types-data/pull/34
643
684
  [pull-35]: https://github.com/mime-types/mime-types-data/pull/35
644
685
  [pull-36]: https://github.com/mime-types/mime-types-data/pull/36
686
+ [pull-3]: https://github.com/mime-types/mime-types-data/pull/3
645
687
  [pull-40]: https://github.com/mime-types/mime-types-data/pull/40
646
688
  [pull-43]: https://github.com/mime-types/mime-types-data/pull/43
647
689
  [pull-45]: https://github.com/mime-types/mime-types-data/pull/45
@@ -657,6 +699,7 @@
657
699
  [registry]: https://www.iana.org/assignments/media-types/media-types.xml
658
700
  [rmt]: https://github.com/mime-types/ruby-mime-types
659
701
  [ruby-mime-types#163]: https://github.com/mime-types/ruby-mime-types/issues/163
702
+ [ruby-mime-types#224]: https://github.com/mime-types/ruby-mime-types/pull/224
660
703
  [ruby-mime-types#99]: https://github.com/mime-types/ruby-mime-types/pull/99
661
704
  [tika]: https://github.com/apache/tika/blob/main/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml
662
705
  [tp]: https://guides.rubygems.org/trusted-publishing/
data/data/ext_mime.db CHANGED
@@ -284,7 +284,7 @@ dms application/octet-stream
284
284
  dna application/vnd.dna base64
285
285
  dng image/x-adobe-dng base64
286
286
  do application/x-stata-do base64
287
- doc text/plain quoted-printable
287
+ doc application/msword base64
288
288
  docm application/vnd.ms-word.document.macroEnabled.12 base64
289
289
  docx application/vnd.openxmlformats-officedocument.wordprocessingml.document base64
290
290
  dot application/msword base64