* Sun May 22 2016 coolo@suse.com
- updated to version 3.2016.0521
see installed History.md
[#]# 3.2016.0521 / 2016-05-21
* Updated the known extension list for application/octet-stream and
application/pgp-encrypted to include gpg as an extension. Fixes
[#3](https://github.com/mime-types/mime-types-data/pull/3) by Tao Guo
(@taoza).
* Updated the IANA media registry entries as of release date:
* Updated metadata for application/EmergencyCallData.Comment\+xml,
application/EmergencyCallData.DeviceInfo\+xml,
application/EmergencyCallData.ProviderInfo\+xml,
application/EmergencyCallData.ServiceInfo\+xml,
application/EmergencyCallData.SubscriberInfo\+xml,
application/ogg, application/problem\+json, application/problem\+xml,
audio/ogg, text/markdown, video/H265, video/ogg.
* Added application/efi, application/vnd.3gpp.sms\+xml,
application/vnd.3lightssoftware.imagescal,
application/vnd.coreos.ignition\+json, application/vnd.oma.lwm2m\+json,
application/vnd.onepager, application/vnd.quarantainenet,
application/vnd.vel\+json, image/emf, image/wmf, text/prs.prop.logic.
* image/bmp has a draft RFC which would make it official; it has been
finally been registered. As such, this version *reverses* the
use-instead relationship of image/bmp and image/x-bmp.
* This version requires mime-types 3.1 or later to manage data because of an
issue with JSON data encoding for the `xrefs` field.
* Tue Feb 23 2016 coolo@suse.com
- updated to version 3.2016.0221
see installed History.md
[#]# 3.2016.0221 / 2016-02-21
* Updated the known extensions list for audio/mp4.
* Updated the IANA media registry entries as of release date:
* Updated metadata for 3GPP-defined types (there are many),
application/cdni, and application/rfc+xml.
* Added application/EmergencyCallData.Comment+xml,
application/EmergencyCallData.DeviceInfo+xml,
application/EmergencyCallData.ProviderInfo+xml,
application/EmergencyCallData.ServiceInfo+xml,
application/ppsp-tracker+json, application/problem+json,
application/problem+xml, application/vnd.filmit.zfc,
application/vnd.hdt, application/vnd.mapbox-vector-tile,
application/vnd.ms-PrintDeviceCapabilities+xml,
application/vnd.ms-PrintSchemaTicket+xml,
application/vnd.ms-windows.nwprinting.oob, application/vnd.tml,
model/vnd.rosette.annotated-data-model, and video/H265.
* Updated to [Contributor Covenant 1.4][Code of Conduct].
* Shift the support code in this repository to be developed with Ruby 2.3.
This involves:
* Adding `frozen_string_literal: true` to all Ruby files.
* Applied some recommended readability and performance suggestions from
Rubocop. Ignored some style recommendations, too.
* Replaced some cases of `foo.bar rescue nil` with `foo&.bar`.
* Sun Nov 22 2015 coolo@suse.com
- split out of rubygem-mime-type