summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/changelog.rst
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2014-03-14 23:45:20 +0100
committerAndrey Andreev <narf@devilix.net>2014-03-14 23:45:20 +0100
commit822ee81f74c86e7c5d713583fa0d615edd5d564c (patch)
treed5bc26d7cb32fc7927b1b05ed8c84268ee0c31dd /user_guide_src/source/changelog.rst
parent395e68f490daf2d613dc921c59f090e58faf55f9 (diff)
parent6db1ea6ff883de46a4bc2a0fd4c750cf8f15dfcb (diff)
Merge pull request #2940 from aanbar/zip_mtime_fix
Fixed issue with _get_mod_time
Diffstat (limited to 'user_guide_src/source/changelog.rst')
-rw-r--r--user_guide_src/source/changelog.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/user_guide_src/source/changelog.rst b/user_guide_src/source/changelog.rst
index 6f246e3a0..9795c3b9d 100644
--- a/user_guide_src/source/changelog.rst
+++ b/user_guide_src/source/changelog.rst
@@ -733,6 +733,7 @@ Bug fixes for 3.0
- Fixed a bug (#2364) - :doc:`Pagination Library <libraries/pagination>` appended the query string (if used) multiple times when there are successive calls to ``create_links()`` with no ``initialize()`` in between them.
- Partially fixed a bug (#261) - UTF-8 class method ``clean_string()`` generating log messages and/or not producing the desired result due to an upstream bug in iconv.
- Fixed a bug where ``CI_Xmlrpcs::parseRequest()`` could fail if ``$HTTP_RAW_POST_DATA`` is not populated.
+- Fixed a bug in :doc:`Zip Library <libraries/zip>` internal method ``_get_mod_time()`` where it was not parsing result returned by ``filemtime()``.
Version 2.1.4
=============