mime-types-data 3.2016.0521 → 3.2020.1104

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