Skip to content

Commit a10166c

Browse files
committed
Merge branch 'master' into develop
2 parents 6cc6a58 + 02bb4a0 commit a10166c

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

_themes/conan/layout.html

+4
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,10 @@
158158
{% include "breadcrumbs.html" %}
159159
<!--<select id="search" name="state" multiple="true" onchange="window.location = reldir + this.value;" style="width:90%"></select>
160160
<hr/>-->
161+
<div class="admonition important">
162+
Come and join <b><a href=https://conandays.conan.io>ConanDays</a></b>, a technical event bringing together all worldwide Conan users to share their experiences and contribute to the future of Conan. <b><a href=https://blog.conan.io/2019/11/05/ConanDays-Madrid-2020-international-community-gathering-Conan-package-manager.html>Read more about it here</a></b>. It will take place in Madrid, Spain, on March 19-20, 2020. <b><a href=https://sessionize.com/conandays-2020/>Submit a talk</a></b> and contribute to the community sharing your knowledge or <b><a href=https://www.eventbrite.com/e/conandays-2020-gathering-the-clans-tickets-75869891889>reserve your spot now!</a></b>
163+
</div>
164+
161165
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
162166
<div itemprop="articleBody">
163167
{% block body %}{% endblock %}

changelog.rst

+8
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ Check https://github.com/conan-io/conan for issues and more details about develo
2222
Read more about the :ref:`Conan stability commitment<stability>`.
2323

2424

25+
1.20.4 (19-Nov-2019)
26+
--------------------
27+
28+
- Feature: Added traces to `check_output` internal call to log the called command and the output as INFO traces (can be adjusted with `export CONAN_LOGGING_LEVEL=20`) `#6091 <https://github.com/conan-io/conan/pull/6091>`_
29+
- Bugfix: Using `scm` with `auto` values with a `conanfile.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 <https://github.com/conan-io/conan/pull/6098>`_
30+
- Bugfix: Fix `conan_build_info` command when conan_sources.tgz not present in remote. `#6088 <https://github.com/conan-io/conan/pull/6088>`_
31+
32+
2533
1.20.3 (11-Nov-2019)
2634
--------------------
2735

conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
# The short X.Y version.
4242
version = "1.20"
4343
# The full version, including alpha/beta/rc tags.
44-
release = u'1.20.3'
44+
release = u'1.20.4'
4545

4646
dir_path = os.path.dirname(os.path.realpath(__file__))
4747
if not os.path.exists(os.path.join(dir_path, "versions.json")):

0 commit comments

Comments
 (0)