Skip to content

Commit 79b99be

Browse files
authored
Merge pull request #4114 from conan-io/release/2.17
Sync develop2
2 parents 139089e + 833be00 commit 79b99be

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

changelog.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,24 @@ For a more detailed description of the major changes that Conan 2 brings, compar
66
2.17.0 (28-May-2025)
77
--------------------
88

9+
- Feature: Add support for gcc 13.4 `#18374 <https://github.com/conan-io/conan/pull/18374>`_ . Docs `here <https://github.com/conan-io/docs/pull/4108>`__
10+
- Feature: Renamed 'editables' to 'packages'. `#18359 <https://github.com/conan-io/conan/pull/18359>`_ . Docs `here <https://github.com/conan-io/docs/pull/4106>`__
11+
- Feature: Putting a folder named `conanws` as the top limit search if it exists. `#18343 <https://github.com/conan-io/conan/pull/18343>`_ . Docs `here <https://github.com/conan-io/docs/pull/4106>`__
12+
- Feature: Removed the `home_folder` definition mechanism from the `conanws.[yml | py]` file. `#18339 <https://github.com/conan-io/conan/pull/18339>`_ . Docs `here <https://github.com/conan-io/docs/pull/4106>`__
13+
- Feature: Packages/products do not need to be within the `workspace` folder. `#18334 <https://github.com/conan-io/conan/pull/18334>`_ . Docs `here <https://github.com/conan-io/docs/pull/4106>`__
14+
- Feature: Add `tools.gnu:configure_args` conf to GnuToolchain and Autotoolchain generator to allow extra arguments to be added to the configure command. `#18333 <https://github.com/conan-io/conan/pull/18333>`_ . Docs `here <https://github.com/conan-io/docs/pull/4100>`__
15+
- Feature: Add gcc 14.3 support. `#18322 <https://github.com/conan-io/conan/pull/18322>`_ . Docs `here <https://github.com/conan-io/docs/pull/4096>`__
16+
- Feature: Auto detection of C standard. `#18290 <https://github.com/conan-io/conan/pull/18290>`_ . Docs `here <https://github.com/conan-io/docs/pull/4097>`__
17+
- Feature: define CMAKE_C/CXX_COMPILER in ``CMakeToolchain`` generated presets, only for MSVC cl-like compilers, automatically only for Ninja generator. `#18280 <https://github.com/conan-io/conan/pull/18280>`_
18+
- Feature: Add `header_lib` template to :command:`conan new`. `#18249 <https://github.com/conan-io/conan/pull/18249>`_ . Docs `here <https://github.com/conan-io/docs/pull/4094>`__
19+
- Feature: `to_cppstd_flag`/`to_cstd_flag` methods are not using fixed values. `#18246 <https://github.com/conan-io/conan/pull/18246>`_
20+
- Feature: Add ``subprocess`` to the profile jinja rendering. `#18244 <https://github.com/conan-io/conan/pull/18244>`_ . Docs `here <https://github.com/conan-io/docs/pull/4098>`__
21+
- Feature: New ``conan cache save ... --no-source`` to avoid storing downloaded sources in the `.tgz`. `#18243 <https://github.com/conan-io/conan/pull/18243>`_ . Docs `here <https://github.com/conan-io/docs/pull/4099>`__
22+
- Feature: Add verbose logs for `conan cache clean`. `#18228 <https://github.com/conan-io/conan/pull/18228>`_
23+
- Feature: Add `--list` inputs to `conan cache clean` and `conan cache check-integrity`. `#18219 <https://github.com/conan-io/conan/pull/18219>`_ . Docs `here <https://github.com/conan-io/docs/pull/4095>`__
24+
- Feature: Add `allowed_packages` info to remote json output. `#18206 <https://github.com/conan-io/conan/pull/18206>`_
25+
- Feature: Add URL information to json output format for conan upload. `#18166 <https://github.com/conan-io/conan/pull/18166>`_ . Docs `here <https://github.com/conan-io/docs/pull/4088>`__
26+
- Feature: New ``conan workspace clean`` command, removes the ``output-folder`` of editables if defined, otherwise nothing. Can be custom implemented by users in the ``conanws.py`` file. `#17763 <https://github.com/conan-io/conan/pull/17763>`_ . Docs `here <https://github.com/conan-io/docs/pull/4101>`__
927
- Fix: Fix PyInstaller `--exclude-module` adding wildcard for `conan.test`. `#18381 <https://github.com/conan-io/conan/pull/18381>`_
1028
- Fix: Fix urls for conan audit. `#18360 <https://github.com/conan-io/conan/pull/18360>`_
1129
- Fix: Validate if the licenses in the SBOM are SPDX compatible. `#18358 <https://github.com/conan-io/conan/pull/18358>`_

0 commit comments

Comments
 (0)