.. _changelog: Changelog ========= Check https://github.com/conan-io/conan for issues and more details about development, contributors, etc. .. important:: Conan 1.3 shouldn't break any existing 1.0 recipe, or command line invocation. If it does, please report in github. Please read more :ref:`about conan stability here`. 1.3.3 (10-May-2018) ------------------- - Bugfix: Fixed encoding issues writing to files and calculating md5 sums. 1.3.2 (7-May-2018) ------------------ - Bugfix: Fixed md5 computation of conan .tgz files for the recipe, exported sources and packages due to file ordering and flags. - Bugfix: Fixed broken ``run_in_windows_bash`` due to the wrong argument. - Bugfix: Fixed ``VisualStudioBuildEnvironment`` when toolset was not defined. - Bugfix: Fixed ``conan download -p=wrong_id`` command - Fix: Added apple-clang 9.1 1.3.1 (3-May-2018) ------------------ - Bugfix: Fixed regression with ``AutoToolsBuildEnvironment`` build helper that raised exception with not supported architectures during the calculation of the GNU triplet. - Bugfix: Fixed ``pkg_config`` generator, previously crashing when there was no library directories in the requirements. - Bugfix: Fixed ``conanfile.run()`` with ``win_bash=True`` quoting the paths correctly. - Bugfix: Recovered parameter "append" to the ``tools.save`` function. - Bugfix: Added support (documented but missing) to delete options in ``package_id()`` method using ``del self.info.options.