File rubygem-marcel.changes of Package rubygem-marcel
-------------------------------------------------------------------
Fri Jun 21 10:11:24 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
- New upstream release 1.0.4, no changelog found
-------------------------------------------------------------------
Sat Oct 9 09:11:21 UTC 2021 - Manuel Schnitzer <mschnitzer@suse.com>
- updated to version 1.0.2
* Include Apache license in gem release. (a525d5b)
* Prefer audio/x-wav for WAV audio files. (#45)
* Prefer application/x-x509-ca-cert for Privacy-Enhanced Mail certificates. (#46)
* Prefer audio/flac for FLAC audio files. (#47)
* Prefer audio/aac for Advanced Audio Coding audio files. (#49)
* Prefer application/vnd.ms-access for Microsodt Access DB files. (#50)
* Support text/x-scss and text/x-sass stylesheets. (#52)
* Support encrypted Microsoft Access DB files. (#53)
* Prefer application/x-ole-storage for Microsoft Office files. (#54)
* Prefer text/markdown for Markdown files. (#55)
* Prefer audio/mpc for Musepack audio files. (#56)
* Support audio/webm audio files. (#58)
* Support image/avif images files. (#63)
-------------------------------------------------------------------
Tue Apr 20 13:43:09 UTC 2021 - Manuel Schnitzer <mschnitzer@suse.com>
- updated to version 1.0.1
* Fixes identifying OpenDocument files by magic. 1.0.0 imprecisely identified them as application/zip. (#38)
* Fixes identifying .docx, .pptx, and .xlsx files exported from Google Sheets by magic. (#36)
* Identifies vCard files as text/vcard rather than text/x-vcard. (27fac74)
* Identifies .otf, .woff, and .woff2 files aș font/otf, font/woff, and font/woff2, respectively. (#37)
-------------------------------------------------------------------
Mon Sep 17 09:43:52 UTC 2018 - mschnitzer@suse.com
- updated to version 0.3.3 (boo#1108633)
* Shush Ruby interpreter warnings (#6)
* Exclude test files from published gem to shrink it from 7.5 MB to 7.5 KB (#11)
-------------------------------------------------------------------
Mon Apr 16 14:04:41 UTC 2018 - mschnitzer@suse.com
- initialize package
# v0.3.2
* Emit the vnd/ms-powerpoint content type for *.ppt files. (#3)
# v0.3.1
* Support Ruby 2.2 for Rails compatibility.