SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for ruby3.3-rubygem-mime-types-2-2.99.3-1.101.x86_64.rpm :

* Sun Sep 11 2016 cooloAATTsuse.com- updated to version 2.99.3 see installed History.rdoc == 2.99.3 / 2016-09-10
* Data release. This release reflects updates to the embedded MIME type data on the specified quarterly schedule.
* Minor improvement to the support build script to only extract supported MIME type name characters from obsoletion or deprecation notes.
* Removed SimpleCov from the build process. The code here is no longer changing, and its presence causes substantial breakage on Travis for Rubies that are not 2.x-compatible.
* Sun May 22 2016 cooloAATTsuse.com- updated to version 2.99.2 see installed History.rdoc == 2.99.2 / 2016-05-21
* Data release. This release reflects updates to the embedded MIME type data on the specified quarterly schedule.
* Minor improvement to the Rakefile, .hoerc, and Manifest to ensure that builds work correctly on Travis.
* Updated to {Contributor Covenant 1.4}[Code-of-Conduct_rdoc.html].
* Mon Feb 22 2016 cooloAATTsuse.com- updated to version 2.99.1 see installed History.rdoc
* Sun Nov 29 2015 cooloAATTsuse.com- updated to version 2.99 see installed History.rdoc == 2.99 / 2015-11-DD
* 1 governance change
* This project now has a {Code of Conduct}[Code-of-Conduct_rdoc.html]
* 1 major change
* Replaced deprecated fields for MIME types with fixed empty responses.
* Fri Nov 27 2015 tboergerAATTsuse.com- Created suffixed -2 package
* Mon Sep 14 2015 cooloAATTsuse.com- updated to version 2.6.2 see installed History.rdoc == 2.6.2 / 2015-09-13
* Bugs:
* Emilio Losada (AATTlosadaem) fixed an error where +each_with_object+\'s block parameters are the inverse of those used by +inject+. Resolves {#107}[https://github.com/mime-types/ruby-mime-types/issues/107] with pull request {#108}[https://github.com/mime-types/ruby-mime-types/pull/108].
* Matt Beedle (AATTmattbeedle) fixed a typo in MIME::Type::Columnar negatively affecting people who use the +use_instead+ functionality. Resolved in {#109}[https://github.com/mime-types/ruby-mime-types/pull/109].
* Documentation:
* Juanito Fatas (AATTJuanitoFatas) fixed a documentation issue with the README not properly linking internally on the generated rdoc source. Resolved with {#105}[https://github.com/mime-types/ruby-mime-types/pull/105].
* Development:
* Fixed a minor issue in the IANA registry parser that would generate empty +text+ xrefs if the +text+ section was empty.
* Thu May 28 2015 cooloAATTsuse.com- updated to version 2.6.1 see installed History.rdoc == 2.6.1 / 2015-05-25
* Bugs:
* Make columnar store handle all supported extensions, not just the first.
* Avoid circular require when using the columnar store. == 2.6 / 2015-05-25
* New Feature:
* Columnar data storage for the MIME::Types registry, contributed by Jeremy Evans (AATTjeremyevans). Reduces default memory use substantially (the mail gem drops from 19 Mib to about 3 Mib). Resolves {#96}[https://github.com/mime-types/ruby-mime-types/pull/96], {#94}[https://github.com/mime-types/ruby-mime-types/issues/94], {#83}[https://github.com/mime-types/ruby-mime-types/issues/83]. Partially addresses {#64}[https://github.com/mime-types/ruby-mime-types/issues/64] and {#62}[https://github.com/mime-types/ruby-mime-types/issues/62].
* Development:
* Removed caching of deprecation messages in preparation for mime-types 3.0. Now, deprecated methods will always warn their deprecation instead of only warning once.
* Added a logger for deprecation messages.
* Renamed lib/mime.rb to lib/mime/deprecations.rb to not conflict with the {mime}[https://rubygems.org/gems/mime] gem on behalf of the maintainers of the {Praxis Framework}[http://praxis-framework.io/]. Provided by Josep M. Blanquer (AATTblanquer), {#100}[https://github.com/mime-types/ruby-mime-types/pull/100].
* Added the columnar data conversion tool, also provided by Jeremy Evans.
* Documentation:
* Improved documentation and ensured that all deprecated methods are marked as such in the documentation.
* Development:
* Added more Ruby variants to Travis CI.
* Silenced deprecation messages for internal tools. Noisy deprecations are noisy, but that\'s the point.
* Sun Apr 26 2015 cooloAATTsuse.com- updated to version 2.5 see installed History.rdoc == 2.5 / 2015-04-25
* Bugs:
* David Genord (AATTalbus522) fixed a bug in loading MIME::types cache where a container loaded from cache did not have the expected +default_proc+, {#86}[https://github.com/mime-types/ruby-mime-types/pull/86].
* Richard Schneeman (AATTschneems) provided a patch that substantially reduces unnecessary allocations.
* Documentation:
* Tibor Szolár (AATTflexik) fixed a typo in the README, {#82}[https://github.com/mime-types/ruby-mime-types/pull/82]
* Fixed {#80}[https://github.com/mime-types/ruby-mime-types/issues/80], clarifying the relationship of MIME::Type#content_type and MIME::Type#simplified, with Ken Ip (AATTkenips).
* Development:
* Juanito Fatas (AATTJuanitoFatas) enabled container mode on Travis CI, {#87}[https://github.com/mime-types/ruby-mime-types/pull/87].
* Moved development to a mime-types organization under {mime-types/ruby-mime-types}[https://github.com/mime-types/ruby-mime-types].
* Mon Feb 09 2015 cooloAATTsuse.com- updated to version 2.4.3
* Bugs:
* Restored Ruby 1.9.2 support by using +private_constant+ conditionally. Fixes {#77}[https://github.com/halostatue/mime-types/issues/77] found by Kris Leech (AATTkrisleech). The conditional use of +private_constant+ here will be removed for mime-types 3.0, when Ruby 1.9.2 support will be unconditionally removed. == 2.4.2 / 2014-10-15
* Bugs:
* Aaron Patterson (AATTtenderlove) found a loading bug and provided a fix that nearly doubled registry load performance ({#74}[https://github.com/halostatue/mime-types/pull/74]).
* Godfrey Chan (AATTchancancode) provided a prophylactic security fix to use JSON.parse instead of JSON.load in {#75}[https://github.com/halostatue/mime-types/pull/75]. This provides a 20% improvement over the already improved result, resulting in a total 55% performance boost.
* Wed Oct 15 2014 cooloAATTsuse.com- updated to version 2.4.1
* Changed the sort order of many of the extensions to restore behaviour from mime-types 1.25.1.
* Added +friendly+ MIME::Type descriptions where known.
* Added +reg+, +ps1+, and +vbs+ extensions to application/x-msdos-program and application/x-msdownload.
* Updated the IANA media registry entries as of release date.
* Several MIME types had updated metadata (application/alto-
*, RFC7285; application/calendar\\+json, RFC7265; application/http, RFC7230; application/xml, RFC7303; application/xml-dtd, RFC7303; application/xml-external-parsed-entity, RFC7303; audio/AMR-WB, RFC4867; audio/aptx, RFC7310; message/http, RFC7230; multipart/byteranges, RFC7233; text/xml, RFC7303; text/xml-external-parsed-entity, RFC7303)
* MIME::Type application/EDI-Consent was renamed to application/EDI-consent.
* Obsoleted application/vnd.informix-visionary in favour of application/vnd.visionary. Obsoleted application/vnd.nokia.n-gage.symbian.install with no replacement.
* Added MIME types: application/ATF, application/coap-group\\+json, application/DCD, application/merge-patch\\+json, application/scaip\\+xml, application/vnd.apache.thrift.binary, application/vnd.artsquare, application/vnd.doremir.scorecloud-binary-document, application/vnd.dzr, application/vnd.maxmind.maxmind-db, application/vnd.ntt-local.ogw_remote-access, application/xml-patch+xml, image/vnd.tencent.tap.
 
ICM