./mail/ruby-mime-types-data, Registry for information about MIME media type definitions

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.2024.0305, Package name: ruby32-mime-types-data-3.2024.0305, Maintainer: minskim

mime-types-data provides a registry for information about MIME media
type definitions. It can be used with the Ruby mime-types library or
other software to determine defined filename extensions for MIME
types, or to use filename extensions to look up the likely MIME type
definitions.


Required to run:
[lang/ruby31-base]

Master sites:

Filesize: 201 KB

Version history: (Expand)


CVS history: (Expand)


   2024-03-10 16:09:36 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
mail/ruby-mime-types-data: update to 3.2024.0305

3.2024.0305 (2024-03-05)

* Updated the Apache and IANA media registry entries as of release date
   2024-02-10 15:11:01 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
mail/ruby-mime-types-data: update to 3.2024.0206

3.2024.0206 (2024-02-06)

* Updated the Apache and IANA media registry entries as of release date
   2023-12-17 15:28:57 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
mail/ruby-mime-types-data: update to 3.2023.1205

3.2023.1107 (2023-11-07)

* Updated the Apache and IANA media registry entries as of release date

3.2023.1205 (2023-12-05)

* Updated the Apache and IANA media registry entries as of release date
   2023-11-11 13:46:15 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
mail/ruby-mime-types-data: update to 3.2023.1003

3.2023.0905 (2023-09-05)

* Updated the Apache and IANA media registry entries as of release date

3.2023.1003 (2023-10-03)

* Updated the Apache and IANA media registry entries as of release date
   2023-08-11 12:59:06 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
mail/ruby-mime-types-data: update to 3.2023.0808

3.2023.0808 (2023-08-08)

* Updated the Apache and IANA media registry entries as of release date
   2023-02-23 16:00:36 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
mail/ruby-mime-types-data: update to 3.2023.0218.1

3.2023.0218 (2023-02-18)

* Updated the Apache and IANA media registry entries as of release date.

* Mohammed Gad added the jfif file extension for image/jpeg text format. #52

* Reworked the loading of IANA provisional media registries to merge them
  into the top-level media-type registries instead of a standalone registry
  file.  #53 originally identified by Chris Salzberg in #50.

* It is worth noting that this is an imperfect solution as if a media type
  is provisionally registered and withdrawn, it will linger in the registry
  with no clean way of identifying them at the moment.  See #54.

* This release also fixes ruby-mime-types#163, where logs show "Type
  application/netcdf is already registered as a variant of
  application/netcdf".

3.2023.0218.1 (2023-02-18)

* When this data library was created in 2015, I made the decision based on
  information available to deprecate text/javascript in favour of
  application/javascript.  Since the previous update (2022-01-05), IANA has
  officially deprecated application/javascript in favour of text/javascript.
  Samuel Williams discovered this in #55 by noting that all js types were
  marked obsolete in version 3.2023.0218.

* A hotfix has been applied to resolve this.  However, note that
  application/javascript will not be returned by default, only
  text/javascript.
   2022-02-13 07:39:33 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
mail/ruby-mime-types-data: update to 3.2022.0105

3.2022.0105 (2022-01-05)

* Updated the Apache and IANA media registry entries as of release date.
* Fixed an incorrect definition of image/bmp, which had been marked obsolete
  and later registered.  Fixed #48, found by William T. Nelson.
   2021-11-23 15:37:12 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
mail/ruby-mime-types-data: update to 3.2021.1115

3.2021.1115 (2021-11-15)

* Updated the Apache and IANA media registry entries as of release date.

* Added conversion utilities that support the mini_mime data format. These
  have been ported from the mini_mime repository. #47

* Added IANA provisional media registries. Added some notes to
  Contributing.md about the transient nature of the provisional registration
  data. This was triggered in part by a pull request by Jon Sneyers. Thanks!
  #45, #43