Skip to content

Commit 0503c58

Browse files
authored
Merge pull request conan-io#743 from lasote/feature/changelog
Feature/changelog
2 parents 99d5113 + bcd5b58 commit 0503c58

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

‎changelog.rst‎

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,17 @@ Check https://github.com/conan-io/conan for issues and more details about develo
1111
Conan 1.5 shouldn't break any existing 1.0 recipe, or command line invocation. If it does, please report in github.
1212
Please read more :ref:`about Conan stability<stability>`.
1313

14-
1.6.0 ()
15-
----------------------
14+
1.6.0 (19-July-2018)
15+
------------------------
1616

1717
- Feature: Added new ``self.run(..., run_environment=True)`` argument, that applies automatically ``PATH``, ``LD_LIBRARY_PATH`` and
1818
``DYLD_LIBRARY_PATH`` environment variable, from the dependencies, to the execution of the current command.
19+
- Feature: Added new ``tools.run_environment()`` as a shortcut of using ``tools.environment_append`` and ``RunEnvironment()`` together.
1920
- Feature: Added new ``self.run(..., ignore_errors=True)`` argument, that inhibits launching an exception if the commands fails, user can
2021
capture the return code.
22+
- Feature: Improved ``tools.Git`` to allow capturing the current branch and enabling to export a package with version based on the branch and commit.
2123
- Feature: The ``json`` generator now outputs the settings and options
22-
- Feature: ``conan remote list --raw`` prints remote info in a format valid for *remotes.txt*, so it can be used for ``conan config install``
24+
- Feature: :command:`conan remote list --raw` prints remote info in a format valid for *remotes.txt*, so it can be used for ``conan config install``
2325
- Feature: Visual Studio generator creates *conanbuildinfo.props* file using ``$(USERPROFILE)`` macro.
2426
- Feature: Added ``filename`` parameter to ``tools.get()`` in case it cannot be deduced from URL.
2527
- Feature: Propagated ``keep_permissions`` and ``pattern`` parameters from ``tools.get()`` to ``tools.unzip()``.
@@ -29,6 +31,19 @@ Check https://github.com/conan-io/conan for issues and more details about develo
2931
- Feature: Added :command:`conan build --test` and ``should_configure`` attribute to control test stage. Read more
3032
:ref:`here<attribute_build_stages>`.
3133
- Feature: New tools to convert between files with LF and CRLF line endings: :ref:`tools_unix2dos` and :ref:`tools_dos2unix`.
34+
- Feature: Added :command:`conan config install [url] --type=git` to force cloning git repo for ``http://...`` git urls.
35+
- Feature: Improved output information when a package is missing in a remote, showing who is the package requiring the missing one.
36+
- Feature: Improved the management of an upload interruption, avoiding uploads of incomplete tarballs.
37+
- Feature: Added new ``LLVM`` toolsets to the base ``settings.yml`` (Visual Studio).
38+
- Feature: Created plugin for pylint with the previous Conan checks (run in the export), enabling to use the plugin in IDEs and command line to check the correctness of the recipes.
39+
- Feature: Improved ``deb`` installer to guarantee that runs correctly in Debian 9 and other distros.
40+
- Fix: Fixed :command:`conan search -q` and :command:`conan remove -q` to not return packages that don't have the setting specified in the query.
41+
- Fix: Fixed ``SystemPackageTool`` when calling to update with ``sudo`` not enabled and ``mode=verify``.
42+
- Fix: Removed ``pyinstaller`` shared libraries from the linker environment for any conan subprocess.
43+
- BugFix: The ``YumTool`` now calls ``yum update`` instead of ``yum check-update``.
44+
- Bugfix: Solved bug using ``--manifest`` parameter with :command:`conan create` causing the deletion of information of the dependency graph.
45+
- Bugfix: Solved bug in the ``build`` method of the ``Version`` model, not showing correctly the version build field.
46+
- Bugfix: Fixed Conan crash with a dependency tree containing transitive private nodes.
3247

3348

3449
1.5.2 (5-July-2018)

0 commit comments

Comments
 (0)