diff options
author | Andrey Andreev <narf@bofh.bg> | 2011-10-04 17:18:21 +0200 |
---|---|---|
committer | Phil Sturgeon <email@philsturgeon.co.uk> | 2011-10-27 00:35:40 +0200 |
commit | dcfee7103408416329c42f376d23fb3c88d4cffc (patch) | |
tree | 978445295602f705074878451acf88ca4c5e1d7b /user_guide/changelog.html | |
parent | f1649bf567aa769b283bb0b74ed8aee5b44a704b (diff) |
CI_Upload::_file_mime_type
Diffstat (limited to 'user_guide/changelog.html')
-rw-r--r-- | user_guide/changelog.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide/changelog.html b/user_guide/changelog.html index e44e2f707..b4bd8bb7f 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -98,6 +98,7 @@ Change Log <li class="reactor">If a config class was loaded first then a library with the same name is loaded, the config would be ignored.</li> <li class="reactor">Fixed a bug (Reactor #19) where 1) the 404_override route was being ignored in some cases, and 2) auto-loaded libraries were not available to the 404_override controller when a controller existed but the requested method did not.</li> <li class="rector">Fixed a bug (Reactor #89) where MySQL export would fail if the table had hyphens or other non alphanumeric/underscore characters.</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> |