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
- Feature: New ``important!`` conf that allows ``tool-requires`` ``conf_info`` to have higher relative priority over profiles ``conf``. `#19610 <https://github.com/conan-io/conan/pull/19610>`_ . Docs `here <https://github.com/conan-io/docs/pull/4380>`__
13
+
- Feature: Don't check for user/channel match in ``<host_version>``. `#19599 <https://github.com/conan-io/conan/pull/19599>`_ . Docs `here <https://github.com/conan-io/docs/pull/4382>`__
14
+
- Feature: Allow disabling environment script generation from recipes using `virtualxxxenv = False`. `#19594 <https://github.com/conan-io/conan/pull/19594>`_ . Docs `here <https://github.com/conan-io/docs/pull/4388>`__
- Feature: Generate `.sh` scripts with variable existence checks to harden scripts and avoid extra separators for empty variables. `#19591 <https://github.com/conan-io/conan/pull/19591>`_
17
+
- Feature: Optimize LRU database updates by using filesystem folder mtimes. `#19582 <https://github.com/conan-io/conan/pull/19582>`_
18
+
- Feature: Enable access to the `author` attribute in the `ConanFileInterface` class. `#19577 <https://github.com/conan-io/conan/pull/19577>`_
19
+
- Feature: Add `tools.build:add_rpath_link` conf (Meson and CMake toolchains) to pass `-rpath-link` with all directories of host dependencies `#19574 <https://github.com/conan-io/conan/pull/19574>`_ . Docs `here <https://github.com/conan-io/docs/pull/4390>`__
20
+
- Feature: Add `cmake_file_name_variants` support to `CMakeConfigDeps` to allow packages to define additional lower/upper-case variants that consumers may use when calling `find_package`. `#19530 <https://github.com/conan-io/conan/pull/19530>`_ . Docs `here <https://github.com/conan-io/docs/pull/4384>`__
21
+
- Feature: Add `.bat` support for ``tools.env:deactivation_mode=function``. `#19474 <https://github.com/conan-io/conan/pull/19474>`_ . Docs `here <https://github.com/conan-io/docs/pull/4386>`__
22
+
- Feature: New `package_id_abi_options` to allow specific dependency options to affect the consumer `package_id` when headers variability (e.g. `shared`) can impact consumer binaries, even in non-embed cases. `#19438 <https://github.com/conan-io/conan/pull/19438>`_ . Docs `here <https://github.com/conan-io/docs/pull/4387>`__
23
+
- Feature: New `conan cache sign` and `conan cache verify` commands for signing and verifying packages. `#19345 <https://github.com/conan-io/conan/pull/19345>`_ . Docs `here <https://github.com/conan-io/docs/pull/4365>`__
24
+
- Fix: Use lazy imports to avoid circular dependency so PyInstaller bundles `conan.tools.system`. `#19670 <https://github.com/conan-io/conan/pull/19670>`_
25
+
- Fix: Fix legacy definitions syntax for ``CMakeConfigDeps`` `#19662 <https://github.com/conan-io/conan/pull/19662>`_
26
+
- Fix: Add support for `.txz` and `.tzst` extensions to conan cache save help output. `#19660 <https://github.com/conan-io/conan/pull/19660>`_ . Docs `here <https://github.com/conan-io/docs/pull/4379>`__
27
+
- Fix: Allow requires-only components to create a target with ``CMakeConfigDeps`` `#19645 <https://github.com/conan-io/conan/pull/19645>`_
28
+
- Fix: ``MSBuildDeps`` bug with transitive build requirements and components. `#19625 <https://github.com/conan-io/conan/pull/19625>`_
29
+
- Fix: Improve the ``-DCMAKE_TOOLCHAIN_FILE`` tip in CMakeToolchain generator to abstract it to a ``<output_folder>``. `#19602 <https://github.com/conan-io/conan/pull/19602>`_
- Fix: Update terminology to use “hash” instead of “signature”. `#19522 <https://github.com/conan-io/conan/pull/19522>`_ . Docs `here <https://github.com/conan-io/docs/pull/4358>`__
33
+
- Bugfix: Solve ``CMakeConfigDeps`` issue with in-package config.cmake files that were ignoring ``cmake_file_name_variants``. `#19669 <https://github.com/conan-io/conan/pull/19669>`_
34
+
- Bugfix: Fix ``conan list --graph-context={build,host}-only`` for consumer recipes without a name `#19657 <https://github.com/conan-io/conan/pull/19657>`_
35
+
- Bugfix: Force parsing of ``conf`` like ``tools.microsoft:msvc_update`` as a string, to avoid parsing it as float and dropping trailing zero. `#19647 <https://github.com/conan-io/conan/pull/19647>`_
36
+
- Bugfix: Avoid ``--build=compatible`` to rebuild an already existing binary `#19643 <https://github.com/conan-io/conan/pull/19643>`_
37
+
- Bugfix: Correctly escape ``CMakeToolchain.variables`` for CMake syntax. `#19642 <https://github.com/conan-io/conan/pull/19642>`_
38
+
- Bugfix: Fix serialization of `cpp_info` when it uses the type field. `#19604 <https://github.com/conan-io/conan/pull/19604>`_
- Bugfix: Fix corruption of `[buildenv]` information when using per-package patterns across multiple packages. `#19571 <https://github.com/conan-io/conan/pull/19571>`_
0 commit comments