- Feature: Update gcc versions supported in settings. (https://github.com/conan-io/conan/pull/12972). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/2919)
- Feature: Conan packages using the CMakeDeps generator will now stop printing status messages if the QUIET argument is passed to the respective find_package() CMake call. (https://github.com/conan-io/conan/pull/12967)
- Feature: Guess Apple SDK path in `MesonToolchain` in case of cross-build on macOS if `tools.apple:sdk_path` is not set by user. (https://github.com/conan-io/conan/pull/12923)
- Fix: ``CMakeToolchain`` generates preset files with more than 1 configure preset. (https://github.com/conan-io/conan/pull/13004)
- Fix: Allow not propagating components to consumers. (https://github.com/conan-io/conan/pull/12966)
- Fix: `fix_apple_shared_install_name()` now fixes all dylib in libdirs and executables in bindirs regardless of shared option. (https://github.com/conan-io/conan/pull/12960)
- Fix: NMakeDeps support cpp_info.defines and cpp_info.system_libs of dependencies. (https://github.com/conan-io/conan/pull/12944)
- Fix: Refactoring of `NMakeToolchain` to expose similar attributes than other toolchains, and honor build config like cflags, cxxflags, sharedlinkflags, exelinkflags, defines & compiler_executables. (https://github.com/conan-io/conan/pull/12665). Docs: [:page_with_curl:](https://github.com/conan-io/docs/pull/2848)
- Bugfix: Define CMAKE_PROGRAM_PATH in toolchain file generated by CMakeToolchain, when only one profile is used. (https://github.com/conan-io/conan/pull/12974)
- Bugfix: `Version` comparison (greater than) with integer was raising an error. (https://github.com/conan-io/conan/pull/12935)
- Bugfix: Fix ``cmake_layout`` for single-config configurations when defining ``build_folder_vars``. (https://github.com/conan-io/conan/pull/12925)
- Bugfix: fix failure of removing options for build_requires in cross-build. (https://github.com/conan-io/conan/pull/12905)