diff options
author | Andrey Andreev <narf@devilix.net> | 2015-04-30 12:06:40 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-04-30 12:06:40 +0200 |
commit | 73b9e851a96dcafc0c07a0d0480853e31ba48e59 (patch) | |
tree | eb9f1a1aed1c892e8bf98823cbbfda6790e14873 /user_guide_src/source/changelog.rst | |
parent | af85f33ff83071d4d7ec5f540f5f9fe34278e34f (diff) |
Fix #3823
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 2fc50b956..2d10f8f96 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -26,6 +26,7 @@ Bug fixes for 3.0.1 - Fixed a bug (#3787) - :doc:`FTP Library <libraries/ftp>` method ``delete_dir()`` failed when the target has subdirectories. - Fixed a bug (#3801) - :doc:`Output Library <libraries/output>` method ``_display_cache()`` incorrectly looked for the last modified time of a directory instead of the cache file. - Fixed a bug (#3816) - :doc:`Form Validation Library <libraries/form_validation>` treated empty string values as non-existing ones. +- Fixed a bug (#3823) - :doc:`Session Library <libraries/sessions>` drivers Redis and Memcached didn't properly handle locks that are blocking the request for more than 30 seconds. Version 3.0.0 ============= |