All Versions
51
Latest Version
Avg Release Cycle
13 days
Latest Release
907 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v1.20.5 Changes
December 03, 2019 -
v1.20.4 Changes
November 19, 2019- ๐ฒ Feature: Added traces to
check_output
internal call to log the called command and the output as INFO traces (can be adjusted withexport CONAN_LOGGING_LEVEL=20
) (#6091) - ๐ Bugfix: Using
scm
withauto
values with aconanfile.py
not being in the root scm folder it failed to export the right source code directory if not using--ignore-dirty
and the repo was not pristine. (#6098) - ๐ Bugfix: Fix
conan_build_info
command when conan_sources.tgz not present in a remote. (#6088)
- ๐ฒ Feature: Added traces to
-
v1.20.3 Changes
November 11, 2019- ๐ Bugfix: Using the
scm
feature withauto
fields was not using correctly the freeze sources from the local user directory from the second call toconan create
. (#6048) - Bugfix: Each Apple framework found using CMake
find_library
is stored in a differentCONAN_FRAMEWORK_<name>_FOUND
variable (#6042)
- ๐ Bugfix: Using the
-
v1.20.2 Changes
November 06, 2019- ๐ Bugfix: Fix Six package version to be compatible with Astroid (#6031)
-
v1.19.4
November 06, 2019 -
v1.18.6
November 06, 2019 -
v1.18.1 Changes
August 08, 2019- ๐ Bugfix: The
scm
feature was trying to run a checkout after a shallow clone. (#5571)
- ๐ Bugfix: The
-
v1.18.0 Changes
July 30, 2019- Feature: Output current revision from references in local cache when using a pattern (#5537). Docs: ๐
- Feature: New parameter
--skip-auth
for theconan user
command to avoid trying to authenticate when the client already has credentials stored. (#5532). Docs: ๐ - Feature: Allow patterns in per-package settings definitions, not only the package name (#5523). Docs: ๐
- Feature: Search custom settings (#5378) (#5521). Docs: ๐
- Feature: shallow git clone (#5514). Docs: ๐
- ๐ Feature: Add context manager for set_dirty (#3835) (#5444). Docs: ๐
- Feature: The "user/channel" fields are now optional. e.g:
conan create .
is valid if thename
andversion
are declared in the recipe. e.g:conan create . lib/[email protected]
to omit user and channel. The same for other commands. Theuser
andchannel
can also be omitted while specifying requirements in the conanfiles. (#5381). Docs: ๐ - Fix: Remove
conan graph clean-modified
command, it is automatic and no longer necessary. (#5533). Docs: ๐ - ๐ Fix: Incomplete references (for local conanfile.py files) are not printed with
@None/None
anymore. (#5509) - ๐ Fix: Discard empty string values in SCM including
subfolder
(#5459) - ๐ Bugfix: The
stderr
was not printed when a command failed running thetools.check_output
function. (#5548) - ๐ Bugfix: Avoid dependency (mainly build-requires) being marked as skipped when another node exists in the graph that is being skipped because of being private (#5547)
- ๐ Bugfix: fix processing of UTF-8 files with BOM (#5506)
- ๐ Bugfix: apply http.sslVerify to the current Git command only (#5470)
- ๐ Bugfix: Do not raise when accessing the metadata of editable packages (#5461)
- Bugfix: Use cxxFlags instead of cppFlags in
qbs
generator. (#5452). Docs: ๐
-
v1.17.3
November 06, 2019 -
v1.17.2 Changes
July 25, 2019- ๐ Bugfix: Lock transitive python-requires in lockfiles, not only direct ones. (#5531)