mime-types-data 3.2019.0904 → 3.2021.0212

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