diff options
author | Timothy Warren <tim@timshomepage.net> | 2011-10-17 18:19:08 +0200 |
---|---|---|
committer | Timothy Warren <tim@timshomepage.net> | 2011-10-17 18:19:08 +0200 |
commit | d926b8fbd9e25d7c088a055cd29bbf6a93f69a8c (patch) | |
tree | 8cdc3bba85f523b4bc13e4a8ba8d915603b75049 /user_guide_src/source/changelog.rst | |
parent | 5600828101627a76768e4f1edbb0197d11885318 (diff) | |
parent | 3e414f9f72e387449d9e3984e1869b386564deaf (diff) |
Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into patch-2
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r-- | user_guide_src/source/changelog.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst index a6a2683aa..3e1643524 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -108,6 +108,7 @@ Bug fixes for 2.1.0 - Fixed a bug (#484) - First time _csrf_set_hash() is called, hash is never set to the cookie (in Security.php). - Fixed a bug (#60) - Added _file_mime_type() method to the `File Uploading Library <libraries/file_uploading>` in order to fix a possible MIME-type injection. - Fixed a bug (#537) - Support for all wav type in browser. +- Fixed a bug (#576) - Using ini_get() function to detect if apc is enabled or not. Version 2.0.3 ============= |