diff options
author | Andrey Andreev <narf@devilix.net> | 2017-07-17 12:14:00 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2017-07-17 12:14:00 +0200 |
commit | 6cab78970f212a30ea923835510ffd1fb77a6ad0 (patch) | |
tree | b64f47cd2d16564edab6d507e47c939770d73e6e /user_guide_src | |
parent | 29740e442a1d78bd65b569c92575cdbf4fc2d614 (diff) |
[ci skip] escapeshellarg on the image src path passed to NetPBM by Image_lib
Diffstat (limited to 'user_guide_src')
-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 828c9d30d..d6984bb7b 100644 --- a/user_guide_src/source/changelog.rst +++ b/user_guide_src/source/changelog.rst @@ -19,6 +19,7 @@ Bug fixes for 3.1.6 - Fixed a bug (#5168) - :doc:`Query Builder <database/query_builder>` method ``count_all_results()`` produced erroneous queries on Microsoft SQL Server when ``ORDER BY`` clauses are cached. - Fixed a bug (#5128) - :doc:`Profiler <general/profiling>` didn't wrap ``$_SESSION`` and configuration arrays in ``<pre>`` tags. - Fixed a bug (#5183) - :doc:`Database Library <database/index>` method ``is_write_type()`` didn't return TRUE for ``MERGE`` statements. +- Fixed a bug where :doc:`Image Manipulation Library <libraries/image_lib>` didn't escape image source paths passed to NetPBM as shell arguments. Version 3.1.5 ============= |