diff options
author | Kevin Hoogheem <kevin@hoogheem.net> | 2011-08-24 05:48:48 +0200 |
---|---|---|
committer | Kevin Hoogheem <kevin@hoogheem.net> | 2011-08-24 05:48:48 +0200 |
commit | 17e7b44e4b67e8d36ef6a0f8f08c2751fce3b55b (patch) | |
tree | 50971cb5d6498b7cc03406eb813a418ef21ed4ab /user_guide | |
parent | 10c0117188e026ba156f0aa02923ef9c17f17230 (diff) |
MIME Type Adds/Changes
Updated MIME Types with certs and new audio/video files as well as added
extra types for some existing files.
Diffstat (limited to 'user_guide')
-rw-r--r-- | user_guide/changelog.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 9d8fd2b54..2c6cb5ab5 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -125,6 +125,11 @@ Change Log <li class="reactor">Added <samp>insert_batch()</samp> function to the PostgreSQL database driver. Thanks to epallerols for the patch.</li> <li class="reactor">Added "application/x-csv" to mimes.php.</li> <li>Fixed a bug where <a href="libraries/email.html">Email library</a> attachments with a "." in the name would using invalid MIME-types.</li> + <li>Added support for pem,p10,p12,p7a,p7c,p7m,p7r,p7s,crt,crl,der,kdb,rsa,cer,sst,csr Certs to mimes.php.</li> + <li>Added support pgp,gpg to mimes.php.</li> + <li>Added support 3gp, 3g2, mp4, wmv, f4v, vlc Video files to mimes.php.</li> + <li>Added support m4a, aac, m4u, xspf, au, ac3, flac, ogg Audio files to mimes.php.</li> + </ul> </li> <li>Helpers |