mime-types-data 3.2019.0331 → 3.2020.1104

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: d7a8aaa4d9d15c7beaec3305ce868d9d22dcf761d69dff0ce3e24854aa093115
4
- data.tar.gz: 7064379640d7ce04f01c808042bd7a7c36e133fab8a7d90932462ed8f013de81
3
+ metadata.gz: aa6513e985ef109ab1cd70652b44b6f3e13af37f94c76b8703970a9883b174a5
4
+ data.tar.gz: e6c6bbf4b7c65e727da7fd01e3fd229240078962b43693b5d229f7fcd198d559
5
5
  SHA512:
6
- metadata.gz: 1e5e1546219c47eb8b5438a81e02dab8b4ecb645cccab9490144955f78096efb9cda2b0640f6c28476bf5de75bbe4719ba64335ce34331f14cf8722b1144a0bf
7
- data.tar.gz: 4b69f130278300ad4a3cc7b26556dd8e086bc858231941534fc8f5e45c1214cad8f560adda446eddfc5a3d868bcad1f715833aae8a825f363e512def647f10f4
6
+ metadata.gz: '0867ec225e4b4a13fe2e9e06ff459340269479a435590e1a0b472c07dc3c2cac2157ec8ad1ca52396c411e2fb1605092f2d8374ab75f812fde90d5f443278d5f'
7
+ data.tar.gz: dc57057f8d4a5cad6992159a74bc6d47a47eb0a4a079a7e1f329f1e40969884e342251788a64387c8deb405af2529e6cb78c4501a6c6be33ffdb433579b82af0
@@ -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
@@ -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,74 +93,131 @@ 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
- * Andy Brody
130
- * Arnaud Meuret
131
- * Bradley Meck
132
- * Brandon Galbraith
133
- * Chris Gat
134
- * David Genord
135
- * Eric Marden
136
- * Garret Alfert
137
- * Godfrey Chan
138
- * Greg Brockman
139
- * Hans de Graaff
140
- * Henrik Hodne
141
- * Jeremy Evans
142
- * Juanito Fatas
143
- * Łukasz Śliwa
144
- * Keerthi Siva
145
- * Ken Ip
146
- * Martin d'Allens
147
- * Mauricio Linhares
148
- * nycvotes-dev
149
- * Postmodern
150
- * Richard Hirner
151
- * Richard Hurt
152
- * Richard Schneeman
153
- * Sergio Baptista
154
- * Tao Guo
155
- * Thomas Leese
156
- * Tibor Szolár
157
- * 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
+ - Sergio Baptista
215
+ - Tao Guo
216
+ - Thomas Leese
217
+ - Tibor Szolár
218
+ - Todd Carrico
219
+ - Yoran Brondsema
158
220
 
159
221
  [qcm]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html
160
222
  [rmt]: https://github.com/mime-types/ruby-mime-types/
223
+ [#18]: https://github.com/mime-types/mime-types-data/issues/18
data/History.md CHANGED
@@ -1,389 +1,450 @@
1
1
  # MIME Types Changes by Version
2
2
 
3
+ ## 3.2020.1104 / 2020-11-04
4
+
5
+ - Updated the IANA media registry entries as of release date.
6
+
7
+ - Added `application/x-zip-compressed`. [#36][].
8
+
9
+ - Updated the contributing guide to include information about the release
10
+ process as described in [#18][].
11
+
12
+ - Corrected a misspelling of Yoran Brondsema’s name. Sorry, Yoran. [#35][].
13
+
14
+ ## 3.2020.0512 / 2020-05-12
15
+
16
+ - Updated the IANA media registry entries as of release date.
17
+
18
+ - Added file extensions for HEIC image types. [#34][].
19
+
20
+ ## 3.2020.0425 / 2020-04-25
21
+
22
+ - Updated the IANA media registry entries as of release date.
23
+
24
+ - Added several RAW image types based on data from GNOME RAW Thumbnailer.
25
+ [#33][] fixing [#32][].
26
+
27
+ - Added `audio/wav`. [#31][].
28
+
29
+ - Added a type for Smarttech notebook files. [#30][].
30
+
31
+ - Added an alias for audio/m4a files. [#29][].
32
+
33
+ - Added application/x-ms-dos-executable. [#28][].
34
+
35
+ ## 3.2019.1009 / 2019-10-09
36
+
37
+ - Updated the IANA media registry entries as of release date.
38
+
39
+ - Reordered the `.ai` extension so that it is not the preferred extension for
40
+ `application/pdf` [#24][].
41
+
42
+ ## 3.2019.0904 / 2019-09-04
43
+
44
+ - Updated the IANA media registry entries as of release date.
45
+
46
+ - Moved the `.ai` extension from `application/postscript` to `application/pdf`.
47
+ [#23][] fixing [#22][].
48
+
3
49
  ## 3.2019.0331 / 2019-03-31
4
50
 
5
- * Updated the IANA media registry entries as of release date.
51
+ - Updated the IANA media registry entries as of release date.
6
52
 
7
- * Added support for `application/wasm` with extension `.wasm`. [#21][]
53
+ - Added support for `application/wasm` with extension `.wasm`. [#21][]
8
54
 
9
- * Fixed `application/ecmascript` extensions. [#20][]
55
+ - Fixed `application/ecmascript` extensions. [#20][]
10
56
 
11
57
  ## 3.2018.0812 / 2018-08-12
12
58
 
13
- * Added `.xsd` extension to `text/xml`. [#10][]
59
+ - Added `.xsd` extension to `text/xml`. [#10][]
14
60
 
15
- * Added `.js` and `.mjs` extensions to `text/ecmascript` and
16
- `text/javascript`. [#11][]
61
+ - Added `.js` and `.mjs` extensions to `text/ecmascript` and
62
+ `text/javascript`. [#11][]
17
63
 
18
- * Added `.ipa` extension to `application/octet-stream`. [#12][]
64
+ - Added `.ipa` extension to `application/octet-stream`. [#12][]
19
65
 
20
- * Moved extensions `.markdown` and `.md` and added `.mkd` extension to
21
- `text/markdown`. [#13][]
66
+ - Moved extensions `.markdown` and `.md` and added `.mkd` extension to
67
+ `text/markdown`. [#13][]
22
68
 
23
- * Because of a bug found with mime-types 3 before 3.2.1, this version
24
- requires mime-types 3.1 or later to manage data.
69
+ - Because of a bug found with mime-types 3 before 3.2.1, this version
70
+ requires mime-types 3.1 or later to manage data.
25
71
 
26
- * Updated the IANA media registry entries as of release date. The biggest
27
- major change here is the addition of the `font/` top-level media type.
72
+ - Updated the IANA media registry entries as of release date. The biggest
73
+ major change here is the addition of the `font/` top-level media type.
28
74
 
29
- * MIME type changes not introduced by pull requests will no longer be
30
- individually tracked.
75
+ - MIME type changes not introduced by pull requests will no longer be
76
+ individually tracked.
31
77
 
32
- * Clarified that the YAML editable format is not shipped with the Ruby gem
33
- for size considerations.
78
+ - Clarified that the YAML editable format is not shipped with the Ruby gem
79
+ for size considerations.
34
80
 
35
81
  ## 3.2016.0521 / 2016-05-21
36
82
 
37
- * Updated the known extension list for application/octet-stream and
38
- application/pgp-encrypted to include gpg as an extension. Fixes
39
- [#3](https://github.com/mime-types/mime-types-data/pull/3) by Tao Guo
40
- (@taoza).
41
- * Updated the IANA media registry entries as of release date:
42
-
43
- * Updated metadata for application/EmergencyCallData.Comment+xml,
44
- application/EmergencyCallData.DeviceInfo+xml,
45
- application/EmergencyCallData.ProviderInfo+xml,
46
- application/EmergencyCallData.ServiceInfo+xml,
47
- application/EmergencyCallData.SubscriberInfo+xml,
48
- application/ogg, application/problem+json, application/problem+xml,
49
- audio/ogg, text/markdown, video/H265, video/ogg.
50
- * Added application/efi, application/vnd.3gpp.sms+xml,
51
- application/vnd.3lightssoftware.imagescal,
52
- application/vnd.coreos.ignition+json, application/vnd.oma.lwm2m+json,
53
- application/vnd.onepager, application/vnd.quarantainenet,
54
- application/vnd.vel+json, image/emf, image/wmf, text/prs.prop.logic.
55
- * image/bmp has a draft RFC which would make it official; it has been
56
- finally been registered. As such, this version *reverses* the
57
- use-instead relationship of image/bmp and image/x-bmp.
58
-
59
- * This version requires mime-types 3.1 or later to manage data because of an
60
- issue with JSON data encoding for the `xrefs` field.
83
+ - Updated the known extension list for application/octet-stream and
84
+ application/pgp-encrypted to include gpg as an extension. Fixes
85
+ [#3](https://github.com/mime-types/mime-types-data/pull/3) by Tao Guo
86
+ (@taoza).
87
+ - Updated the IANA media registry entries as of release date:
88
+
89
+ - Updated metadata for application/EmergencyCallData.Comment+xml,
90
+ application/EmergencyCallData.DeviceInfo+xml,
91
+ application/EmergencyCallData.ProviderInfo+xml,
92
+ application/EmergencyCallData.ServiceInfo+xml,
93
+ application/EmergencyCallData.SubscriberInfo+xml,
94
+ application/ogg, application/problem+json, application/problem+xml,
95
+ audio/ogg, text/markdown, video/H265, video/ogg.
96
+ - Added application/efi, application/vnd.3gpp.sms+xml,
97
+ application/vnd.3lightssoftware.imagescal,
98
+ application/vnd.coreos.ignition+json, application/vnd.oma.lwm2m+json,
99
+ application/vnd.onepager, application/vnd.quarantainenet,
100
+ application/vnd.vel+json, image/emf, image/wmf, text/prs.prop.logic.
101
+ - image/bmp has a draft RFC which would make it official; it has been
102
+ finally been registered. As such, this version _reverses_ the
103
+ use-instead relationship of image/bmp and image/x-bmp.
104
+
105
+ - This version requires mime-types 3.1 or later to manage data because of an
106
+ issue with JSON data encoding for the `xrefs` field.
61
107
 
62
108
  ## 3.2016.0221 / 2016-02-21
63
109
 
64
- * Updated the known extensions list for audio/mp4.
65
- * Updated the IANA media registry entries as of release date:
66
-
67
- * Updated metadata for 3GPP-defined types (there are many),
68
- application/cdni, and application/rfc+xml.
69
- * Added application/EmergencyCallData.Comment+xml,
70
- application/EmergencyCallData.DeviceInfo+xml,
71
- application/EmergencyCallData.ProviderInfo+xml,
72
- application/EmergencyCallData.ServiceInfo+xml,
73
- application/ppsp-tracker+json, application/problem+json,
74
- application/problem+xml, application/vnd.filmit.zfc,
75
- application/vnd.hdt, application/vnd.mapbox-vector-tile,
76
- application/vnd.ms-PrintDeviceCapabilities+xml,
77
- application/vnd.ms-PrintSchemaTicket+xml,
78
- application/vnd.ms-windows.nwprinting.oob, application/vnd.tml,
79
- model/vnd.rosette.annotated-data-model, and video/H265.
80
-
81
- * Updated to [Contributor Covenant 1.4][Code of Conduct].
82
- * Shift the support code in this repository to be developed with Ruby 2.3.
83
- This involves:
84
-
85
- * Adding `frozen_string_literal: true` to all Ruby files.
86
- * Applied some recommended readability and performance suggestions from
87
- Rubocop. Ignored some style recommendations, too.
88
- * Replaced some cases of `foo.bar rescue nil` with `foo&.bar`.
110
+ - Updated the known extensions list for audio/mp4.
111
+ - Updated the IANA media registry entries as of release date:
112
+
113
+ - Updated metadata for 3GPP-defined types (there are many),
114
+ application/cdni, and application/rfc+xml.
115
+ - Added application/EmergencyCallData.Comment+xml,
116
+ application/EmergencyCallData.DeviceInfo+xml,
117
+ application/EmergencyCallData.ProviderInfo+xml,
118
+ application/EmergencyCallData.ServiceInfo+xml,
119
+ application/ppsp-tracker+json, application/problem+json,
120
+ application/problem+xml, application/vnd.filmit.zfc,
121
+ application/vnd.hdt, application/vnd.mapbox-vector-tile,
122
+ application/vnd.ms-PrintDeviceCapabilities+xml,
123
+ application/vnd.ms-PrintSchemaTicket+xml,
124
+ application/vnd.ms-windows.nwprinting.oob, application/vnd.tml,
125
+ model/vnd.rosette.annotated-data-model, and video/H265.
126
+
127
+ - Updated to [Contributor Covenant 1.4][code of conduct].
128
+ - Shift the support code in this repository to be developed with Ruby 2.3.
129
+ This involves:
130
+
131
+ - Adding `frozen_string_literal: true` to all Ruby files.
132
+ - Applied some recommended readability and performance suggestions from
133
+ Rubocop. Ignored some style recommendations, too.
134
+ - Replaced some cases of `foo.bar rescue nil` with `foo&.bar`.
89
135
 
90
136
  ## 3.2015.1120 / 2015-11-20
91
137
 
92
- * Extracted from [ruby-mime-types][rmt].
93
- * Added a [Code of Conduct][].
94
- * The versioning has changed to be semantic on format plus date in two parts.
138
+ - Extracted from [ruby-mime-types][rmt].
139
+ - Added a [Code of Conduct][].
140
+ - The versioning has changed to be semantic on format plus date in two parts.
95
141
 
96
- * All registry formats have been updated to remove deprecated data.
97
- * The columnar format has been updated to store three boolean flags in a
98
- single flags file.
142
+ - All registry formats have been updated to remove deprecated data.
143
+ - The columnar format has been updated to store three boolean flags in a
144
+ single flags file.
99
145
 
100
- * Updated the conversion and management utilities to work with
101
- ruby-mime-types 3.x.
146
+ - Updated the conversion and management utilities to work with
147
+ ruby-mime-types 3.x.
102
148
 
103
- * Updated the IANA media registry entries as of release date:
149
+ - Updated the IANA media registry entries as of release date:
104
150
 
105
- * Updated metadata for application/scim+json, audio/G711-0, text/markdown.
151
+ - Updated metadata for application/scim+json, audio/G711-0, text/markdown.
106
152
 
107
- * Added application/cdni, application/csvm+json, application/rfc+xml,
108
- application/vnd.3gpp.access-transfer-events+xml,
109
- application/vnd.3gpp.srvcc-ext+xml, application/vnd.3gpp.SRVCC-info+xml,
110
- application/vnd.ms-windows.devicepairing,
111
- application/vnd.ms-windows.wsd.oob, application/vnd.oxli.countgraph,
112
- application/vnd.pagerduty+json, video/VP8.
153
+ - Added application/cdni, application/csvm+json, application/rfc+xml,
154
+ application/vnd.3gpp.access-transfer-events+xml,
155
+ application/vnd.3gpp.srvcc-ext+xml, application/vnd.3gpp.SRVCC-info+xml,
156
+ application/vnd.ms-windows.devicepairing,
157
+ application/vnd.ms-windows.wsd.oob, application/vnd.oxli.countgraph,
158
+ application/vnd.pagerduty+json, video/VP8.
113
159
 
114
160
  ## 2.6.2 / 2015-09-13
115
161
 
116
- * Updated the IANA media registry entries as of release date:
162
+ - Updated the IANA media registry entries as of release date:
117
163
 
118
- * Updated metadata for application/cals-1840, application/index.obj,
119
- application/ocsp-response, application/vnd.dtg.local.html,
120
- application/vnd.pwg-multiplexed, audio/G7221, audio/opus.
164
+ - Updated metadata for application/cals-1840, application/index.obj,
165
+ application/ocsp-response, application/vnd.dtg.local.html,
166
+ application/vnd.pwg-multiplexed, audio/G7221, audio/opus.
121
167
 
122
- * Added application/pkcs12, application/scim+json, multipart/form-data.
123
- application/vnd.3gpp-prose+xml, application/vnd.3gpp-prose-pc3ch+xml,
124
- application/vnd.3gpp.mid-call+xml,
125
- application/vnd.3gpp-state-and-event-info+xml,
126
- application.3gpp.ussd+xml, application/vnd.anki,
127
- application/vnd.biopax.rdf+xml, application/vnd.drive+json,
128
- application/vnd.firemonkeys.cloudcell,
129
- application/vnd.hyperdrive+json, application/vnd.openblox.game+xml,
130
- application/vnd.openblox.game-binary, application/vnd.uri-map,
131
- audio/G711-0, image/vnd.mozilla.apng.
168
+ - Added application/pkcs12, application/scim+json, multipart/form-data.
169
+ application/vnd.3gpp-prose+xml, application/vnd.3gpp-prose-pc3ch+xml,
170
+ application/vnd.3gpp.mid-call+xml,
171
+ application/vnd.3gpp-state-and-event-info+xml,
172
+ application.3gpp.ussd+xml, application/vnd.anki,
173
+ application/vnd.biopax.rdf+xml, application/vnd.drive+json,
174
+ application/vnd.firemonkeys.cloudcell,
175
+ application/vnd.hyperdrive+json, application/vnd.openblox.game+xml,
176
+ application/vnd.openblox.game-binary, application/vnd.uri-map,
177
+ audio/G711-0, image/vnd.mozilla.apng.
132
178
 
133
179
  ## 2.6 / 2015-05-25
134
180
 
135
- * Steven Michael Thomas (@stevenmichaelthomas) added `woff2` as an extension
136
- to application/font-woff,
137
- [ruby-mime-types#99](https://github.com/mime-types/ruby-mime-types/pull/99).
138
- * Updated the IANA media registry entries as of release date:
139
- * Updated metadata for application/jose, application/jose+json,
140
- application/jwk+json, application/jwk-set+json, application/jwt to
141
- reflect the adoption of RFC7519.
142
- * Added application/vnd.balsamiq.bmpr.
181
+ - Steven Michael Thomas (@stevenmichaelthomas) added `woff2` as an extension
182
+ to application/font-woff,
183
+ [ruby-mime-types#99](https://github.com/mime-types/ruby-mime-types/pull/99).
184
+ - Updated the IANA media registry entries as of release date:
185
+ - Updated metadata for application/jose, application/jose+json,
186
+ application/jwk+json, application/jwk-set+json, application/jwt to
187
+ reflect the adoption of RFC7519.
188
+ - Added application/vnd.balsamiq.bmpr.
143
189
 
144
190
  ## 2.5 / 2015-04-25
145
191
 
146
- * Updated the IANA media registry entries as of release date:
147
- * Added MIME types: application/A2L, application/AML, application/ATFX,
148
- application/ATXML, application/CDFX+XML, application/CEA,
149
- application/DII, application/DIT, application/jose,
150
- application/jose+json, application/json-seq, application/jwk+json,
151
- application/jwk-set+json, application/jwt, application/LXF,
152
- application/MF4, application/rdap+json,
153
- application/vnd.apache.thrift.compact, vnd.apache.thrift.json,
154
- application/vnd.citationstyles.style+xml, application/vnd.coffeescript,
155
- application/vnd.enphase.envoy, application/vnd.fastcopy-disk-image,
156
- application/vnd.gerber, application/vnd.gov.sk.e-form+xml,
157
- application/vnd.gov.sk.e-form+zip,
158
- application/vnd.gov.sk.xmldatacontainer+xml,
159
- application/vnd.ims.imsccv1p1, application/vnd.ims.imsccv1p2,
160
- application/vnd.ims.imsccv1p3, application/vnd.micro+json,
161
- application/vnd.microsoft.portable-executable,
162
- application/vnd.msa-disk-image, application/vnd.oracle.resource+json,
163
- application/vnd.tmd.mediaflex.api+xml, audio/opus,
164
- image/vnd.zbrush.pcx, text/csv-schema, text/markdown (marked as
165
- TEMPORARY).
166
- * Updated metadata for application/coap-group+json (RFC7390),
167
- application/epub+zip (now registered), application/merge-patch+json
168
- (RFC7396), application/smil, application/vnd.arastra.swi,
169
- application/vnd.geocube+xml, application/vnd.gmx,
170
- application/xhtml+xml, text/directory.
171
- * Andy Brody (@ab) fixed a pair of embarrassing typos in text/csv and
172
- text/tab-separated-values,
173
- [ruby-mime-types#89](https://github.com/mime-types/ruby-mime-types/pull/89).
174
- * Aggelos Avgerinos (@eavgerinos) added the unregistered MIME type
175
- image/x-ms-bmp with the extension `bmp`,
176
- [ruby-mime-types#90](https://github.com/mime-types/ruby-mime-types/pull/90).
192
+ - Updated the IANA media registry entries as of release date:
193
+ - Added MIME types: application/A2L, application/AML, application/ATFX,
194
+ application/ATXML, application/CDFX+XML, application/CEA,
195
+ application/DII, application/DIT, application/jose,
196
+ application/jose+json, application/json-seq, application/jwk+json,
197
+ application/jwk-set+json, application/jwt, application/LXF,
198
+ application/MF4, application/rdap+json,
199
+ application/vnd.apache.thrift.compact, vnd.apache.thrift.json,
200
+ application/vnd.citationstyles.style+xml, application/vnd.coffeescript,
201
+ application/vnd.enphase.envoy, application/vnd.fastcopy-disk-image,
202
+ application/vnd.gerber, application/vnd.gov.sk.e-form+xml,
203
+ application/vnd.gov.sk.e-form+zip,
204
+ application/vnd.gov.sk.xmldatacontainer+xml,
205
+ application/vnd.ims.imsccv1p1, application/vnd.ims.imsccv1p2,
206
+ application/vnd.ims.imsccv1p3, application/vnd.micro+json,
207
+ application/vnd.microsoft.portable-executable,
208
+ application/vnd.msa-disk-image, application/vnd.oracle.resource+json,
209
+ application/vnd.tmd.mediaflex.api+xml, audio/opus,
210
+ image/vnd.zbrush.pcx, text/csv-schema, text/markdown (marked as
211
+ TEMPORARY).
212
+ - Updated metadata for application/coap-group+json (RFC7390),
213
+ application/epub+zip (now registered), application/merge-patch+json
214
+ (RFC7396), application/smil, application/vnd.arastra.swi,
215
+ application/vnd.geocube+xml, application/vnd.gmx,
216
+ application/xhtml+xml, text/directory.
217
+ - Andy Brody (@ab) fixed a pair of embarrassing typos in text/csv and
218
+ text/tab-separated-values,
219
+ [ruby-mime-types#89](https://github.com/mime-types/ruby-mime-types/pull/89).
220
+ - Aggelos Avgerinos (@eavgerinos) added the unregistered MIME type
221
+ image/x-ms-bmp with the extension `bmp`,
222
+ [ruby-mime-types#90](https://github.com/mime-types/ruby-mime-types/pull/90).
177
223
 
178
224
  ## 2.4.2 / 2014-10-15
179
225
 
180
- * Added application/vnd.ms-outlook as an unregistered MIME type with the
181
- extension `msg`. Provided by @keerthisiv in
182
- [ruby-mime-types#72](https://github.com/mime-types/ruby-mime-types/pull/72).
226
+ - Added application/vnd.ms-outlook as an unregistered MIME type with the
227
+ extension `msg`. Provided by @keerthisiv in
228
+ [ruby-mime-types#72](https://github.com/mime-types/ruby-mime-types/pull/72).
183
229
 
184
230
  ## 2.4.1 / 2014-10-07
185
231
 
186
- * Changed the sort order of many of the extensions to restore behaviour from
187
- mime-types 1.25.1.
188
- * Added `friendly` MIME::Type descriptions where known.
189
- * Added `reg`, `ps1`, and `vbs` extensions to application/x-msdos-program and
190
- application/x-msdownload.
191
- * Updated the IANA media registry entries as of release date.
192
- * Several MIME types had updated metadata (application/alto-*, RFC7285;
193
- application/calendar+json, RFC7265; application/http, RFC7230;
194
- application/xml, RFC7303; application/xml-dtd, RFC7303;
195
- application/xml-external-parsed-entity, RFC7303; audio/AMR-WB, RFC4867;
196
- audio/aptx, RFC7310; message/http, RFC7230; multipart/byteranges,
197
- RFC7233; text/xml, RFC7303; text/xml-external-parsed-entity, RFC7303)
198
- * MIME::Type application/EDI-Consent was renamed to
199
- application/EDI-consent.
200
- * Obsoleted application/vnd.informix-visionary in favour of
201
- application/vnd.visionary. Obsoleted
202
- application/vnd.nokia.n-gage.symbian.install with no replacement.
203
- * Added MIME types: application/ATF, application/coap-group+json,
204
- application/DCD, application/merge-patch+json, application/scaip+xml,
205
- application/vnd.apache.thrift.binary, application/vnd.artsquare,
206
- application/vnd.doremir.scorecloud-binary-document,
207
- application/vnd.dzr, application/vnd.maxmind.maxmind-db,
208
- application/vnd.ntt-local.ogw_remote-access, application/xml-patch+xml,
209
- image/vnd.tencent.tap.
232
+ - Changed the sort order of many of the extensions to restore behaviour from
233
+ mime-types 1.25.1.
234
+ - Added `friendly` MIME::Type descriptions where known.
235
+ - Added `reg`, `ps1`, and `vbs` extensions to application/x-msdos-program and
236
+ application/x-msdownload.
237
+ - Updated the IANA media registry entries as of release date.
238
+ - Several MIME types had updated metadata (application/alto-\*, RFC7285;
239
+ application/calendar+json, RFC7265; application/http, RFC7230;
240
+ application/xml, RFC7303; application/xml-dtd, RFC7303;
241
+ application/xml-external-parsed-entity, RFC7303; audio/AMR-WB, RFC4867;
242
+ audio/aptx, RFC7310; message/http, RFC7230; multipart/byteranges,
243
+ RFC7233; text/xml, RFC7303; text/xml-external-parsed-entity, RFC7303)
244
+ - MIME::Type application/EDI-Consent was renamed to
245
+ application/EDI-consent.
246
+ - Obsoleted application/vnd.informix-visionary in favour of
247
+ application/vnd.visionary. Obsoleted
248
+ application/vnd.nokia.n-gage.symbian.install with no replacement.
249
+ - Added MIME types: application/ATF, application/coap-group+json,
250
+ application/DCD, application/merge-patch+json, application/scaip+xml,
251
+ application/vnd.apache.thrift.binary, application/vnd.artsquare,
252
+ application/vnd.doremir.scorecloud-binary-document,
253
+ application/vnd.dzr, application/vnd.maxmind.maxmind-db,
254
+ application/vnd.ntt-local.ogw_remote-access, application/xml-patch+xml,
255
+ image/vnd.tencent.tap.
210
256
 
211
257
  ## 2.3 / 2014-05-23
212
258
 
213
- * Updated the IANA media registry entries as of release date.
214
- * Several MIME types had additional metadata added on the most recent
215
- import.
216
- * MIME::Type application/pidfxml was renamed to application/pidf+xml.
217
- * Added MIME types: application/3gpdash-qoe-report+xml,
218
- application/alto-costmap+json, application/alto-costmapfilter+json,
219
- application/alto-directory+json, application/alto-endpointcost+json,
220
- application/alto-endpointcostparams+json,
221
- application/alto-endpointprop+json,
222
- application/alto-endpointpropparams+json, application/alto-error+json,
223
- application/alto-networkmap+json,
224
- application/alto-networkmapfilter+json, application/calendar+json,
225
- application/vnd.debian.binary-package, application/vnd.geo+json,
226
- application/vnd.ims.lis.v2.result+json,
227
- application/vnd.ims.lti.v2.toolconsumerprofile+json,
228
- application/vnd.ims.lti.v2.toolproxy+json,
229
- application/vnd.ims.lti.v2.toolproxy.id+json,
230
- application/vnd.ims.lti.v2.toolsettings+json,
231
- application/vnd.ims.lti.v2.toolsettings.simple+json,
232
- application/vnd.mason+json, application/vnd.miele+json,
233
- application/vnd.ms-3mfdocument, application/vnd.panoply,
234
- application/vnd.valve.source.material, application/vnd.yaoweme,
235
- audio/aptx, image/vnd.valve.source.texture, model/vnd.opengex,
236
- model/vnd.valve.source.compiled-map, model/x3d+fastinfoset,
237
- text/cache-manifest
259
+ - Updated the IANA media registry entries as of release date.
260
+ - Several MIME types had additional metadata added on the most recent
261
+ import.
262
+ - MIME::Type application/pidfxml was renamed to application/pidf+xml.
263
+ - Added MIME types: application/3gpdash-qoe-report+xml,
264
+ application/alto-costmap+json, application/alto-costmapfilter+json,
265
+ application/alto-directory+json, application/alto-endpointcost+json,
266
+ application/alto-endpointcostparams+json,
267
+ application/alto-endpointprop+json,
268
+ application/alto-endpointpropparams+json, application/alto-error+json,
269
+ application/alto-networkmap+json,
270
+ application/alto-networkmapfilter+json, application/calendar+json,
271
+ application/vnd.debian.binary-package, application/vnd.geo+json,
272
+ application/vnd.ims.lis.v2.result+json,
273
+ application/vnd.ims.lti.v2.toolconsumerprofile+json,
274
+ application/vnd.ims.lti.v2.toolproxy+json,
275
+ application/vnd.ims.lti.v2.toolproxy.id+json,
276
+ application/vnd.ims.lti.v2.toolsettings+json,
277
+ application/vnd.ims.lti.v2.toolsettings.simple+json,
278
+ application/vnd.mason+json, application/vnd.miele+json,
279
+ application/vnd.ms-3mfdocument, application/vnd.panoply,
280
+ application/vnd.valve.source.material, application/vnd.yaoweme,
281
+ audio/aptx, image/vnd.valve.source.texture, model/vnd.opengex,
282
+ model/vnd.valve.source.compiled-map, model/x3d+fastinfoset,
283
+ text/cache-manifest
238
284
 
239
285
  ## 2.2 / 2014-03-14
240
- * Added <tt>.sj</tt> to `application/javascript` as provided by Brandon
241
- Galbraith (@brandongalbraith) in
242
- [ruby-mime-types#58](https://github.com/mime-types/ruby-mime-types/pull/58).
243
- * Marked application/excel and application/x-excel as obsolete in favour of
244
- application/vnd.ms-excel per
245
- [ruby-mime-types#60](https://github.com/mime-types/ruby-mime-types/pull/60).
246
- * Merged duplicate MIME types into the registered MIME type. The only
247
- difference between the MIME types was capitalization; the MIME type
248
- registry is case-preserving.
249
- * Affected MIME types: application/vnd.3M.Post-it-Notes,
250
- application/vnd.FloGraphIt, application/vnd.HandHeld-Entertainment+xml,
251
- application/vnd.hp-HPGL, application/vnd.hp-PCL,
252
- application/vnd.hp-PCLXL, application/vnd.ibm.MiniPay,
253
- application/vnd.Kinar, application/vnd.MFER,
254
- application/vnd.Mobius.DAF, application/vnd.Mobius.DIS,
255
- application/vnd.Mobius.MBK, application/vnd.Mobius.MSL,
256
- application/vnd.Mobius.MQY, application/vnd.Mobius.PLC,
257
- application/vnd.Mobius.TXF,
258
- application/vnd.ms-excel.addin.macroEnabled.12,
259
- application/vnd.ms-excel.sheet.binary.macroEnabled.12,
260
- application/vnd.ms-excel.sheet.macroEnabled.12,
261
- application/vnd.ms-excel.template.macroEnabled.12,
262
- application/vnd.ms-powerpoint.addin.macroEnabled.12,
263
- application/vnd.ms-powerpoint.presentation.macroEnabled.12,
264
- application/vnd.ms-powerpoint.slide.macroEnabled.12,
265
- application/vnd.ms-powerpoint.slideshow.macroEnabled.12,
266
- application/vnd.ms-powerpoint.template.macroEnabled.12,
267
- application/vnd.ms-word.document.macroEnabled.12,
268
- application/vnd.ms-word.template.macroEnabled.12,
269
- application/vnd.novadigm.EDM, application/vnd.novadigm.EDX,
270
- application/vnd.novadigm.EXT, application/vnd.Quark.QuarkXPress,
271
- application/vnd.SimTech-MindMapper, audio/AMR-WB, video/H261,
272
- video/H263, video/H264, video/JPEG, video/MJ2.
273
-
274
- * Updated the IANA media registry entries as of release date.
275
- * Registered type person names have been updated from surname only to
276
- full name.
277
- * Several types had updated RFC or draft RFC references.
278
- * Added application/bacnet-xdd+zip, application/cms,
279
- application/load-control+xml, application/PDX, application/ttml+xml,
280
- application/vnd.collection.doc+json,
281
- application/vnd.iptc.g2.catalogitem+xml, application/vnd.pcos,
282
- text/parameters, text/vnd.a, video/iso.segment
286
+
287
+ - Added <tt>.sj</tt> to `application/javascript` as provided by Brandon
288
+ Galbraith (@brandongalbraith) in
289
+ [ruby-mime-types#58](https://github.com/mime-types/ruby-mime-types/pull/58).
290
+ - Marked application/excel and application/x-excel as obsolete in favour of
291
+ application/vnd.ms-excel per
292
+ [ruby-mime-types#60](https://github.com/mime-types/ruby-mime-types/pull/60).
293
+ - Merged duplicate MIME types into the registered MIME type. The only
294
+ difference between the MIME types was capitalization; the MIME type
295
+ registry is case-preserving.
296
+
297
+ - Affected MIME types: application/vnd.3M.Post-it-Notes,
298
+ application/vnd.FloGraphIt, application/vnd.HandHeld-Entertainment+xml,
299
+ application/vnd.hp-HPGL, application/vnd.hp-PCL,
300
+ application/vnd.hp-PCLXL, application/vnd.ibm.MiniPay,
301
+ application/vnd.Kinar, application/vnd.MFER,
302
+ application/vnd.Mobius.DAF, application/vnd.Mobius.DIS,
303
+ application/vnd.Mobius.MBK, application/vnd.Mobius.MSL,
304
+ application/vnd.Mobius.MQY, application/vnd.Mobius.PLC,
305
+ application/vnd.Mobius.TXF,
306
+ application/vnd.ms-excel.addin.macroEnabled.12,
307
+ application/vnd.ms-excel.sheet.binary.macroEnabled.12,
308
+ application/vnd.ms-excel.sheet.macroEnabled.12,
309
+ application/vnd.ms-excel.template.macroEnabled.12,
310
+ application/vnd.ms-powerpoint.addin.macroEnabled.12,
311
+ application/vnd.ms-powerpoint.presentation.macroEnabled.12,
312
+ application/vnd.ms-powerpoint.slide.macroEnabled.12,
313
+ application/vnd.ms-powerpoint.slideshow.macroEnabled.12,
314
+ application/vnd.ms-powerpoint.template.macroEnabled.12,
315
+ application/vnd.ms-word.document.macroEnabled.12,
316
+ application/vnd.ms-word.template.macroEnabled.12,
317
+ application/vnd.novadigm.EDM, application/vnd.novadigm.EDX,
318
+ application/vnd.novadigm.EXT, application/vnd.Quark.QuarkXPress,
319
+ application/vnd.SimTech-MindMapper, audio/AMR-WB, video/H261,
320
+ video/H263, video/H264, video/JPEG, video/MJ2.
321
+
322
+ - Updated the IANA media registry entries as of release date.
323
+ - Registered type person names have been updated from surname only to
324
+ full name.
325
+ - Several types had updated RFC or draft RFC references.
326
+ - Added application/bacnet-xdd+zip, application/cms,
327
+ application/load-control+xml, application/PDX, application/ttml+xml,
328
+ application/vnd.collection.doc+json,
329
+ application/vnd.iptc.g2.catalogitem+xml, application/vnd.pcos,
330
+ text/parameters, text/vnd.a, video/iso.segment
283
331
 
284
332
  ## 2.1 / 2014-01-25
285
333
 
286
- * The IANA media type registry format changed, resulting in updates to most
287
- of the 1,427 registered MIME types.
288
- * Many registered MIME types have had some metadata updates due to the
289
- change in the IANA registry format.
290
- * MIME types having a publicly available registry application now
291
- include a link to that file in references.
292
- * Added `xrefs` data as discovered (see the API changes noted above).
293
- * The Apache mime types configuration has been added to track additional
294
- common but unregistered MIME types and known extensions for those MIME
295
- types. This has affected many of the available MIME types.
296
- * Added newly registered MIME types:
297
- * application/emotionml+xml, application/ODX, application/prs.hpub+zip,
298
- application/vcard+json, application/vnd.bekitzur-stech+json,
299
- application/vnd.etsi.timestamp-token,
300
- application/vnd.oma.cab-feature-handler+xml,
301
- application/vnd.openeye.oeb, application/vnd.tcpdump.pcap,
302
- audio/amr-wb, model/x3d+xml, model/x3d-vrml
303
- * Added 180 unregistered MIME types from the Apache list:
304
- * application/applixware, application/cu-seeme, application/docbook+xml,
305
- application/gml+xml, application/gpx+xml, application/gxf,
306
- application/java-archive, application/java-serialized-object,
307
- application/java-vm, application/jsonml+json, application/metalink+xml,
308
- application/omdoc+xml, application/onenote, application/pics-rules,
309
- application/rsd+xml, application/ssdl+xml,
310
- application/vnd.3m.post-it-notes, application/vnd.amazon.ebook,
311
- application/vnd.anser-web-funds-transfer-initiation,
312
- application/vnd.curl.car, application/vnd.curl.pcurl,
313
- application/vnd.dolby.mlp, application/vnd.ds-keypoint,
314
- application/vnd.flographit, application/vnd.handheld-entertainment+xml,
315
- application/vnd.hp-hpgl, application/vnd.hp-pcl,
316
- application/vnd.hp-pclxl, application/vnd.ibm.minipay,
317
- application/vnd.kinar, application/vnd.mfer,
318
- application/vnd.mobius.daf, application/vnd.mobius.dis,
319
- application/vnd.mobius.mbk, application/vnd.mobius.mqy,
320
- application/vnd.mobius.msl, application/vnd.mobius.plc,
321
- application/vnd.mobius.txf,
322
- application/vnd.ms-excel.addin.macroenabled.12,
323
- application/vnd.ms-excel.sheet.binary.macroenabled.12,
324
- application/vnd.ms-excel.sheet.macroenabled.12,
325
- application/vnd.ms-excel.template.macroenabled.12,
326
- application/vnd.ms-pki.seccat, application/vnd.ms-pki.stl,
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.rim.cod, application/vnd.rn-realmedia-vbr,
337
- application/vnd.simtech-mindmapper, application/vnd.symbian.install,
338
- application/winhlp, application/x-abiword,
339
- application/x-ace-compressed, application/x-authorware-bin,
340
- application/x-authorware-map, application/x-authorware-seg,
341
- application/x-bittorrent, application/x-blorb, application/x-bzip,
342
- application/x-cbr, application/x-cfs-compressed, application/x-chat,
343
- application/x-conference, application/x-dgc-compressed,
344
- application/x-doom, application/x-dtbncx+xml, application/x-dtbook+xml,
345
- application/x-dtbresource+xml, application/x-envoy, application/x-eva,
346
- application/x-font-bdf, application/x-font-ghostscript,
347
- application/x-font-linux-psf, application/x-font-otf,
348
- application/x-font-pcf, application/x-font-snf, application/x-font-ttf,
349
- application/x-font-type1, application/x-freearc,
350
- application/x-gca-compressed, application/x-glulx,
351
- application/x-gnumeric, application/x-gramps-xml,
352
- application/x-install-instructions, application/x-iso9660-image,
353
- application/x-lzh-compressed, application/x-mie,
354
- application/x-ms-application, application/x-ms-shortcut,
355
- application/x-ms-xbap, application/x-msbinder,
356
- application/x-mscardfile, application/x-msclip,
357
- application/x-msmediaview, application/x-msmetafile,
358
- application/x-msmoney, application/x-mspublisher,
359
- application/x-msschedule, application/x-msterminal,
360
- application/x-mswrite, application/x-nzb, application/x-pkcs12,
361
- application/x-pkcs7-certificates, application/x-pkcs7-certreqresp,
362
- application/x-research-info-systems, application/x-silverlight-app,
363
- application/x-sql, application/x-stuffitx, application/x-subrip,
364
- application/x-t3vm-image, application/x-tads, application/x-tex-tfm,
365
- application/x-tgif, application/x-xfig, application/x-xliff+xml,
366
- application/x-xz, application/x-zmachine, application/xaml+xml,
367
- application/xproc+xml, application/xspf+xml, audio/adpcm, audio/amr-wb,
368
- audio/AMR-WB, audio/midi, audio/s3m, audio/silk, audio/x-caf,
369
- audio/x-flac, audio/x-matroska, audio/x-mpegurl, audio/xm,
370
- chemical/x-cdx, chemical/x-cif, chemical/x-cmdf, chemical/x-cml,
371
- chemical/x-csml, image/sgi, image/vnd.ms-photo, image/x-3ds,
372
- image/x-cmx, image/x-freehand, image/x-icon, image/x-mrsid-image,
373
- image/x-pcx, image/x-tga, model/x3d+binary, model/x3d+vrml, text/plain,
374
- text/vnd.curl.dcurl, text/vnd.curl.mcurl, text/vnd.curl.scurl,
375
- text/x-asm, text/x-c, text/x-fortran, text/x-java-source, text/x-nfo,
376
- text/x-opml, text/x-pascal, text/x-sfv, text/x-uuencode, video/h261,
377
- video/h263, video/h264, video/jpeg, video/jpm, video/mj2, video/x-f4v,
378
- video/x-m4v, video/x-mng, video/x-ms-vob, video/x-smv
379
- * Merged the non-standard VMS platform text/plain with the standard
380
- text/plain.
334
+ - The IANA media type registry format changed, resulting in updates to most
335
+ of the 1,427 registered MIME types.
336
+ - Many registered MIME types have had some metadata updates due to the
337
+ change in the IANA registry format.
338
+ - MIME types having a publicly available registry application now
339
+ include a link to that file in references.
340
+ - Added `xrefs` data as discovered (see the API changes noted above).
341
+ - The Apache mime types configuration has been added to track additional
342
+ common but unregistered MIME types and known extensions for those MIME
343
+ types. This has affected many of the available MIME types.
344
+ - Added newly registered MIME types:
345
+ - application/emotionml+xml, application/ODX, application/prs.hpub+zip,
346
+ application/vcard+json, application/vnd.bekitzur-stech+json,
347
+ application/vnd.etsi.timestamp-token,
348
+ application/vnd.oma.cab-feature-handler+xml,
349
+ application/vnd.openeye.oeb, application/vnd.tcpdump.pcap,
350
+ audio/amr-wb, model/x3d+xml, model/x3d-vrml
351
+ - Added 180 unregistered MIME types from the Apache list:
352
+ - application/applixware, application/cu-seeme, application/docbook+xml,
353
+ application/gml+xml, application/gpx+xml, application/gxf,
354
+ application/java-archive, application/java-serialized-object,
355
+ application/java-vm, application/jsonml+json, application/metalink+xml,
356
+ application/omdoc+xml, application/onenote, application/pics-rules,
357
+ application/rsd+xml, application/ssdl+xml,
358
+ application/vnd.3m.post-it-notes, application/vnd.amazon.ebook,
359
+ application/vnd.anser-web-funds-transfer-initiation,
360
+ application/vnd.curl.car, application/vnd.curl.pcurl,
361
+ application/vnd.dolby.mlp, application/vnd.ds-keypoint,
362
+ application/vnd.flographit, application/vnd.handheld-entertainment+xml,
363
+ application/vnd.hp-hpgl, application/vnd.hp-pcl,
364
+ application/vnd.hp-pclxl, application/vnd.ibm.minipay,
365
+ application/vnd.kinar, application/vnd.mfer,
366
+ application/vnd.mobius.daf, application/vnd.mobius.dis,
367
+ application/vnd.mobius.mbk, application/vnd.mobius.mqy,
368
+ application/vnd.mobius.msl, application/vnd.mobius.plc,
369
+ application/vnd.mobius.txf,
370
+ application/vnd.ms-excel.addin.macroenabled.12,
371
+ application/vnd.ms-excel.sheet.binary.macroenabled.12,
372
+ application/vnd.ms-excel.sheet.macroenabled.12,
373
+ application/vnd.ms-excel.template.macroenabled.12,
374
+ application/vnd.ms-pki.seccat, application/vnd.ms-pki.stl,
375
+ application/vnd.ms-powerpoint.addin.macroenabled.12,
376
+ application/vnd.ms-powerpoint.presentation.macroenabled.12,
377
+ application/vnd.ms-powerpoint.slide.macroenabled.12,
378
+ application/vnd.ms-powerpoint.slideshow.macroenabled.12,
379
+ application/vnd.ms-powerpoint.template.macroenabled.12,
380
+ application/vnd.ms-word.document.macroenabled.12,
381
+ application/vnd.ms-word.template.macroenabled.12,
382
+ application/vnd.novadigm.edm, application/vnd.novadigm.edx,
383
+ application/vnd.novadigm.ext, application/vnd.quark.quarkxpress,
384
+ application/vnd.rim.cod, application/vnd.rn-realmedia-vbr,
385
+ application/vnd.simtech-mindmapper, application/vnd.symbian.install,
386
+ application/winhlp, application/x-abiword,
387
+ application/x-ace-compressed, application/x-authorware-bin,
388
+ application/x-authorware-map, application/x-authorware-seg,
389
+ application/x-bittorrent, application/x-blorb, application/x-bzip,
390
+ application/x-cbr, application/x-cfs-compressed, application/x-chat,
391
+ application/x-conference, application/x-dgc-compressed,
392
+ application/x-doom, application/x-dtbncx+xml, application/x-dtbook+xml,
393
+ application/x-dtbresource+xml, application/x-envoy, application/x-eva,
394
+ application/x-font-bdf, application/x-font-ghostscript,
395
+ application/x-font-linux-psf, application/x-font-otf,
396
+ application/x-font-pcf, application/x-font-snf, application/x-font-ttf,
397
+ application/x-font-type1, application/x-freearc,
398
+ application/x-gca-compressed, application/x-glulx,
399
+ application/x-gnumeric, application/x-gramps-xml,
400
+ application/x-install-instructions, application/x-iso9660-image,
401
+ application/x-lzh-compressed, application/x-mie,
402
+ application/x-ms-application, application/x-ms-shortcut,
403
+ application/x-ms-xbap, application/x-msbinder,
404
+ application/x-mscardfile, application/x-msclip,
405
+ application/x-msmediaview, application/x-msmetafile,
406
+ application/x-msmoney, application/x-mspublisher,
407
+ application/x-msschedule, application/x-msterminal,
408
+ application/x-mswrite, application/x-nzb, application/x-pkcs12,
409
+ application/x-pkcs7-certificates, application/x-pkcs7-certreqresp,
410
+ application/x-research-info-systems, application/x-silverlight-app,
411
+ application/x-sql, application/x-stuffitx, application/x-subrip,
412
+ application/x-t3vm-image, application/x-tads, application/x-tex-tfm,
413
+ application/x-tgif, application/x-xfig, application/x-xliff+xml,
414
+ application/x-xz, application/x-zmachine, application/xaml+xml,
415
+ application/xproc+xml, application/xspf+xml, audio/adpcm, audio/amr-wb,
416
+ audio/AMR-WB, audio/midi, audio/s3m, audio/silk, audio/x-caf,
417
+ audio/x-flac, audio/x-matroska, audio/x-mpegurl, audio/xm,
418
+ chemical/x-cdx, chemical/x-cif, chemical/x-cmdf, chemical/x-cml,
419
+ chemical/x-csml, image/sgi, image/vnd.ms-photo, image/x-3ds,
420
+ image/x-cmx, image/x-freehand, image/x-icon, image/x-mrsid-image,
421
+ image/x-pcx, image/x-tga, model/x3d+binary, model/x3d+vrml, text/plain,
422
+ text/vnd.curl.dcurl, text/vnd.curl.mcurl, text/vnd.curl.scurl,
423
+ text/x-asm, text/x-c, text/x-fortran, text/x-java-source, text/x-nfo,
424
+ text/x-opml, text/x-pascal, text/x-sfv, text/x-uuencode, video/h261,
425
+ video/h263, video/h264, video/jpeg, video/jpm, video/mj2, video/x-f4v,
426
+ video/x-m4v, video/x-mng, video/x-ms-vob, video/x-smv
427
+ - Merged the non-standard VMS platform text/plain with the standard
428
+ text/plain.
381
429
 
382
430
  [#10]: https://github.com/mime-types/mime-types-data/pull/10
383
431
  [#11]: https://github.com/mime-types/mime-types-data/pull/11
384
432
  [#12]: https://github.com/mime-types/mime-types-data/pull/12
385
433
  [#13]: https://github.com/mime-types/mime-types-data/pull/13
434
+ [#18]: https://github.com/mime-types/mime-types-data/issues/18
386
435
  [#20]: https://github.com/mime-types/mime-types-data/pull/20
387
436
  [#21]: https://github.com/mime-types/mime-types-data/pull/21
437
+ [#22]: https://github.com/mime-types/mime-types-data/issues/22
438
+ [#23]: https://github.com/mime-types/mime-types-data/pull/23
439
+ [#24]: https://github.com/mime-types/mime-types-data/pull/24
440
+ [#28]: https://github.com/mime-types/mime-types-data/pull/28
441
+ [#29]: https://github.com/mime-types/mime-types-data/pull/29
442
+ [#30]: https://github.com/mime-types/mime-types-data/pull/30
443
+ [#31]: https://github.com/mime-types/mime-types-data/pull/31
444
+ [#32]: https://github.com/mime-types/mime-types-data/issues/32
445
+ [#33]: https://github.com/mime-types/mime-types-data/pull/33
446
+ [#34]: https://github.com/mime-types/mime-types-data/pull/34
447
+ [#35]: https://github.com/mime-types/mime-types-data/pull/35
448
+ [#36]: https://github.com/mime-types/mime-types-data/pull/36
388
449
  [rmt]: https://github.com/mime-types/ruby-mime-types
389
- [Code of Conduct]: Code-of-Conduct.md
450
+ [code of conduct]: Code-of-Conduct.md