Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1c8081d

Browse files
czoidomemshardedchausnerdanimtbuilianries
authoredFeb 26, 2021
Merge master to develop (#2036)
* fix lowercase package names (#2013) * remove training banner (#2015) * Fix incorrect indentation in define_abi_compatibility.rst (#2017) * Fix spelling (#2018) Co-authored-by: Carlos Zoido <mrgalleta@gmail.com> * Remove misleading message about ConanCenter in shared_library_package_id() (#2000) * Update yocto docs (#2022) * Troubleshooting: How to fix incompatible requirements (#2016) * How to solve incompatible requirements Signed-off-by: Uilian Ries <uilianries@gmail.com> * Update faq/troubleshooting.rst Co-authored-by: Carlos Zoido <mrgalleta@gmail.com> * Update faq/troubleshooting.rst Co-authored-by: Carlos Zoido <mrgalleta@gmail.com> * Update faq/troubleshooting.rst Co-authored-by: Carlos Zoido <mrgalleta@gmail.com> * Update faq/troubleshooting.rst Co-authored-by: Carlos Zoido <mrgalleta@gmail.com> * Update faq/troubleshooting.rst * Fix bad indentation Signed-off-by: Uilian Ries <uilianries@gmail.com> Co-authored-by: Carlos Zoido <mrgalleta@gmail.com> * Release 1.34.0 (#2035) * buildroot.rst: Fix a typo (#1996) Artifatory --> Artifactory * - meson : add target argument (#2011) Signed-off-by: SSE4 <tomskside@gmail.com> * Update develop with master (#2020) * fix lowercase package names (#2013) * remove training banner (#2015) * Fix incorrect indentation in define_abi_compatibility.rst (#2017) * Fix spelling (#2018) Co-authored-by: Carlos Zoido <mrgalleta@gmail.com> Co-authored-by: James <james@conan.io> Co-authored-by: chausner <chausner@users.noreply.github.com> * Fix multiple minor spelling mistakes (#2019) * fix lowercase package names (#2013) * remove training banner (#2015) * Fix multiple minor spelling mistakes * Fix incorrect indentation in define_abi_compatibility.rst (#2017) * Fix spelling (#2018) Co-authored-by: Carlos Zoido <mrgalleta@gmail.com> Co-authored-by: James <james@conan.io> Co-authored-by: Carlos Zoido <mrgalleta@gmail.com> * Rename QbsToolchain to QbsProfile (#2027) * Rename QbsToolchain to QbsProfile * Rename use_profile to profile * conan_v2_error update (#2031) * lock bundle (#2030) * lock bundle * Update versioning/lockfiles/bundle.rst Co-authored-by: Carlos Zoido <mrgalleta@gmail.com> * Update versioning/lockfiles/bundle.rst Co-authored-by: Carlos Zoido <mrgalleta@gmail.com> * Update versioning/lockfiles/bundle.rst Co-authored-by: Carlos Zoido <mrgalleta@gmail.com> * Update versioning/lockfiles/bundle.rst Co-authored-by: Carlos Zoido <mrgalleta@gmail.com> * Update versioning/lockfiles/bundle.rst Co-authored-by: Carlos Zoido <mrgalleta@gmail.com> Co-authored-by: Carlos Zoido <mrgalleta@gmail.com> * release 1.34.0 * fix changelog * Merge master to release branch (#2034) * fix lowercase package names (#2013) * remove training banner (#2015) * Fix incorrect indentation in define_abi_compatibility.rst (#2017) * Fix spelling (#2018) Co-authored-by: Carlos Zoido <mrgalleta@gmail.com> * Remove misleading message about ConanCenter in shared_library_package_id() (#2000) * Update yocto docs (#2022) * Troubleshooting: How to fix incompatible requirements (#2016) * How to solve incompatible requirements Signed-off-by: Uilian Ries <uilianries@gmail.com> * Update faq/troubleshooting.rst Co-authored-by: Carlos Zoido <mrgalleta@gmail.com> * Update faq/troubleshooting.rst Co-authored-by: Carlos Zoido <mrgalleta@gmail.com> * Update faq/troubleshooting.rst Co-authored-by: Carlos Zoido <mrgalleta@gmail.com> * Update faq/troubleshooting.rst Co-authored-by: Carlos Zoido <mrgalleta@gmail.com> * Update faq/troubleshooting.rst * Fix bad indentation Signed-off-by: Uilian Ries <uilianries@gmail.com> Co-authored-by: Carlos Zoido <mrgalleta@gmail.com> Co-authored-by: James <james@conan.io> Co-authored-by: chausner <chausner@users.noreply.github.com> Co-authored-by: Daniel <danimanzaneque@gmail.com> Co-authored-by: Uilian Ries <uilianries@gmail.com> Co-authored-by: rico-chet <rico-chet@users.noreply.github.com> Co-authored-by: SSE4 <tomskside@gmail.com> Co-authored-by: James <james@conan.io> Co-authored-by: chausner <chausner@users.noreply.github.com> Co-authored-by: Psy-Kai <psykai1993@googlemail.com> Co-authored-by: Daniel <danimanzaneque@gmail.com> Co-authored-by: Uilian Ries <uilianries@gmail.com> Co-authored-by: James <james@conan.io> Co-authored-by: chausner <chausner@users.noreply.github.com> Co-authored-by: Daniel <danimanzaneque@gmail.com> Co-authored-by: Uilian Ries <uilianries@gmail.com> Co-authored-by: rico-chet <rico-chet@users.noreply.github.com> Co-authored-by: SSE4 <tomskside@gmail.com> Co-authored-by: Psy-Kai <psykai1993@googlemail.com>
1 parent 8700e20 commit 1c8081d

File tree

3 files changed

+32
-3
lines changed

3 files changed

+32
-3
lines changed
 

‎.ci/publish.jenkins

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
// TODO: Move to a file and avoid modifying CI script
44
Map<String, String> versions = [
5+
'release/1.34.0': '1.34',
56
'release/1.33.1': '1.33',
67
'release/1.32.1': '1.32',
78
'release/1.31.4': '1.31',

‎changelog.rst

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,37 @@ Check https://github.com/conan-io/conan for issues and more details about develo
1818

1919
.. important::
2020

21-
Conan 1.33 shouldn't break any existing 1.0 recipe or command line invocation. If it does, please
21+
Conan 1.34 shouldn't break any existing 1.0 recipe or command line invocation. If it does, please
2222
submit a report on GitHub. Read more about the :ref:`Conan stability commitment<stability>`.
2323

24+
1.34.0 (26-Feb-2021)
25+
--------------------
26+
27+
- Feature: Add `path` and `repository` properties to conan_build_info v2. `#8436 <https://github.com/conan-io/conan/pull/8436>`_
28+
- Feature: Setting _conan_ as name for `buildAgent` in `conan_build_info`. `#8433 <https://github.com/conan-io/conan/pull/8433>`_
29+
- Feature: Using actual conan version in version for `buildAgent` in `conan_build_info` instead of 1.X. `#8433 <https://github.com/conan-io/conan/pull/8433>`_
30+
- Feature: Add `type` _conan_ to Conan build info modules. `#8433 <https://github.com/conan-io/conan/pull/8433>`_
31+
- Feature: Add ``scm`` output in :command:`conan info` command. `#8380 <https://github.com/conan-io/conan/pull/8380>`_
32+
- Feature: Forked ``cmake_find_package_multi`` into ``CMakeDeps``, to allow evolution without breaking. `#8371 <https://github.com/conan-io/conan/pull/8371>`_
33+
- Feature: Use built-in retries in requests lib to retry http requests with _5xx_ response code. `#8352 <https://github.com/conan-io/conan/pull/8352>`_
34+
- Feature: New lockfile "bundle" feature that can integrate different lockfiles for different configurations and different graphs into a single lockfile bundle that can be used to vastly optimize CI (specially for multiple products), implementing bundle build-order and bundle update operations. `#8344 <https://github.com/conan-io/conan/pull/8344>`_ . Docs `here <https://github.com/conan-io/docs/pull/2030>`__
35+
- Fix: Renamed generator `QbsToolchain` to `QbsProfile`. `#8537 <https://github.com/conan-io/conan/pull/8537>`_ . Docs `here <https://github.com/conan-io/docs/pull/2027>`__
36+
- Fix: Renamed default filename of _QbsProfile_ generated file to _conan_toolchain_profile_.qbs. `#8537 <https://github.com/conan-io/conan/pull/8537>`_ . Docs `here <https://github.com/conan-io/docs/pull/2027>`__
37+
- Fix: Renamed Qbs attribute `use_toolchain_profile` to `profile`. `#8537 <https://github.com/conan-io/conan/pull/8537>`_ . Docs `here <https://github.com/conan-io/docs/pull/2027>`__
38+
- Fix: Remove extra spaces in flags and colons in path variables. `#8496 <https://github.com/conan-io/conan/pull/8496>`_
39+
- Fix: `conan_v2_error` if `scm_to_conandata` is not enabled. `#8447 <https://github.com/conan-io/conan/pull/8447>`_
40+
- Fix: `CONAN_V2_MODE` env-var does not longer alter behavior, only raises errors for Conan 2.0 incompatibilities `#8399 <https://github.com/conan-io/conan/pull/8399>`_ . Docs `here <https://github.com/conan-io/docs/pull/2031>`__
41+
- Fix: meson : Add target and jobs arguments. `#8384 <https://github.com/conan-io/conan/pull/8384>`_ . Docs `here <https://github.com/conan-io/docs/pull/2011>`__
42+
- Fix: Set `qbs.targetPlatform` with qbs toolchain. `#8372 <https://github.com/conan-io/conan/pull/8372>`_
43+
- Fix: Remove warnings for old toolchains imports and ``generate_toolchain_files()`` calls (use new imports and ``generate()`` calls. `#8361 <https://github.com/conan-io/conan/pull/8361>`_
44+
- BugFix: Improve `tools.unix_path` for Cygwin. `#8509 <https://github.com/conan-io/conan/pull/8509>`_
45+
- BugFix: Allow `run_in_windows_bash` in MSYS/Cygwin. `#8506 <https://github.com/conan-io/conan/pull/8506>`_
46+
- BugFix: Add some sanity check to avoid a vague error for custom architectures. `#8502 <https://github.com/conan-io/conan/pull/8502>`_
47+
- BugFix: Fix Apple M1 detection. `#8501 <https://github.com/conan-io/conan/pull/8501>`_
48+
- Bugfix: Fix repeated ``build_requires``, including conflicting versions in profile composition or inclusion that repeats ``[build_requires]`` values. `#8463 <https://github.com/conan-io/conan/pull/8463>`_
49+
- Bugfix: Fixing a `CMakeDeps` bug with components, not finding the _conan_macros.cmake_ file. `#8445 <https://github.com/conan-io/conan/pull/8445>`_
50+
- Bugfix: Fix exit code for `conan_build_info`. `#8408 <https://github.com/conan-io/conan/pull/8408>`_
51+
2452
1.33.1 (02-Feb-2021)
2553
--------------------
2654

‎conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
]
4242

4343
# The short X.Y version.
44-
version = "1.33"
44+
version = "1.34"
4545
# The full version, including alpha/beta/rc tags.
46-
release = u'1.33.1'
46+
release = u'1.34.0'
4747

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

0 commit comments

Comments
 (0)
Please sign in to comment.