- New upstream release 2.24
- IANA updates
- vnd.gentoo officially took 'tar' and 'tbz2', but 'application/x-tar' resp
'x-gtar' prevails
- Use SPDX-format license tag
- New upstream release 2.21
- application/octet-stream is better for .dat (GH#11)
- Add video/webm, which Google forgot to register (GH#12)
- Add image/webp, which Google registered too late (GH#12)
- New upstream release 2.20
- heif/heic/heifs/heics/hif fix (GH#9)
- No 'and' and 'or' extensions (GH#9)
- application/octet-stream is better for .bin (GH#10)
- New upstream release 2.19
- Update with the newest data from IANA and Apache httpd
- mp4 preference is video/mp4 (GH#5)
- yt preference is video/vnd.youtube.yt (GH#6)
- 3gp and 3gpp preference is video/3gpp (GH#7)
- Use author-independent source URL
- New upstream release 2.16
- Collecting of IANA info had stalled: logic rewritten
- Moved to git and GitHub
- Move scripts and source files into MANIFEST.extra
- Update types and extensions
- New upstream release 2.14
- MojoX should not die on missing types (CPAN RT#123298)
- Drop EL-5 support
- Drop BuildRoot: and Group: tags
- Drop explicit buildroot cleaning in %install section
- Drop explicit %clean section
- New upstream release 2.09
- Rename ::Type::isAscii() into ::Type::isText()
- Add source table broofa (CPAN RT#98308)
- Add source table freedesktop (CPAN RT#98309)
- Update IANA types
- Fix scan of freedesktop definitions (CPAN RT#98385)
- MIME::Type::equals() did cmp not eq
- New httpAccept() wth tests in t/21accept.t
- New httpAcceptBest() and httpAcceptSelect() with tests in t/22accbest.t
- Add MojoX::MIME::Types with tests in t/40mojo.t
- Now depends on List::Util
- Documentation fixes
- Sub-package MojoX::MIME::Types to avoid pulling in Mojolicious as a
dependency for users of MIME::Types
- New upstream release 2.03:
- Fix typo in docs (CPAN RT#88394)
- Require perl 5.8.8, for <:encoding
- Updated IANA
- A bit more DESCRIPTION
- Update %description
- New upstream release 2.00:
- The mime information is now collected from various sources, amongst them
IANA; hence, some types may use different x-'s
- A separate table is built for the extension-to-type mapping
- Number of types up from 995 to 2096
- Number of extensions up from 734 to 1425
- The memory footprint and start-up speed should have improved considerably
- Added bin/collect_types
- Fixed some typos (CPAN RT#86847)
- Added ::Type::isVendor(), ::isExperimental(), ::isPersonal (CPAN RT#87062)
- Added ::Types::listTypes()
- Cleaned-up Exporter syntax of (very) old interface
- BR: perl(base), perl(File::Basename) and perl(File::Spec)
- Drop no-longer-needed UTF8 patch