summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Andreev <narf@bofh.bg>2011-10-04 17:18:21 +0200
committerAndrey Andreev <narf@bofh.bg>2011-10-04 17:18:21 +0200
commit4960bb6762d4455a4bda9d09f6e942e5a0fbcdb2 (patch)
tree50bbf530bfb8640a991fdab67a611597b9fafdb5
parent79edb997be293e997afc5e008125bf334855f4d4 (diff)
CI_Upload::_file_mime_type
-rw-r--r--user_guide/changelog.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html
index 70278a641..db728f5e3 100644
--- a/user_guide/changelog.html
+++ b/user_guide/changelog.html
@@ -139,6 +139,7 @@ Change Log
<li>Fixed a bug (#89) - Fix a variable type mismatch in DB <samp>display_error()</samp> where an array is expected, but a string could be set instead.</li>
<li>Fixed a bug (#467) - Suppress warnings generated from get_magic_quotes_gpc() (deprecated in PHP 5.4)</li>
<li>Fixed a bug (#484) - First time _csrf_set_hash() is called, hash is never set to the cookie (in Security.php).</li>
+ <li>Fixed a bug (#60) - Added _file_mime_type() method to the <a href="libraries/file_uploading.html">File Uploading Library</a> in order to fix a possible MIME-type injection (also fixes bug #394).</li>
</ul>
<h2>Version 2.0.3</h2>