Skip to content

Commit

Permalink
Preparing for 1.20 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Austin Ziegler committed Jan 26, 2013
1 parent 1f309fd commit 45585b2
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions History.rdoc
@@ -1,3 +1,21 @@
== 1.20 / 2013-01-26
* New MIME Types:
* Apple iWork document types added by Hans de Graaff
(application/x-iwork-keynote-sffkey, .key;
application/x-iwork-pages-sffpages, .pages;
application/x-iwork-numbers-sffnumbers, .numbers).
https://github.com/halostatue/mime-types/issue/20
* epub, ibooks, mobi, and DMG content types by Mauricio
Linhares (mac:application/x-apple-diskimage, .dmg; application/epub\+zip,
.epub; application/x-ibooks\+zip, .ibooks; application/x-mobipocket-ebook,
.mobi). https://github.com/halostatue/mime-types/issue/22
* Added or updated MIME types from the latest IANA list.
* Fixed MIME Types:
* Excel macro-enabled spreadsheets had an incorrect extension. Thanks to
Rafael Belvederese for reporting this issue.
https://github.com/halostatue/mime-types/issue/21
* Enabled for use with travis.

== 1.19 / 2012-06-20
* New MIME Types:
* XCF Gnome Images (image/x-xcf, image/x-compressed-xcf; .xcf). https://github.com/halostatue/mime-types/issue/17
Expand Down
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -8,7 +8,7 @@ rdoc :: http://mime-types.rubyforge.org/
== Description

This library allows for the identification of a file's likely MIME content
type. This is release 1.19 with new MIME types. The identification of MIME
type. This is release 1.20 with new MIME types. The identification of MIME
content type is based on a file's filename extensions.

MIME::Types for Ruby was originally based on and synchronized with MIME::Types
Expand Down

0 comments on commit 45585b2

Please sign in to comment.