From f151af9c20dc04376b569f4fbfda38b439163d75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20N=C3=BCtzi?= Date: Mon, 13 Dec 2021 19:11:08 +0100 Subject: [PATCH 1/2] Update changelog.rst Include a notice for breaking changes to ConanCenter with 1.43.0 --- changelog.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog.rst b/changelog.rst index 59c34a3b1a0..0bc4ebb847c 100644 --- a/changelog.rst +++ b/changelog.rst @@ -25,7 +25,8 @@ Check https://github.com/conan-io/conan for issues and more details about develo -------------------- - Feature: Remove `cmake_target_namespace` and `cmake_module_target_namespace` properties. `#10099 `_ . Docs `here `__ -- Feature: Allow `CMakeDeps` to set `cmake_target_name` property as an absolute target. `#10099 `_ . Docs `here `__ +- Feature: Allow `CMakeDeps` to set `cmake_target_name` property as an absolute target. `#10099 `_ . This breaks current recipes in the ConanCenters, e.g. `#8324 `_ |status|. Docs `here `__ +.. |status| image:: https://img.shields.io/badge/dynamic/json?color=%23FF0000&label=Status&query=%24.state&url=https%3A%2F%2Fapi.github.com%2Frepos%2Fconan-io%2Fconan-center-index%2Fpulls%2F8324 - Feature: Add warning in `CMakeDeps` generated CMake files when target names collide. `#10099 `_ . Docs `here `__ - Feature: Legacy cmake generators (`cmake_find_package`, `cmake_find_package_multi`) don't listen to new `set_properties` model anymore. `#10098 `_ . Docs `here `__ - Feature: `pkg_config_name` is used as the main name for a package/component and it will be used as the name for the `*.pc` file. `#10084 `_ . Docs `here `__ From 682a67495e503fd4571251052dfad8e7718b40d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20N=C3=BCtzi?= Date: Mon, 13 Dec 2021 19:15:55 +0100 Subject: [PATCH 2/2] Update changelog.rst Co-authored-by: James --- changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog.rst b/changelog.rst index 0bc4ebb847c..a245600d787 100644 --- a/changelog.rst +++ b/changelog.rst @@ -25,7 +25,7 @@ Check https://github.com/conan-io/conan for issues and more details about develo -------------------- - Feature: Remove `cmake_target_namespace` and `cmake_module_target_namespace` properties. `#10099 `_ . Docs `here `__ -- Feature: Allow `CMakeDeps` to set `cmake_target_name` property as an absolute target. `#10099 `_ . This breaks current recipes in the ConanCenters, e.g. `#8324 `_ |status|. Docs `here `__ +- Feature: Allow `CMakeDeps` to set `cmake_target_name` property as an absolute target. `#10099 `_ . This breaks current recipes in the ConanCenter, e.g. `#8324 `_ |status|. Docs `here `__ .. |status| image:: https://img.shields.io/badge/dynamic/json?color=%23FF0000&label=Status&query=%24.state&url=https%3A%2F%2Fapi.github.com%2Frepos%2Fconan-io%2Fconan-center-index%2Fpulls%2F8324 - Feature: Add warning in `CMakeDeps` generated CMake files when target names collide. `#10099 `_ . Docs `here `__ - Feature: Legacy cmake generators (`cmake_find_package`, `cmake_find_package_multi`) don't listen to new `set_properties` model anymore. `#10098 `_ . Docs `here `__