mime-types-data 3.2025.0527 → 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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +158 -4
- data/data/ext_mime.db +1 -1
- data/data/mime-types.json +1 -1
- data/data/mime.content_type.column +25 -1
- data/data/mime.docs.column +24 -0
- data/data/mime.encoding.column +24 -0
- data/data/mime.flags.column +46 -22
- data/data/mime.friendly.column +24 -0
- data/data/mime.pext.column +24 -0
- data/data/mime.spri.column +0 -0
- data/data/mime.use_instead.column +24 -0
- data/data/mime.xrefs.column +39 -15
- data/lib/mime/types/data.rb +1 -1
- metadata +6 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b8b738383fd2a3382cdb32bfc3380ebdbf847d370e8605a2f32e828178b8bbb9
|
|
4
|
+
data.tar.gz: c4ba90519e1638fcc61d9ecccbbc2fd65817cee5b2b3223e973962cb131b2e46
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0d5c59d6a4c31251b862492e1ea94dd6e3abe13c5f249eccb1b3b567efe49478c0f41299a0dac8ecce0c83ac955098bdce78aa1697eb74d3313049037dc8e35a
|
|
7
|
+
data.tar.gz: dd1e20ce1f78b2048e0a8f94d95d13629b538af000291c508c466e2acee04fc234a2ef1667b15c224acfd547ae18eb5f448546dd14dbb5ba5ad7f550da9341ed
|
data/CHANGELOG.md
CHANGED
|
@@ -2,27 +2,178 @@
|
|
|
2
2
|
|
|
3
3
|
<!-- automatic-release -->
|
|
4
4
|
|
|
5
|
-
## 3.2025.
|
|
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
|
|
6
19
|
|
|
7
20
|
- Updated registry entries from the IANA [media registry][registry] and
|
|
8
21
|
[provisional media registry][provisional], the [Apache httpd media registry][httpd],
|
|
9
22
|
and the [Apache Tika media registry][tika] as of the release date.
|
|
10
23
|
|
|
11
24
|
|
|
12
|
-
## 3.2025.
|
|
25
|
+
## 3.2025.0909 / 2025-09-09
|
|
13
26
|
|
|
14
27
|
- Updated registry entries from the IANA [media registry][registry] and
|
|
15
28
|
[provisional media registry][provisional], the [Apache httpd media registry][httpd],
|
|
16
29
|
and the [Apache Tika media registry][tika] as of the release date.
|
|
17
30
|
|
|
18
31
|
|
|
19
|
-
## 3.2025.
|
|
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
|
|
20
47
|
|
|
21
48
|
- Updated registry entries from the IANA [media registry][registry] and
|
|
22
49
|
[provisional media registry][provisional], the [Apache httpd media registry][httpd],
|
|
23
50
|
and the [Apache Tika media registry][tika] as of the release date.
|
|
24
51
|
|
|
25
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
|
+
|
|
26
177
|
## 3.2025.0507 / 2025-05-07
|
|
27
178
|
|
|
28
179
|
- Added new data for pre-computed priority sorting. This new data requires Ruby
|
|
@@ -568,12 +719,13 @@
|
|
|
568
719
|
[issue-55]: https://github.com/mime-types/mime-types-data/issues/55
|
|
569
720
|
[mini_mime]: https://github.com/discourse/mini_mime/issues/41
|
|
570
721
|
[provisional]: https://www.iana.org/assignments/provisional-standard-media-types/provisional-standard-media-types.xml
|
|
571
|
-
[pull-3]: https://github.com/mime-types/mime-types-data/pull/3
|
|
572
722
|
[pull-109]: https://github.com/mime-types/mime-types-data/pull/109
|
|
573
723
|
[pull-10]: https://github.com/mime-types/mime-types-data/pull/10
|
|
574
724
|
[pull-11]: https://github.com/mime-types/mime-types-data/pull/11
|
|
575
725
|
[pull-12]: https://github.com/mime-types/mime-types-data/pull/12
|
|
576
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
|
|
577
729
|
[pull-20]: https://github.com/mime-types/mime-types-data/pull/20
|
|
578
730
|
[pull-21]: https://github.com/mime-types/mime-types-data/pull/21
|
|
579
731
|
[pull-23]: https://github.com/mime-types/mime-types-data/pull/23
|
|
@@ -586,6 +738,7 @@
|
|
|
586
738
|
[pull-34]: https://github.com/mime-types/mime-types-data/pull/34
|
|
587
739
|
[pull-35]: https://github.com/mime-types/mime-types-data/pull/35
|
|
588
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
|
|
589
742
|
[pull-40]: https://github.com/mime-types/mime-types-data/pull/40
|
|
590
743
|
[pull-43]: https://github.com/mime-types/mime-types-data/pull/43
|
|
591
744
|
[pull-45]: https://github.com/mime-types/mime-types-data/pull/45
|
|
@@ -601,6 +754,7 @@
|
|
|
601
754
|
[registry]: https://www.iana.org/assignments/media-types/media-types.xml
|
|
602
755
|
[rmt]: https://github.com/mime-types/ruby-mime-types
|
|
603
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
|
|
604
758
|
[ruby-mime-types#99]: https://github.com/mime-types/ruby-mime-types/pull/99
|
|
605
759
|
[tika]: https://github.com/apache/tika/blob/main/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml
|
|
606
760
|
[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
|
|
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
|