mime-types-data 3.2019.1009 → 3.2021.0225

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ab268c9e7eae2f7fe24c3077e6321378352b0f08ed551b763c9fb7b62ceac90b
4
- data.tar.gz: a2e83f711aa3b507d6f8c234f6df314a8ac2af1de56d3e09472b20ffb6a7ac75
3
+ metadata.gz: 8b4df636cfdb87dc217a877c0f1fa184ef733df9284058884d78304723761b14
4
+ data.tar.gz: 91ba421b2516396fd888e5e2b8f10d10e8f6d41a20f6aab34d3c7942f3bc04e7
5
5
  SHA512:
6
- metadata.gz: b7bcc4350a6a413be78f2088b2d8cd5ef2930604dbd790f4d10f3ca2c820c1a033ca91f14afe4c4770dad5fd9ee07bb5ef59d295137a179ed972709aa459d6f3
7
- data.tar.gz: a1e7f9df4f13cca2c51b447f4c7f617abaf9f1641e869e6acf9e6c5986b00e6fe9417c12db06f279f731bcc319d9e936a1d87c75e587c962161766e730720ad5
6
+ metadata.gz: 6d10fb09775c4f37c01d7d45fca71f0ba2b03886ac62bd2fa71fa524b46856c20c8ef716695d6df00b4528e7664027daca28ed24c68efbccd20e422a545de537
7
+ data.tar.gz: ac0b658ba7d5ef84541a173fe3bf4b0c842f0f11852ca6cd6b816b39a47fb80f61e201b2bd516fd54723035fab91213b6b66afab6fdfb7f41a8e5806c8e1bf41
data/Code-of-Conduct.md CHANGED
@@ -14,21 +14,21 @@ identity and orientation.
14
14
  Examples of behavior that contributes to creating a positive environment
15
15
  include:
16
16
 
17
- * Using welcoming and inclusive language
18
- * Being respectful of differing viewpoints and experiences
19
- * Gracefully accepting constructive criticism
20
- * Focusing on what is best for the community
21
- * Showing empathy towards other community members
17
+ - Using welcoming and inclusive language
18
+ - Being respectful of differing viewpoints and experiences
19
+ - Gracefully accepting constructive criticism
20
+ - Focusing on what is best for the community
21
+ - Showing empathy towards other community members
22
22
 
23
23
  Examples of unacceptable behavior by participants include:
24
24
 
25
- * The use of sexualized language or imagery and unwelcome sexual attention or
25
+ - The use of sexualized language or imagery and unwelcome sexual attention or
26
26
  advances
27
- * Trolling, insulting/derogatory comments, and personal or political attacks
28
- * Public or private harassment
29
- * Publishing others' private information, such as a physical or electronic
27
+ - Trolling, insulting/derogatory comments, and personal or political attacks
28
+ - Public or private harassment
29
+ - Publishing others' private information, such as a physical or electronic
30
30
  address, without explicit permission
31
- * Other conduct which could reasonably be considered inappropriate in a
31
+ - Other conduct which could reasonably be considered inappropriate in a
32
32
  professional setting
33
33
 
34
34
  ## Our Responsibilities
data/Contributing.md CHANGED
@@ -5,18 +5,18 @@ MIME type defintions, or additional code to help manage the MIME types. As with
5
5
  many of my projects, I have a few suggestions for improving the chance of
6
6
  acceptance of your code contributions:
7
7
 
8
- * The support files are written in Ruby and should remain in the coding style
8
+ - The support files are written in Ruby and should remain in the coding style
9
9
  that already exists, and I use hoe for releasing the mime-types-data RubyGem.
10
- * Use a thoughtfully-named topic branch that contains your change. Rebase your
10
+ - Use a thoughtfully-named topic branch that contains your change. Rebase your
11
11
  commits into logical chunks as necessary.
12
- * Use [quality commit messages][qcm].
13
- * Do not change the version number; when your patch is accepted and a release
12
+ - Use [quality commit messages][qcm].
13
+ - Do not change the version number; when your patch is accepted and a release
14
14
  is made, the version will be updated at that point.
15
- * Submit a GitHub pull request with your changes.
16
- * New or changed behaviours require new or updated documentation.
15
+ - Submit a GitHub pull request with your changes.
16
+ - New or changed behaviours require new or updated documentation.
17
17
 
18
18
  Although mime-types-data was extracted from the [Ruby mime-types][rmt] gem and
19
- the support files are written in Ruby, the *target* of mime-types-data is any
19
+ the support files are written in Ruby, the _target_ of mime-types-data is any
20
20
  implementation that wishes to use the data as a MIME types registry, so I am
21
21
  particularly interested in tools that will create a mime-types-data package for
22
22
  other languages.
@@ -34,19 +34,19 @@ New or modified MIME types should be edited in the appropriate YAML file under
34
34
  in `types/application.yml`.
35
35
 
36
36
  ```yaml
37
- - !ruby/object:MIME::Type
38
- content-type: application/xml
39
- encoding: 8bit
40
- extensions:
37
+ - !ruby/object:MIME::Type
38
+ content-type: application/xml
39
+ encoding: 8bit
40
+ extensions:
41
41
  - xml
42
42
  - xsl
43
- references:
43
+ references:
44
44
  - IANA
45
45
  - RFC3023
46
- xrefs: !ruby/hash:MIME::Types::Container
47
- rfc:
46
+ xrefs: !ruby/hash:MIME::Types::Container
47
+ rfc:
48
48
  - rfc3023
49
- registered: true
49
+ registered: true
50
50
  ```
51
51
 
52
52
  There are other fields that can be added, matching the fields discussed in the
@@ -65,8 +65,10 @@ new columnar format.
65
65
  If you are maintaining a private fork and wish to update your copy of the MIME
66
66
  types registry used by this gem, you can do this with the rake tasks:
67
67
 
68
- $ rake mime:iana
69
- $ rake mime:apache
68
+ ```sh
69
+ $ rake mime:iana
70
+ $ rake mime:apache
71
+ ```
70
72
 
71
73
  ### Development Dependencies
72
74
 
@@ -74,12 +76,16 @@ mime-types-data uses Ryan Davis’s {Hoe}[https://github.com/seattlerb/hoe] to
74
76
  manage the release process, and it adds a number of rake tasks. You will mostly
75
77
  be interested in:
76
78
 
77
- $ rake
79
+ ```sh
80
+ $ rake
81
+ ```
78
82
 
79
83
  which runs the tests the same way that:
80
84
 
81
- $ rake test
82
- $ rake travis
85
+ ```sh
86
+ $ rake test
87
+ $ rake travis
88
+ ```
83
89
 
84
90
  will do.
85
91
 
@@ -87,76 +93,132 @@ To assist with the installation of the development dependencies for
87
93
  mime-types-data, I have provided the simplest possible Gemfile pointing to the
88
94
  (generated) `mime-types-data.gemspec` file. This will permit you to do:
89
95
 
90
- $ bundle install
96
+ ```sh
97
+ $ bundle install
98
+ ```
91
99
 
92
100
  to get the development dependencies. If you aleady have `hoe` installed, you
93
101
  can accomplish the same thing with:
94
102
 
95
- $ rake newb
103
+ ```sh
104
+ $ rake newb
105
+ ```
96
106
 
97
107
  This task will install any missing dependencies, run the tests/specs, and
98
108
  generate the RDoc.
99
109
 
100
110
  You can run tests with code coverage analysis by running:
101
111
 
102
- $ rake test:coverage
112
+ ```sh
113
+ $ rake test:coverage
114
+ ```
103
115
 
104
116
  ### Workflow
105
117
 
106
118
  Here's the most direct way to get your work merged into the project:
107
119
 
108
- * Fork the project.
109
- * Clone down your fork (`git clone
110
- git://github.com/<username>/mime-types-data.git`).
111
- * Create a topic branch to contain your change (`git checkout -b
112
- my\_awesome\_feature`).
113
- * Hack away, add tests. Not necessarily in that order.
114
- * Make sure everything still passes by running `rake`.
115
- * If necessary, rebase your commits into logical chunks, without errors.
116
- * Push the branch up (`git push origin my\_awesome\_feature`).
117
- * Create a pull request against mime-types/mime-types-data and describe what
120
+ - Fork the project.
121
+ - Clone down your fork (`git clone git://github.com/<username>/mime-types-data.git`).
122
+ - Create a topic branch to contain your change (`git checkout -b my\_awesome\_feature`).
123
+ - Hack away, add tests. Not necessarily in that order.
124
+ - Make sure everything still passes by running `rake`.
125
+ - If necessary, rebase your commits into logical chunks, without errors.
126
+ - Push the branch up (`git push origin my\_awesome\_feature`).
127
+ - Create a pull request against mime-types/mime-types-data and describe what
118
128
  your change does and the why you think it should be merged.
119
129
 
130
+ ### The Release Process
131
+
132
+ The release process needs automation; as it includes generating code and
133
+ committing to the repository, it is not clear how this will happen safely.
134
+
135
+ 1. Review any outstanding issues or pull requests to see if anything needs to
136
+ be addressed. This is necessary because there is currently no automated
137
+ source for extensions for the thousands of MIME entries. (Suggestions and/or
138
+ pull requests for same would be deeply appreciated.)
139
+ 2. `bundle install`
140
+ 3. `bundle exec rake mime:apache`
141
+ 4. `bundle exec rake mime:iana`
142
+ 5. Review the changes to make sure that the changes are sane. The IANA data
143
+ source changes from time to time, resulting in big changes or even a broken
144
+ step 4. (The most recent change was the addition of the font/\* top-level
145
+ category.)
146
+ 6. `bundle exec rake convert`
147
+ 7. `bundle exec rake update:version`
148
+ 8. Write up the changes in History.md. If any PRs have been merged, these
149
+ should be noted specifically.
150
+ 9. Commit the changes and push to GitHub.
151
+ 10. `bundle exec rake release VERSION=newversion`
152
+
153
+ ### Automating the Release
154
+
155
+ If anyone wishes to provide suggestions on automation, this would be a
156
+ two-phase process:
157
+
158
+ 1. A system would need to periodically create PRs to the GitHub repository
159
+ with the output of the following commands (steps 2, 3, and 4):
160
+
161
+ ```sh
162
+ bundle install
163
+ bundle exec rake mime:apache
164
+ bundle exec rake mime:iana
165
+ git add .
166
+ git commit -m "[Automated] MIME Type update for $(date)"
167
+ # Somehow make the PR from here.
168
+ ```
169
+
170
+ 2. Once this PR is approved and merged, the next steps would be conversion,
171
+ version update, automatic update of History.md, and release (steps 6–10).
172
+
173
+ This is based on an issue [#18][].
174
+
120
175
  ### Contributors
121
176
 
122
- * Austin Ziegler created mime-types.
177
+ - Austin Ziegler created mime-types.
123
178
 
124
179
  Thanks to everyone else who has contributed to mime-types:
125
180
 
126
- * Aaron Patterson
127
- * Aggelos Avgerinos
128
- * Andre Pankratz
129
- * Andrey Eremin
130
- * Andy Brody
131
- * Arnaud Meuret
132
- * Bradley Meck
133
- * Brandon Galbraith
134
- * Chris Gat
135
- * David Genord
136
- * Eric Marden
137
- * Garret Alfert
138
- * Godfrey Chan
139
- * Greg Brockman
140
- * Hans de Graaff
141
- * Henrik Hodne
142
- * Jeremy Evans
143
- * John Gardner
144
- * Juanito Fatas
145
- * Łukasz Śliwa
146
- * Keerthi Siva
147
- * Ken Ip
148
- * Martin d'Allens
149
- * Mauricio Linhares
150
- * nycvotes-dev
151
- * Postmodern
152
- * Richard Hirner
153
- * Richard Hurt
154
- * Richard Schneeman
155
- * Sergio Baptista
156
- * Tao Guo
157
- * Thomas Leese
158
- * Tibor Szolár
159
- * Todd Carrico
181
+ - Aaron Patterson
182
+ - Aggelos Avgerinos
183
+ - Alessio Parma
184
+ - Alex Balhatchet
185
+ - Andre Pankratz
186
+ - Andrey Eremin
187
+ - Andy Brody
188
+ - Arnaud Meuret
189
+ - Bradley Meck
190
+ - Brandon Galbraith
191
+ - Chris Gat
192
+ - David Genord
193
+ - Eric Marden
194
+ - Garret Alfert
195
+ - Godfrey Chan
196
+ - Greg Brockman
197
+ - Hans de Graaff
198
+ - Henrik Hodne
199
+ - Jeremy Evans
200
+ - John Gardner
201
+ - Juanito Fatas
202
+ - Keerthi Siva
203
+ - Ken Ip
204
+ - Łukasz Śliwa
205
+ - Lucia
206
+ - Martin d'Allens
207
+ - Mauricio Linhares
208
+ - Myk Klemme
209
+ - nycvotes-dev
210
+ - Postmodern
211
+ - Richard Hirner
212
+ - Richard Hurt
213
+ - Richard Schneeman
214
+ - Robert Buchberger
215
+ - Sergio Baptista
216
+ - Tao Guo
217
+ - Thomas Leese
218
+ - Tibor Szolár
219
+ - Todd Carrico
220
+ - Yoran Brondsema
160
221
 
161
222
  [qcm]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
162
223
  [rmt]: https://github.com/mime-types/ruby-mime-types/
224
+ [#18]: https://github.com/mime-types/mime-types-data/issues/18
data/History.md CHANGED
@@ -1,406 +1,468 @@
1
1
  # MIME Types Changes by Version
2
2
 
3
- ## 3.2019.10.09 / 2019-10-09
3
+ <!-- automatic-release -->
4
4
 
5
- * Updated the IANA media registry entries as of release date.
5
+ ## 3.2021.0225 / 2021-02-25
6
6
 
7
- * Reordered the `.ai` extension so that it is not the preferred extension for
8
- `application/pdf` [#24][].
7
+ - Updated the Apache and IANA media registry entries as of release date.
8
+
9
+ - Added file extension for AVIF video format. [#40].
10
+
11
+ ## 3.2021.0212 / 2021-02-12
12
+
13
+ - Updated the IANA media registry entries as of release date.
14
+
15
+ - Added a new rake task (`release:automatic`) that downloads and converts the
16
+ data from Apache and IANA; if there are changes detected, it updates the
17
+ release version, changelog, manifest, and gemspec and commits the changes
18
+ to git.
19
+
20
+ ## 3.2020.1104 / 2020-11-04
21
+
22
+ - Updated the IANA media registry entries as of release date.
23
+
24
+ - Added `application/x-zip-compressed`. [#36].
25
+
26
+ - Updated the contributing guide to include information about the release
27
+ process as described in [#18].
28
+
29
+ - Corrected a misspelling of Yoran Brondsema’s name. Sorry, Yoran. [#35].
30
+
31
+ ## 3.2020.0512 / 2020-05-12
32
+
33
+ - Updated the IANA media registry entries as of release date.
34
+
35
+ - Added file extensions for HEIC image types. [#34].
36
+
37
+ ## 3.2020.0425 / 2020-04-25
38
+
39
+ - Updated the IANA media registry entries as of release date.
40
+
41
+ - Added several RAW image types based on data from GNOME RAW Thumbnailer.
42
+ [#33] fixing [#32].
43
+
44
+ - Added `audio/wav`. [#31].
45
+
46
+ - Added a type for Smarttech notebook files. [#30].
47
+
48
+ - Added an alias for audio/m4a files. [#29].
49
+
50
+ - Added application/x-ms-dos-executable. [#28].
51
+
52
+ ## 3.2019.1009 / 2019-10-09
53
+
54
+ - Updated the IANA media registry entries as of release date.
55
+
56
+ - Reordered the `.ai` extension so that it is not the preferred extension for
57
+ `application/pdf` [#24].
9
58
 
10
59
  ## 3.2019.0904 / 2019-09-04
11
60
 
12
- * Updated the IANA media registry entries as of release date.
61
+ - Updated the IANA media registry entries as of release date.
13
62
 
14
- * Moved the `.ai` extension from `application/postscript` to `application/pdf`.
15
- [#23][] fixing [#22][].
63
+ - Moved the `.ai` extension from `application/postscript` to `application/pdf`.
64
+ [#23] fixing [#22].
16
65
 
17
66
  ## 3.2019.0331 / 2019-03-31
18
67
 
19
- * Updated the IANA media registry entries as of release date.
68
+ - Updated the IANA media registry entries as of release date.
20
69
 
21
- * Added support for `application/wasm` with extension `.wasm`. [#21][]
70
+ - Added support for `application/wasm` with extension `.wasm`. [#21]
22
71
 
23
- * Fixed `application/ecmascript` extensions. [#20][]
72
+ - Fixed `application/ecmascript` extensions. [#20]
24
73
 
25
74
  ## 3.2018.0812 / 2018-08-12
26
75
 
27
- * Added `.xsd` extension to `text/xml`. [#10][]
76
+ - Added `.xsd` extension to `text/xml`. [#10]
28
77
 
29
- * Added `.js` and `.mjs` extensions to `text/ecmascript` and
30
- `text/javascript`. [#11][]
78
+ - Added `.js` and `.mjs` extensions to `text/ecmascript` and
79
+ `text/javascript`. [#11]
31
80
 
32
- * Added `.ipa` extension to `application/octet-stream`. [#12][]
81
+ - Added `.ipa` extension to `application/octet-stream`. [#12]
33
82
 
34
- * Moved extensions `.markdown` and `.md` and added `.mkd` extension to
35
- `text/markdown`. [#13][]
83
+ - Moved extensions `.markdown` and `.md` and added `.mkd` extension to
84
+ `text/markdown`. [#13]
36
85
 
37
- * Because of a bug found with mime-types 3 before 3.2.1, this version
38
- requires mime-types 3.1 or later to manage data.
86
+ - Because of a bug found with mime-types 3 before 3.2.1, this version
87
+ requires mime-types 3.1 or later to manage data.
39
88
 
40
- * Updated the IANA media registry entries as of release date. The biggest
41
- major change here is the addition of the `font/` top-level media type.
89
+ - Updated the IANA media registry entries as of release date. The biggest
90
+ major change here is the addition of the `font/` top-level media type.
42
91
 
43
- * MIME type changes not introduced by pull requests will no longer be
44
- individually tracked.
92
+ - MIME type changes not introduced by pull requests will no longer be
93
+ individually tracked.
45
94
 
46
- * Clarified that the YAML editable format is not shipped with the Ruby gem
47
- for size considerations.
95
+ - Clarified that the YAML editable format is not shipped with the Ruby gem
96
+ for size considerations.
48
97
 
49
98
  ## 3.2016.0521 / 2016-05-21
50
99
 
51
- * Updated the known extension list for application/octet-stream and
52
- application/pgp-encrypted to include gpg as an extension. Fixes
53
- [#3](https://github.com/mime-types/mime-types-data/pull/3) by Tao Guo
54
- (@taoza).
55
- * Updated the IANA media registry entries as of release date:
56
-
57
- * Updated metadata for application/EmergencyCallData.Comment+xml,
58
- application/EmergencyCallData.DeviceInfo+xml,
59
- application/EmergencyCallData.ProviderInfo+xml,
60
- application/EmergencyCallData.ServiceInfo+xml,
61
- application/EmergencyCallData.SubscriberInfo+xml,
62
- application/ogg, application/problem+json, application/problem+xml,
63
- audio/ogg, text/markdown, video/H265, video/ogg.
64
- * Added application/efi, application/vnd.3gpp.sms+xml,
65
- application/vnd.3lightssoftware.imagescal,
66
- application/vnd.coreos.ignition+json, application/vnd.oma.lwm2m+json,
67
- application/vnd.onepager, application/vnd.quarantainenet,
68
- application/vnd.vel+json, image/emf, image/wmf, text/prs.prop.logic.
69
- * image/bmp has a draft RFC which would make it official; it has been
70
- finally been registered. As such, this version *reverses* the
71
- use-instead relationship of image/bmp and image/x-bmp.
72
-
73
- * This version requires mime-types 3.1 or later to manage data because of an
74
- issue with JSON data encoding for the `xrefs` field.
100
+ - Updated the known extension list for application/octet-stream and
101
+ application/pgp-encrypted to include gpg as an extension. Fixes
102
+ [#3](https://github.com/mime-types/mime-types-data/pull/3) by Tao Guo
103
+ (@taoza).
104
+ - Updated the IANA media registry entries as of release date:
105
+
106
+ - Updated metadata for application/EmergencyCallData.Comment+xml,
107
+ application/EmergencyCallData.DeviceInfo+xml,
108
+ application/EmergencyCallData.ProviderInfo+xml,
109
+ application/EmergencyCallData.ServiceInfo+xml,
110
+ application/EmergencyCallData.SubscriberInfo+xml,
111
+ application/ogg, application/problem+json, application/problem+xml,
112
+ audio/ogg, text/markdown, video/H265, video/ogg.
113
+ - Added application/efi, application/vnd.3gpp.sms+xml,
114
+ application/vnd.3lightssoftware.imagescal,
115
+ application/vnd.coreos.ignition+json, application/vnd.oma.lwm2m+json,
116
+ application/vnd.onepager, application/vnd.quarantainenet,
117
+ application/vnd.vel+json, image/emf, image/wmf, text/prs.prop.logic.
118
+ - image/bmp has a draft RFC which would make it official; it has been
119
+ finally been registered. As such, this version _reverses_ the
120
+ use-instead relationship of image/bmp and image/x-bmp.
121
+
122
+ - This version requires mime-types 3.1 or later to manage data because of an
123
+ issue with JSON data encoding for the `xrefs` field.
75
124
 
76
125
  ## 3.2016.0221 / 2016-02-21
77
126
 
78
- * Updated the known extensions list for audio/mp4.
79
- * Updated the IANA media registry entries as of release date:
80
-
81
- * Updated metadata for 3GPP-defined types (there are many),
82
- application/cdni, and application/rfc+xml.
83
- * Added application/EmergencyCallData.Comment+xml,
84
- application/EmergencyCallData.DeviceInfo+xml,
85
- application/EmergencyCallData.ProviderInfo+xml,
86
- application/EmergencyCallData.ServiceInfo+xml,
87
- application/ppsp-tracker+json, application/problem+json,
88
- application/problem+xml, application/vnd.filmit.zfc,
89
- application/vnd.hdt, application/vnd.mapbox-vector-tile,
90
- application/vnd.ms-PrintDeviceCapabilities+xml,
91
- application/vnd.ms-PrintSchemaTicket+xml,
92
- application/vnd.ms-windows.nwprinting.oob, application/vnd.tml,
93
- model/vnd.rosette.annotated-data-model, and video/H265.
94
-
95
- * Updated to [Contributor Covenant 1.4][Code of Conduct].
96
- * Shift the support code in this repository to be developed with Ruby 2.3.
97
- This involves:
98
-
99
- * Adding `frozen_string_literal: true` to all Ruby files.
100
- * Applied some recommended readability and performance suggestions from
101
- Rubocop. Ignored some style recommendations, too.
102
- * Replaced some cases of `foo.bar rescue nil` with `foo&.bar`.
127
+ - Updated the known extensions list for audio/mp4.
128
+ - Updated the IANA media registry entries as of release date:
129
+
130
+ - Updated metadata for 3GPP-defined types (there are many),
131
+ application/cdni, and application/rfc+xml.
132
+ - Added application/EmergencyCallData.Comment+xml,
133
+ application/EmergencyCallData.DeviceInfo+xml,
134
+ application/EmergencyCallData.ProviderInfo+xml,
135
+ application/EmergencyCallData.ServiceInfo+xml,
136
+ application/ppsp-tracker+json, application/problem+json,
137
+ application/problem+xml, application/vnd.filmit.zfc,
138
+ application/vnd.hdt, application/vnd.mapbox-vector-tile,
139
+ application/vnd.ms-PrintDeviceCapabilities+xml,
140
+ application/vnd.ms-PrintSchemaTicket+xml,
141
+ application/vnd.ms-windows.nwprinting.oob, application/vnd.tml,
142
+ model/vnd.rosette.annotated-data-model, and video/H265.
143
+
144
+ - Updated to [Contributor Covenant 1.4][code of conduct].
145
+ - Shift the support code in this repository to be developed with Ruby 2.3.
146
+ This involves:
147
+
148
+ - Adding `frozen_string_literal: true` to all Ruby files.
149
+ - Applied some recommended readability and performance suggestions from
150
+ Rubocop. Ignored some style recommendations, too.
151
+ - Replaced some cases of `foo.bar rescue nil` with `foo&.bar`.
103
152
 
104
153
  ## 3.2015.1120 / 2015-11-20
105
154
 
106
- * Extracted from [ruby-mime-types][rmt].
107
- * Added a [Code of Conduct][].
108
- * The versioning has changed to be semantic on format plus date in two parts.
155
+ - Extracted from [ruby-mime-types][rmt].
156
+ - Added a [Code of Conduct].
157
+ - The versioning has changed to be semantic on format plus date in two parts.
109
158
 
110
- * All registry formats have been updated to remove deprecated data.
111
- * The columnar format has been updated to store three boolean flags in a
112
- single flags file.
159
+ - All registry formats have been updated to remove deprecated data.
160
+ - The columnar format has been updated to store three boolean flags in a
161
+ single flags file.
113
162
 
114
- * Updated the conversion and management utilities to work with
115
- ruby-mime-types 3.x.
163
+ - Updated the conversion and management utilities to work with
164
+ ruby-mime-types 3.x.
116
165
 
117
- * Updated the IANA media registry entries as of release date:
166
+ - Updated the IANA media registry entries as of release date:
118
167
 
119
- * Updated metadata for application/scim+json, audio/G711-0, text/markdown.
168
+ - Updated metadata for application/scim+json, audio/G711-0, text/markdown.
120
169
 
121
- * Added application/cdni, application/csvm+json, application/rfc+xml,
122
- application/vnd.3gpp.access-transfer-events+xml,
123
- application/vnd.3gpp.srvcc-ext+xml, application/vnd.3gpp.SRVCC-info+xml,
124
- application/vnd.ms-windows.devicepairing,
125
- application/vnd.ms-windows.wsd.oob, application/vnd.oxli.countgraph,
126
- application/vnd.pagerduty+json, video/VP8.
170
+ - Added application/cdni, application/csvm+json, application/rfc+xml,
171
+ application/vnd.3gpp.access-transfer-events+xml,
172
+ application/vnd.3gpp.srvcc-ext+xml, application/vnd.3gpp.SRVCC-info+xml,
173
+ application/vnd.ms-windows.devicepairing,
174
+ application/vnd.ms-windows.wsd.oob, application/vnd.oxli.countgraph,
175
+ application/vnd.pagerduty+json, video/VP8.
127
176
 
128
177
  ## 2.6.2 / 2015-09-13
129
178
 
130
- * Updated the IANA media registry entries as of release date:
179
+ - Updated the IANA media registry entries as of release date:
131
180
 
132
- * Updated metadata for application/cals-1840, application/index.obj,
133
- application/ocsp-response, application/vnd.dtg.local.html,
134
- application/vnd.pwg-multiplexed, audio/G7221, audio/opus.
181
+ - Updated metadata for application/cals-1840, application/index.obj,
182
+ application/ocsp-response, application/vnd.dtg.local.html,
183
+ application/vnd.pwg-multiplexed, audio/G7221, audio/opus.
135
184
 
136
- * Added application/pkcs12, application/scim+json, multipart/form-data.
137
- application/vnd.3gpp-prose+xml, application/vnd.3gpp-prose-pc3ch+xml,
138
- application/vnd.3gpp.mid-call+xml,
139
- application/vnd.3gpp-state-and-event-info+xml,
140
- application.3gpp.ussd+xml, application/vnd.anki,
141
- application/vnd.biopax.rdf+xml, application/vnd.drive+json,
142
- application/vnd.firemonkeys.cloudcell,
143
- application/vnd.hyperdrive+json, application/vnd.openblox.game+xml,
144
- application/vnd.openblox.game-binary, application/vnd.uri-map,
145
- audio/G711-0, image/vnd.mozilla.apng.
185
+ - Added application/pkcs12, application/scim+json, multipart/form-data.
186
+ application/vnd.3gpp-prose+xml, application/vnd.3gpp-prose-pc3ch+xml,
187
+ application/vnd.3gpp.mid-call+xml,
188
+ application/vnd.3gpp-state-and-event-info+xml,
189
+ application.3gpp.ussd+xml, application/vnd.anki,
190
+ application/vnd.biopax.rdf+xml, application/vnd.drive+json,
191
+ application/vnd.firemonkeys.cloudcell,
192
+ application/vnd.hyperdrive+json, application/vnd.openblox.game+xml,
193
+ application/vnd.openblox.game-binary, application/vnd.uri-map,
194
+ audio/G711-0, image/vnd.mozilla.apng.
146
195
 
147
196
  ## 2.6 / 2015-05-25
148
197
 
149
- * Steven Michael Thomas (@stevenmichaelthomas) added `woff2` as an extension
150
- to application/font-woff,
151
- [ruby-mime-types#99](https://github.com/mime-types/ruby-mime-types/pull/99).
152
- * Updated the IANA media registry entries as of release date:
153
- * Updated metadata for application/jose, application/jose+json,
154
- application/jwk+json, application/jwk-set+json, application/jwt to
155
- reflect the adoption of RFC7519.
156
- * Added application/vnd.balsamiq.bmpr.
198
+ - Steven Michael Thomas (@stevenmichaelthomas) added `woff2` as an extension
199
+ to application/font-woff,
200
+ [ruby-mime-types#99](https://github.com/mime-types/ruby-mime-types/pull/99).
201
+ - Updated the IANA media registry entries as of release date:
202
+ - Updated metadata for application/jose, application/jose+json,
203
+ application/jwk+json, application/jwk-set+json, application/jwt to
204
+ reflect the adoption of RFC7519.
205
+ - Added application/vnd.balsamiq.bmpr.
157
206
 
158
207
  ## 2.5 / 2015-04-25
159
208
 
160
- * Updated the IANA media registry entries as of release date:
161
- * Added MIME types: application/A2L, application/AML, application/ATFX,
162
- application/ATXML, application/CDFX+XML, application/CEA,
163
- application/DII, application/DIT, application/jose,
164
- application/jose+json, application/json-seq, application/jwk+json,
165
- application/jwk-set+json, application/jwt, application/LXF,
166
- application/MF4, application/rdap+json,
167
- application/vnd.apache.thrift.compact, vnd.apache.thrift.json,
168
- application/vnd.citationstyles.style+xml, application/vnd.coffeescript,
169
- application/vnd.enphase.envoy, application/vnd.fastcopy-disk-image,
170
- application/vnd.gerber, application/vnd.gov.sk.e-form+xml,
171
- application/vnd.gov.sk.e-form+zip,
172
- application/vnd.gov.sk.xmldatacontainer+xml,
173
- application/vnd.ims.imsccv1p1, application/vnd.ims.imsccv1p2,
174
- application/vnd.ims.imsccv1p3, application/vnd.micro+json,
175
- application/vnd.microsoft.portable-executable,
176
- application/vnd.msa-disk-image, application/vnd.oracle.resource+json,
177
- application/vnd.tmd.mediaflex.api+xml, audio/opus,
178
- image/vnd.zbrush.pcx, text/csv-schema, text/markdown (marked as
179
- TEMPORARY).
180
- * Updated metadata for application/coap-group+json (RFC7390),
181
- application/epub+zip (now registered), application/merge-patch+json
182
- (RFC7396), application/smil, application/vnd.arastra.swi,
183
- application/vnd.geocube+xml, application/vnd.gmx,
184
- application/xhtml+xml, text/directory.
185
- * Andy Brody (@ab) fixed a pair of embarrassing typos in text/csv and
186
- text/tab-separated-values,
187
- [ruby-mime-types#89](https://github.com/mime-types/ruby-mime-types/pull/89).
188
- * Aggelos Avgerinos (@eavgerinos) added the unregistered MIME type
189
- image/x-ms-bmp with the extension `bmp`,
190
- [ruby-mime-types#90](https://github.com/mime-types/ruby-mime-types/pull/90).
209
+ - Updated the IANA media registry entries as of release date:
210
+ - Added MIME types: application/A2L, application/AML, application/ATFX,
211
+ application/ATXML, application/CDFX+XML, application/CEA,
212
+ application/DII, application/DIT, application/jose,
213
+ application/jose+json, application/json-seq, application/jwk+json,
214
+ application/jwk-set+json, application/jwt, application/LXF,
215
+ application/MF4, application/rdap+json,
216
+ application/vnd.apache.thrift.compact, vnd.apache.thrift.json,
217
+ application/vnd.citationstyles.style+xml, application/vnd.coffeescript,
218
+ application/vnd.enphase.envoy, application/vnd.fastcopy-disk-image,
219
+ application/vnd.gerber, application/vnd.gov.sk.e-form+xml,
220
+ application/vnd.gov.sk.e-form+zip,
221
+ application/vnd.gov.sk.xmldatacontainer+xml,
222
+ application/vnd.ims.imsccv1p1, application/vnd.ims.imsccv1p2,
223
+ application/vnd.ims.imsccv1p3, application/vnd.micro+json,
224
+ application/vnd.microsoft.portable-executable,
225
+ application/vnd.msa-disk-image, application/vnd.oracle.resource+json,
226
+ application/vnd.tmd.mediaflex.api+xml, audio/opus,
227
+ image/vnd.zbrush.pcx, text/csv-schema, text/markdown (marked as
228
+ TEMPORARY).
229
+ - Updated metadata for application/coap-group+json (RFC7390),
230
+ application/epub+zip (now registered), application/merge-patch+json
231
+ (RFC7396), application/smil, application/vnd.arastra.swi,
232
+ application/vnd.geocube+xml, application/vnd.gmx,
233
+ application/xhtml+xml, text/directory.
234
+ - Andy Brody (@ab) fixed a pair of embarrassing typos in text/csv and
235
+ text/tab-separated-values,
236
+ [ruby-mime-types#89](https://github.com/mime-types/ruby-mime-types/pull/89).
237
+ - Aggelos Avgerinos (@eavgerinos) added the unregistered MIME type
238
+ image/x-ms-bmp with the extension `bmp`,
239
+ [ruby-mime-types#90](https://github.com/mime-types/ruby-mime-types/pull/90).
191
240
 
192
241
  ## 2.4.2 / 2014-10-15
193
242
 
194
- * Added application/vnd.ms-outlook as an unregistered MIME type with the
195
- extension `msg`. Provided by @keerthisiv in
196
- [ruby-mime-types#72](https://github.com/mime-types/ruby-mime-types/pull/72).
243
+ - Added application/vnd.ms-outlook as an unregistered MIME type with the
244
+ extension `msg`. Provided by @keerthisiv in
245
+ [ruby-mime-types#72](https://github.com/mime-types/ruby-mime-types/pull/72).
197
246
 
198
247
  ## 2.4.1 / 2014-10-07
199
248
 
200
- * Changed the sort order of many of the extensions to restore behaviour from
201
- mime-types 1.25.1.
202
- * Added `friendly` MIME::Type descriptions where known.
203
- * Added `reg`, `ps1`, and `vbs` extensions to application/x-msdos-program and
204
- application/x-msdownload.
205
- * Updated the IANA media registry entries as of release date.
206
- * Several MIME types had updated metadata (application/alto-*, RFC7285;
207
- application/calendar+json, RFC7265; application/http, RFC7230;
208
- application/xml, RFC7303; application/xml-dtd, RFC7303;
209
- application/xml-external-parsed-entity, RFC7303; audio/AMR-WB, RFC4867;
210
- audio/aptx, RFC7310; message/http, RFC7230; multipart/byteranges,
211
- RFC7233; text/xml, RFC7303; text/xml-external-parsed-entity, RFC7303)
212
- * MIME::Type application/EDI-Consent was renamed to
213
- application/EDI-consent.
214
- * Obsoleted application/vnd.informix-visionary in favour of
215
- application/vnd.visionary. Obsoleted
216
- application/vnd.nokia.n-gage.symbian.install with no replacement.
217
- * Added MIME types: application/ATF, application/coap-group+json,
218
- application/DCD, application/merge-patch+json, application/scaip+xml,
219
- application/vnd.apache.thrift.binary, application/vnd.artsquare,
220
- application/vnd.doremir.scorecloud-binary-document,
221
- application/vnd.dzr, application/vnd.maxmind.maxmind-db,
222
- application/vnd.ntt-local.ogw_remote-access, application/xml-patch+xml,
223
- image/vnd.tencent.tap.
249
+ - Changed the sort order of many of the extensions to restore behaviour from
250
+ mime-types 1.25.1.
251
+ - Added `friendly` MIME::Type descriptions where known.
252
+ - Added `reg`, `ps1`, and `vbs` extensions to application/x-msdos-program and
253
+ application/x-msdownload.
254
+ - Updated the IANA media registry entries as of release date.
255
+ - Several MIME types had updated metadata (application/alto-\*, RFC7285;
256
+ application/calendar+json, RFC7265; application/http, RFC7230;
257
+ application/xml, RFC7303; application/xml-dtd, RFC7303;
258
+ application/xml-external-parsed-entity, RFC7303; audio/AMR-WB, RFC4867;
259
+ audio/aptx, RFC7310; message/http, RFC7230; multipart/byteranges,
260
+ RFC7233; text/xml, RFC7303; text/xml-external-parsed-entity, RFC7303)
261
+ - MIME::Type application/EDI-Consent was renamed to
262
+ application/EDI-consent.
263
+ - Obsoleted application/vnd.informix-visionary in favour of
264
+ application/vnd.visionary. Obsoleted
265
+ application/vnd.nokia.n-gage.symbian.install with no replacement.
266
+ - Added MIME types: application/ATF, application/coap-group+json,
267
+ application/DCD, application/merge-patch+json, application/scaip+xml,
268
+ application/vnd.apache.thrift.binary, application/vnd.artsquare,
269
+ application/vnd.doremir.scorecloud-binary-document,
270
+ application/vnd.dzr, application/vnd.maxmind.maxmind-db,
271
+ application/vnd.ntt-local.ogw_remote-access, application/xml-patch+xml,
272
+ image/vnd.tencent.tap.
224
273
 
225
274
  ## 2.3 / 2014-05-23
226
275
 
227
- * Updated the IANA media registry entries as of release date.
228
- * Several MIME types had additional metadata added on the most recent
229
- import.
230
- * MIME::Type application/pidfxml was renamed to application/pidf+xml.
231
- * Added MIME types: application/3gpdash-qoe-report+xml,
232
- application/alto-costmap+json, application/alto-costmapfilter+json,
233
- application/alto-directory+json, application/alto-endpointcost+json,
234
- application/alto-endpointcostparams+json,
235
- application/alto-endpointprop+json,
236
- application/alto-endpointpropparams+json, application/alto-error+json,
237
- application/alto-networkmap+json,
238
- application/alto-networkmapfilter+json, application/calendar+json,
239
- application/vnd.debian.binary-package, application/vnd.geo+json,
240
- application/vnd.ims.lis.v2.result+json,
241
- application/vnd.ims.lti.v2.toolconsumerprofile+json,
242
- application/vnd.ims.lti.v2.toolproxy+json,
243
- application/vnd.ims.lti.v2.toolproxy.id+json,
244
- application/vnd.ims.lti.v2.toolsettings+json,
245
- application/vnd.ims.lti.v2.toolsettings.simple+json,
246
- application/vnd.mason+json, application/vnd.miele+json,
247
- application/vnd.ms-3mfdocument, application/vnd.panoply,
248
- application/vnd.valve.source.material, application/vnd.yaoweme,
249
- audio/aptx, image/vnd.valve.source.texture, model/vnd.opengex,
250
- model/vnd.valve.source.compiled-map, model/x3d+fastinfoset,
251
- text/cache-manifest
276
+ - Updated the IANA media registry entries as of release date.
277
+ - Several MIME types had additional metadata added on the most recent
278
+ import.
279
+ - MIME::Type application/pidfxml was renamed to application/pidf+xml.
280
+ - Added MIME types: application/3gpdash-qoe-report+xml,
281
+ application/alto-costmap+json, application/alto-costmapfilter+json,
282
+ application/alto-directory+json, application/alto-endpointcost+json,
283
+ application/alto-endpointcostparams+json,
284
+ application/alto-endpointprop+json,
285
+ application/alto-endpointpropparams+json, application/alto-error+json,
286
+ application/alto-networkmap+json,
287
+ application/alto-networkmapfilter+json, application/calendar+json,
288
+ application/vnd.debian.binary-package, application/vnd.geo+json,
289
+ application/vnd.ims.lis.v2.result+json,
290
+ application/vnd.ims.lti.v2.toolconsumerprofile+json,
291
+ application/vnd.ims.lti.v2.toolproxy+json,
292
+ application/vnd.ims.lti.v2.toolproxy.id+json,
293
+ application/vnd.ims.lti.v2.toolsettings+json,
294
+ application/vnd.ims.lti.v2.toolsettings.simple+json,
295
+ application/vnd.mason+json, application/vnd.miele+json,
296
+ application/vnd.ms-3mfdocument, application/vnd.panoply,
297
+ application/vnd.valve.source.material, application/vnd.yaoweme,
298
+ audio/aptx, image/vnd.valve.source.texture, model/vnd.opengex,
299
+ model/vnd.valve.source.compiled-map, model/x3d+fastinfoset,
300
+ text/cache-manifest
252
301
 
253
302
  ## 2.2 / 2014-03-14
254
- * Added <tt>.sj</tt> to `application/javascript` as provided by Brandon
255
- Galbraith (@brandongalbraith) in
256
- [ruby-mime-types#58](https://github.com/mime-types/ruby-mime-types/pull/58).
257
- * Marked application/excel and application/x-excel as obsolete in favour of
258
- application/vnd.ms-excel per
259
- [ruby-mime-types#60](https://github.com/mime-types/ruby-mime-types/pull/60).
260
- * Merged duplicate MIME types into the registered MIME type. The only
261
- difference between the MIME types was capitalization; the MIME type
262
- registry is case-preserving.
263
- * Affected MIME types: application/vnd.3M.Post-it-Notes,
264
- application/vnd.FloGraphIt, application/vnd.HandHeld-Entertainment+xml,
265
- application/vnd.hp-HPGL, application/vnd.hp-PCL,
266
- application/vnd.hp-PCLXL, application/vnd.ibm.MiniPay,
267
- application/vnd.Kinar, application/vnd.MFER,
268
- application/vnd.Mobius.DAF, application/vnd.Mobius.DIS,
269
- application/vnd.Mobius.MBK, application/vnd.Mobius.MSL,
270
- application/vnd.Mobius.MQY, application/vnd.Mobius.PLC,
271
- application/vnd.Mobius.TXF,
272
- application/vnd.ms-excel.addin.macroEnabled.12,
273
- application/vnd.ms-excel.sheet.binary.macroEnabled.12,
274
- application/vnd.ms-excel.sheet.macroEnabled.12,
275
- application/vnd.ms-excel.template.macroEnabled.12,
276
- application/vnd.ms-powerpoint.addin.macroEnabled.12,
277
- application/vnd.ms-powerpoint.presentation.macroEnabled.12,
278
- application/vnd.ms-powerpoint.slide.macroEnabled.12,
279
- application/vnd.ms-powerpoint.slideshow.macroEnabled.12,
280
- application/vnd.ms-powerpoint.template.macroEnabled.12,
281
- application/vnd.ms-word.document.macroEnabled.12,
282
- application/vnd.ms-word.template.macroEnabled.12,
283
- application/vnd.novadigm.EDM, application/vnd.novadigm.EDX,
284
- application/vnd.novadigm.EXT, application/vnd.Quark.QuarkXPress,
285
- application/vnd.SimTech-MindMapper, audio/AMR-WB, video/H261,
286
- video/H263, video/H264, video/JPEG, video/MJ2.
287
-
288
- * Updated the IANA media registry entries as of release date.
289
- * Registered type person names have been updated from surname only to
290
- full name.
291
- * Several types had updated RFC or draft RFC references.
292
- * Added application/bacnet-xdd+zip, application/cms,
293
- application/load-control+xml, application/PDX, application/ttml+xml,
294
- application/vnd.collection.doc+json,
295
- application/vnd.iptc.g2.catalogitem+xml, application/vnd.pcos,
296
- text/parameters, text/vnd.a, video/iso.segment
303
+
304
+ - Added <tt>.sj</tt> to `application/javascript` as provided by Brandon
305
+ Galbraith (@brandongalbraith) in
306
+ [ruby-mime-types#58](https://github.com/mime-types/ruby-mime-types/pull/58).
307
+ - Marked application/excel and application/x-excel as obsolete in favour of
308
+ application/vnd.ms-excel per
309
+ [ruby-mime-types#60](https://github.com/mime-types/ruby-mime-types/pull/60).
310
+ - Merged duplicate MIME types into the registered MIME type. The only
311
+ difference between the MIME types was capitalization; the MIME type
312
+ registry is case-preserving.
313
+
314
+ - Affected MIME types: application/vnd.3M.Post-it-Notes,
315
+ application/vnd.FloGraphIt, application/vnd.HandHeld-Entertainment+xml,
316
+ application/vnd.hp-HPGL, application/vnd.hp-PCL,
317
+ application/vnd.hp-PCLXL, application/vnd.ibm.MiniPay,
318
+ application/vnd.Kinar, application/vnd.MFER,
319
+ application/vnd.Mobius.DAF, application/vnd.Mobius.DIS,
320
+ application/vnd.Mobius.MBK, application/vnd.Mobius.MSL,
321
+ application/vnd.Mobius.MQY, application/vnd.Mobius.PLC,
322
+ application/vnd.Mobius.TXF,
323
+ application/vnd.ms-excel.addin.macroEnabled.12,
324
+ application/vnd.ms-excel.sheet.binary.macroEnabled.12,
325
+ application/vnd.ms-excel.sheet.macroEnabled.12,
326
+ application/vnd.ms-excel.template.macroEnabled.12,
327
+ application/vnd.ms-powerpoint.addin.macroEnabled.12,
328
+ application/vnd.ms-powerpoint.presentation.macroEnabled.12,
329
+ application/vnd.ms-powerpoint.slide.macroEnabled.12,
330
+ application/vnd.ms-powerpoint.slideshow.macroEnabled.12,
331
+ application/vnd.ms-powerpoint.template.macroEnabled.12,
332
+ application/vnd.ms-word.document.macroEnabled.12,
333
+ application/vnd.ms-word.template.macroEnabled.12,
334
+ application/vnd.novadigm.EDM, application/vnd.novadigm.EDX,
335
+ application/vnd.novadigm.EXT, application/vnd.Quark.QuarkXPress,
336
+ application/vnd.SimTech-MindMapper, audio/AMR-WB, video/H261,
337
+ video/H263, video/H264, video/JPEG, video/MJ2.
338
+
339
+ - Updated the IANA media registry entries as of release date.
340
+ - Registered type person names have been updated from surname only to
341
+ full name.
342
+ - Several types had updated RFC or draft RFC references.
343
+ - Added application/bacnet-xdd+zip, application/cms,
344
+ application/load-control+xml, application/PDX, application/ttml+xml,
345
+ application/vnd.collection.doc+json,
346
+ application/vnd.iptc.g2.catalogitem+xml, application/vnd.pcos,
347
+ text/parameters, text/vnd.a, video/iso.segment
297
348
 
298
349
  ## 2.1 / 2014-01-25
299
350
 
300
- * The IANA media type registry format changed, resulting in updates to most
301
- of the 1,427 registered MIME types.
302
- * Many registered MIME types have had some metadata updates due to the
303
- change in the IANA registry format.
304
- * MIME types having a publicly available registry application now
305
- include a link to that file in references.
306
- * Added `xrefs` data as discovered (see the API changes noted above).
307
- * The Apache mime types configuration has been added to track additional
308
- common but unregistered MIME types and known extensions for those MIME
309
- types. This has affected many of the available MIME types.
310
- * Added newly registered MIME types:
311
- * application/emotionml+xml, application/ODX, application/prs.hpub+zip,
312
- application/vcard+json, application/vnd.bekitzur-stech+json,
313
- application/vnd.etsi.timestamp-token,
314
- application/vnd.oma.cab-feature-handler+xml,
315
- application/vnd.openeye.oeb, application/vnd.tcpdump.pcap,
316
- audio/amr-wb, model/x3d+xml, model/x3d-vrml
317
- * Added 180 unregistered MIME types from the Apache list:
318
- * application/applixware, application/cu-seeme, application/docbook+xml,
319
- application/gml+xml, application/gpx+xml, application/gxf,
320
- application/java-archive, application/java-serialized-object,
321
- application/java-vm, application/jsonml+json, application/metalink+xml,
322
- application/omdoc+xml, application/onenote, application/pics-rules,
323
- application/rsd+xml, application/ssdl+xml,
324
- application/vnd.3m.post-it-notes, application/vnd.amazon.ebook,
325
- application/vnd.anser-web-funds-transfer-initiation,
326
- application/vnd.curl.car, application/vnd.curl.pcurl,
327
- application/vnd.dolby.mlp, application/vnd.ds-keypoint,
328
- application/vnd.flographit, application/vnd.handheld-entertainment+xml,
329
- application/vnd.hp-hpgl, application/vnd.hp-pcl,
330
- application/vnd.hp-pclxl, application/vnd.ibm.minipay,
331
- application/vnd.kinar, application/vnd.mfer,
332
- application/vnd.mobius.daf, application/vnd.mobius.dis,
333
- application/vnd.mobius.mbk, application/vnd.mobius.mqy,
334
- application/vnd.mobius.msl, application/vnd.mobius.plc,
335
- application/vnd.mobius.txf,
336
- application/vnd.ms-excel.addin.macroenabled.12,
337
- application/vnd.ms-excel.sheet.binary.macroenabled.12,
338
- application/vnd.ms-excel.sheet.macroenabled.12,
339
- application/vnd.ms-excel.template.macroenabled.12,
340
- application/vnd.ms-pki.seccat, application/vnd.ms-pki.stl,
341
- application/vnd.ms-powerpoint.addin.macroenabled.12,
342
- application/vnd.ms-powerpoint.presentation.macroenabled.12,
343
- application/vnd.ms-powerpoint.slide.macroenabled.12,
344
- application/vnd.ms-powerpoint.slideshow.macroenabled.12,
345
- application/vnd.ms-powerpoint.template.macroenabled.12,
346
- application/vnd.ms-word.document.macroenabled.12,
347
- application/vnd.ms-word.template.macroenabled.12,
348
- application/vnd.novadigm.edm, application/vnd.novadigm.edx,
349
- application/vnd.novadigm.ext, application/vnd.quark.quarkxpress,
350
- application/vnd.rim.cod, application/vnd.rn-realmedia-vbr,
351
- application/vnd.simtech-mindmapper, application/vnd.symbian.install,
352
- application/winhlp, application/x-abiword,
353
- application/x-ace-compressed, application/x-authorware-bin,
354
- application/x-authorware-map, application/x-authorware-seg,
355
- application/x-bittorrent, application/x-blorb, application/x-bzip,
356
- application/x-cbr, application/x-cfs-compressed, application/x-chat,
357
- application/x-conference, application/x-dgc-compressed,
358
- application/x-doom, application/x-dtbncx+xml, application/x-dtbook+xml,
359
- application/x-dtbresource+xml, application/x-envoy, application/x-eva,
360
- application/x-font-bdf, application/x-font-ghostscript,
361
- application/x-font-linux-psf, application/x-font-otf,
362
- application/x-font-pcf, application/x-font-snf, application/x-font-ttf,
363
- application/x-font-type1, application/x-freearc,
364
- application/x-gca-compressed, application/x-glulx,
365
- application/x-gnumeric, application/x-gramps-xml,
366
- application/x-install-instructions, application/x-iso9660-image,
367
- application/x-lzh-compressed, application/x-mie,
368
- application/x-ms-application, application/x-ms-shortcut,
369
- application/x-ms-xbap, application/x-msbinder,
370
- application/x-mscardfile, application/x-msclip,
371
- application/x-msmediaview, application/x-msmetafile,
372
- application/x-msmoney, application/x-mspublisher,
373
- application/x-msschedule, application/x-msterminal,
374
- application/x-mswrite, application/x-nzb, application/x-pkcs12,
375
- application/x-pkcs7-certificates, application/x-pkcs7-certreqresp,
376
- application/x-research-info-systems, application/x-silverlight-app,
377
- application/x-sql, application/x-stuffitx, application/x-subrip,
378
- application/x-t3vm-image, application/x-tads, application/x-tex-tfm,
379
- application/x-tgif, application/x-xfig, application/x-xliff+xml,
380
- application/x-xz, application/x-zmachine, application/xaml+xml,
381
- application/xproc+xml, application/xspf+xml, audio/adpcm, audio/amr-wb,
382
- audio/AMR-WB, audio/midi, audio/s3m, audio/silk, audio/x-caf,
383
- audio/x-flac, audio/x-matroska, audio/x-mpegurl, audio/xm,
384
- chemical/x-cdx, chemical/x-cif, chemical/x-cmdf, chemical/x-cml,
385
- chemical/x-csml, image/sgi, image/vnd.ms-photo, image/x-3ds,
386
- image/x-cmx, image/x-freehand, image/x-icon, image/x-mrsid-image,
387
- image/x-pcx, image/x-tga, model/x3d+binary, model/x3d+vrml, text/plain,
388
- text/vnd.curl.dcurl, text/vnd.curl.mcurl, text/vnd.curl.scurl,
389
- text/x-asm, text/x-c, text/x-fortran, text/x-java-source, text/x-nfo,
390
- text/x-opml, text/x-pascal, text/x-sfv, text/x-uuencode, video/h261,
391
- video/h263, video/h264, video/jpeg, video/jpm, video/mj2, video/x-f4v,
392
- video/x-m4v, video/x-mng, video/x-ms-vob, video/x-smv
393
- * Merged the non-standard VMS platform text/plain with the standard
394
- text/plain.
351
+ - The IANA media type registry format changed, resulting in updates to most
352
+ of the 1,427 registered MIME types.
353
+ - Many registered MIME types have had some metadata updates due to the
354
+ change in the IANA registry format.
355
+ - MIME types having a publicly available registry application now
356
+ include a link to that file in references.
357
+ - Added `xrefs` data as discovered (see the API changes noted above).
358
+ - The Apache mime types configuration has been added to track additional
359
+ common but unregistered MIME types and known extensions for those MIME
360
+ types. This has affected many of the available MIME types.
361
+ - Added newly registered MIME types:
362
+ - application/emotionml+xml, application/ODX, application/prs.hpub+zip,
363
+ application/vcard+json, application/vnd.bekitzur-stech+json,
364
+ application/vnd.etsi.timestamp-token,
365
+ application/vnd.oma.cab-feature-handler+xml,
366
+ application/vnd.openeye.oeb, application/vnd.tcpdump.pcap,
367
+ audio/amr-wb, model/x3d+xml, model/x3d-vrml
368
+ - Added 180 unregistered MIME types from the Apache list:
369
+ - application/applixware, application/cu-seeme, application/docbook+xml,
370
+ application/gml+xml, application/gpx+xml, application/gxf,
371
+ application/java-archive, application/java-serialized-object,
372
+ application/java-vm, application/jsonml+json, application/metalink+xml,
373
+ application/omdoc+xml, application/onenote, application/pics-rules,
374
+ application/rsd+xml, application/ssdl+xml,
375
+ application/vnd.3m.post-it-notes, application/vnd.amazon.ebook,
376
+ application/vnd.anser-web-funds-transfer-initiation,
377
+ application/vnd.curl.car, application/vnd.curl.pcurl,
378
+ application/vnd.dolby.mlp, application/vnd.ds-keypoint,
379
+ application/vnd.flographit, application/vnd.handheld-entertainment+xml,
380
+ application/vnd.hp-hpgl, application/vnd.hp-pcl,
381
+ application/vnd.hp-pclxl, application/vnd.ibm.minipay,
382
+ application/vnd.kinar, application/vnd.mfer,
383
+ application/vnd.mobius.daf, application/vnd.mobius.dis,
384
+ application/vnd.mobius.mbk, application/vnd.mobius.mqy,
385
+ application/vnd.mobius.msl, application/vnd.mobius.plc,
386
+ application/vnd.mobius.txf,
387
+ application/vnd.ms-excel.addin.macroenabled.12,
388
+ application/vnd.ms-excel.sheet.binary.macroenabled.12,
389
+ application/vnd.ms-excel.sheet.macroenabled.12,
390
+ application/vnd.ms-excel.template.macroenabled.12,
391
+ application/vnd.ms-pki.seccat, application/vnd.ms-pki.stl,
392
+ application/vnd.ms-powerpoint.addin.macroenabled.12,
393
+ application/vnd.ms-powerpoint.presentation.macroenabled.12,
394
+ application/vnd.ms-powerpoint.slide.macroenabled.12,
395
+ application/vnd.ms-powerpoint.slideshow.macroenabled.12,
396
+ application/vnd.ms-powerpoint.template.macroenabled.12,
397
+ application/vnd.ms-word.document.macroenabled.12,
398
+ application/vnd.ms-word.template.macroenabled.12,
399
+ application/vnd.novadigm.edm, application/vnd.novadigm.edx,
400
+ application/vnd.novadigm.ext, application/vnd.quark.quarkxpress,
401
+ application/vnd.rim.cod, application/vnd.rn-realmedia-vbr,
402
+ application/vnd.simtech-mindmapper, application/vnd.symbian.install,
403
+ application/winhlp, application/x-abiword,
404
+ application/x-ace-compressed, application/x-authorware-bin,
405
+ application/x-authorware-map, application/x-authorware-seg,
406
+ application/x-bittorrent, application/x-blorb, application/x-bzip,
407
+ application/x-cbr, application/x-cfs-compressed, application/x-chat,
408
+ application/x-conference, application/x-dgc-compressed,
409
+ application/x-doom, application/x-dtbncx+xml, application/x-dtbook+xml,
410
+ application/x-dtbresource+xml, application/x-envoy, application/x-eva,
411
+ application/x-font-bdf, application/x-font-ghostscript,
412
+ application/x-font-linux-psf, application/x-font-otf,
413
+ application/x-font-pcf, application/x-font-snf, application/x-font-ttf,
414
+ application/x-font-type1, application/x-freearc,
415
+ application/x-gca-compressed, application/x-glulx,
416
+ application/x-gnumeric, application/x-gramps-xml,
417
+ application/x-install-instructions, application/x-iso9660-image,
418
+ application/x-lzh-compressed, application/x-mie,
419
+ application/x-ms-application, application/x-ms-shortcut,
420
+ application/x-ms-xbap, application/x-msbinder,
421
+ application/x-mscardfile, application/x-msclip,
422
+ application/x-msmediaview, application/x-msmetafile,
423
+ application/x-msmoney, application/x-mspublisher,
424
+ application/x-msschedule, application/x-msterminal,
425
+ application/x-mswrite, application/x-nzb, application/x-pkcs12,
426
+ application/x-pkcs7-certificates, application/x-pkcs7-certreqresp,
427
+ application/x-research-info-systems, application/x-silverlight-app,
428
+ application/x-sql, application/x-stuffitx, application/x-subrip,
429
+ application/x-t3vm-image, application/x-tads, application/x-tex-tfm,
430
+ application/x-tgif, application/x-xfig, application/x-xliff+xml,
431
+ application/x-xz, application/x-zmachine, application/xaml+xml,
432
+ application/xproc+xml, application/xspf+xml, audio/adpcm, audio/amr-wb,
433
+ audio/AMR-WB, audio/midi, audio/s3m, audio/silk, audio/x-caf,
434
+ audio/x-flac, audio/x-matroska, audio/x-mpegurl, audio/xm,
435
+ chemical/x-cdx, chemical/x-cif, chemical/x-cmdf, chemical/x-cml,
436
+ chemical/x-csml, image/sgi, image/vnd.ms-photo, image/x-3ds,
437
+ image/x-cmx, image/x-freehand, image/x-icon, image/x-mrsid-image,
438
+ image/x-pcx, image/x-tga, model/x3d+binary, model/x3d+vrml, text/plain,
439
+ text/vnd.curl.dcurl, text/vnd.curl.mcurl, text/vnd.curl.scurl,
440
+ text/x-asm, text/x-c, text/x-fortran, text/x-java-source, text/x-nfo,
441
+ text/x-opml, text/x-pascal, text/x-sfv, text/x-uuencode, video/h261,
442
+ video/h263, video/h264, video/jpeg, video/jpm, video/mj2, video/x-f4v,
443
+ video/x-m4v, video/x-mng, video/x-ms-vob, video/x-smv
444
+ - Merged the non-standard VMS platform text/plain with the standard
445
+ text/plain.
395
446
 
396
447
  [#10]: https://github.com/mime-types/mime-types-data/pull/10
397
448
  [#11]: https://github.com/mime-types/mime-types-data/pull/11
398
449
  [#12]: https://github.com/mime-types/mime-types-data/pull/12
399
450
  [#13]: https://github.com/mime-types/mime-types-data/pull/13
451
+ [#18]: https://github.com/mime-types/mime-types-data/issues/18
400
452
  [#20]: https://github.com/mime-types/mime-types-data/pull/20
401
453
  [#21]: https://github.com/mime-types/mime-types-data/pull/21
402
- [#22]: https://github.com/mime-types/mime-types-data/pull/22
454
+ [#22]: https://github.com/mime-types/mime-types-data/issues/22
403
455
  [#23]: https://github.com/mime-types/mime-types-data/pull/23
404
456
  [#24]: https://github.com/mime-types/mime-types-data/pull/24
457
+ [#28]: https://github.com/mime-types/mime-types-data/pull/28
458
+ [#29]: https://github.com/mime-types/mime-types-data/pull/29
459
+ [#30]: https://github.com/mime-types/mime-types-data/pull/30
460
+ [#31]: https://github.com/mime-types/mime-types-data/pull/31
461
+ [#32]: https://github.com/mime-types/mime-types-data/issues/32
462
+ [#33]: https://github.com/mime-types/mime-types-data/pull/33
463
+ [#34]: https://github.com/mime-types/mime-types-data/pull/34
464
+ [#35]: https://github.com/mime-types/mime-types-data/pull/35
465
+ [#36]: https://github.com/mime-types/mime-types-data/pull/36
466
+ [#40]: https://github.com/mime-types/mime-types-data/pull/40
405
467
  [rmt]: https://github.com/mime-types/ruby-mime-types
406
- [Code of Conduct]: Code-of-Conduct.md
468
+ [code of conduct]: Code-of-Conduct.md