mime-types-data 3.2025.0603 → 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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7c2795fc1a634aafb3ae5766c2888caca64af04330319d8c24ebe1f949b151a0
4
- data.tar.gz: c0d0549bc1693d9fd7e0b61cffb1cc97abac756626aa13bc59a311105ca21c2d
3
+ metadata.gz: 5a3eaf2473478671ecdb85732d067ae3b52a6ce865cb8b29d9b2c12e5ca7e2b3
4
+ data.tar.gz: ac2662e1951b27c573deda3883087b41aab2daf95d2188d09f7fff1976c90c31
5
5
  SHA512:
6
- metadata.gz: c4975d1f8dc38e158ccb15c6f175539cd8c188f1a57cd57751e2ae775354696c5f52221cf4f42603141acbdb3b44e042d6f4e8792c2ed062d78be1b2d72b062a
7
- data.tar.gz: 52d5e995e2c61424e24e57845d8cf135b0bdf7a267fd82fa0043c4116f2b835228614bec6e99c98df10a611abae51f1985de40b77cbcedd3128d7f7fb55f9792
6
+ metadata.gz: f7ac56b2b7f09bf25197eb6fc4d4a32b7c5292241e7cbe5aa21f3c7f82f59c66674402477b5fc7f59383ed3c0e57aff4c344c4c66556a9c3927bb3350ce9e0d9
7
+ data.tar.gz: 3b4647e89bffe3df0e53f51d3268bcaca8c8b130a7283e9e367000e57ba12d3fa5c8300bb3a6cef6511479b1685ccb2d58b2460819e8719137f8254b8fe3d632
data/CHANGELOG.md CHANGED
@@ -2,33 +2,129 @@
2
2
 
3
3
  <!-- automatic-release -->
4
4
 
5
- ## 3.2025.0603 / 2025-06-03
5
+ ## 3.2025.0812 / 2025-08-12
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.0527 / 2025-05-27
12
+ ## 3.2025.0805 / 2025-08-05
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.0520 / 2025-05-20
19
+ ## 3.2025.0729 / 2025-07-29
20
20
 
21
21
  - Updated registry entries from the IANA [media registry][registry] and
22
22
  [provisional media registry][provisional], the [Apache httpd media registry][httpd],
23
23
  and the [Apache Tika media registry][tika] as of the release date.
24
24
 
25
25
 
26
- ## 3.2025.0514 / 2025-05-14
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
27
53
 
28
54
  - 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.
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.
31
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.
32
128
 
33
129
  ## 3.2025.0507 / 2025-05-07
34
130
 
@@ -575,12 +671,13 @@
575
671
  [issue-55]: https://github.com/mime-types/mime-types-data/issues/55
576
672
  [mini_mime]: https://github.com/discourse/mini_mime/issues/41
577
673
  [provisional]: https://www.iana.org/assignments/provisional-standard-media-types/provisional-standard-media-types.xml
578
- [pull-3]: https://github.com/mime-types/mime-types-data/pull/3
579
674
  [pull-109]: https://github.com/mime-types/mime-types-data/pull/109
580
675
  [pull-10]: https://github.com/mime-types/mime-types-data/pull/10
581
676
  [pull-11]: https://github.com/mime-types/mime-types-data/pull/11
582
677
  [pull-12]: https://github.com/mime-types/mime-types-data/pull/12
583
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
584
681
  [pull-20]: https://github.com/mime-types/mime-types-data/pull/20
585
682
  [pull-21]: https://github.com/mime-types/mime-types-data/pull/21
586
683
  [pull-23]: https://github.com/mime-types/mime-types-data/pull/23
@@ -593,6 +690,7 @@
593
690
  [pull-34]: https://github.com/mime-types/mime-types-data/pull/34
594
691
  [pull-35]: https://github.com/mime-types/mime-types-data/pull/35
595
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
596
694
  [pull-40]: https://github.com/mime-types/mime-types-data/pull/40
597
695
  [pull-43]: https://github.com/mime-types/mime-types-data/pull/43
598
696
  [pull-45]: https://github.com/mime-types/mime-types-data/pull/45
@@ -608,6 +706,7 @@
608
706
  [registry]: https://www.iana.org/assignments/media-types/media-types.xml
609
707
  [rmt]: https://github.com/mime-types/ruby-mime-types
610
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
611
710
  [ruby-mime-types#99]: https://github.com/mime-types/ruby-mime-types/pull/99
612
711
  [tika]: https://github.com/apache/tika/blob/main/tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml
613
712
  [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