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
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,34 @@ Changelog
3
3
4
4
For a more detailed description of the major changes that Conan 2 brings, compared with Conan 1.X, please read :ref:`whatsnew`
5
5
6
+
2.19.0 (23-Jul-2025)
7
+
--------------------
8
+
9
+
- Feature: Changed some private attributes in MesonToolchain as public ones, e.g., `b_ndebug`, `b_staticpic`. `#18676 <https://github.com/conan-io/conan/pull/18676>`_
10
+
- Feature: PremakeDeps will now correctly propagate libraries, headers and binaries depending on the requirement traits. `#18663 <https://github.com/conan-io/conan/pull/18663>`_
11
+
- Feature: Add `cmake_target_aliases` support for `CMakeConfigDeps`. `#18662 <https://github.com/conan-io/conan/pull/18662>`_
12
+
- Feature: Add ``self.conan_data`` to the information serialized by ConanFile, so it is printed in ``conan graph info`` and other commands. `#18661 <https://github.com/conan-io/conan/pull/18661>`_ . Docs `here <https://github.com/conan-io/docs/pull/4172>`__
13
+
- Feature: Let :command:`conan source` reference the backup sources it generates in more cases. `#18655 <https://github.com/conan-io/conan/pull/18655>`_
14
+
- Feature: Add user channel to CycloneDX SBOM ``sbom_ref`` field. `#18649 <https://github.com/conan-io/conan/pull/18649>`_
- Feature: Add support for GCC 12.5. `#18587 <https://github.com/conan-io/conan/pull/18587>`_ . Docs `here <https://github.com/conan-io/docs/pull/4169>`__
17
+
- Feature: New `makefile` parameter in Autotools `make`/`install` methods to allow specifying the name of the Makefile file. `#18578 <https://github.com/conan-io/conan/pull/18578>`_
18
+
- Feature: Let graph html focus on searched package when pressing Intro in search box. `#18575 <https://github.com/conan-io/conan/pull/18575>`_
19
+
- Feature: Allow defining a custom platform on Premake generator for Windows. `#18572 <https://github.com/conan-io/conan/pull/18572>`_
20
+
- Feature: Allow profile composition while using conan runners. `#18534 <https://github.com/conan-io/conan/pull/18534>`_
21
+
- Fix: Add explicit error when trying to export a reference with `channel` but no `user`. `#18646 <https://github.com/conan-io/conan/pull/18646>`_ . Docs `here <https://github.com/conan-io/docs/pull/4167>`__
22
+
- Fix: Check `required_conan_version` before loading hooks. `#18644 <https://github.com/conan-io/conan/pull/18644>`_
- Fix: Allow ``cc`` compiler to be defined with spaces for profile auto detection. `#18628 <https://github.com/conan-io/conan/pull/18628>`_
25
+
- Fix: Fixed untargz when the destination path uses the Windows long paths prefix `\\?\`. `#18612 <https://github.com/conan-io/conan/pull/18612>`_
26
+
- Fix: `CMakeConfigDeps` filter `requires()` to `package_type=application`. `#18611 <https://github.com/conan-io/conan/pull/18611>`_
27
+
- Fix: Fix multithreading for self-contained Conan binaries. `#18603 <https://github.com/conan-io/conan/pull/18603>`_
28
+
- Fix: Improve version detection for `cc` compilers. `#18600 <https://github.com/conan-io/conan/pull/18600>`_
29
+
- Fix: Pass deployment target from profile to ``XcodeBuild``. `#18496 <https://github.com/conan-io/conan/pull/18496>`_ . Docs `here <https://github.com/conan-io/docs/pull/4129>`__
30
+
- Fix: Project path and target name are quoted now for ``XcodeBuild``. `#18496 <https://github.com/conan-io/conan/pull/18496>`_ . Docs `here <https://github.com/conan-io/docs/pull/4129>`__
31
+
- Bugfix: Make `package_type="configuration"` packages independent of the `config_mode` for their `package_id`. `#18671 <https://github.com/conan-io/conan/pull/18671>`_
0 commit comments