You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.rst
+18-3Lines changed: 18 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,15 +11,17 @@ Check https://github.com/conan-io/conan for issues and more details about develo
11
11
Conan 1.5 shouldn't break any existing 1.0 recipe, or command line invocation. If it does, please report in github.
12
12
Please read more :ref:`about Conan stability<stability>`.
13
13
14
-
1.6.0 ()
15
-
----------------------
14
+
1.6.0 (19-July-2018)
15
+
------------------------
16
16
17
17
- Feature: Added new ``self.run(..., run_environment=True)`` argument, that applies automatically ``PATH``, ``LD_LIBRARY_PATH`` and
18
18
``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.
19
20
- Feature: Added new ``self.run(..., ignore_errors=True)`` argument, that inhibits launching an exception if the commands fails, user can
20
21
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.
21
23
- 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``
23
25
- Feature: Visual Studio generator creates *conanbuildinfo.props* file using ``$(USERPROFILE)`` macro.
24
26
- Feature: Added ``filename`` parameter to ``tools.get()`` in case it cannot be deduced from URL.
25
27
- 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
29
31
- Feature: Added :command:`conan build --test` and ``should_configure`` attribute to control test stage. Read more
30
32
:ref:`here<attribute_build_stages>`.
31
33
- 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.
0 commit comments