
Feature: Added to AutotoolsToolchain helper functions: update_configure_args, update_make_args, and update_autoreconf_args to update/prune flags effortlessly.In Conan 2, path conversions should not be performed in the package_info method. Feature: Add unix_path_package_info_legacy function for those cases in which it is used in package_info in recipes that require compatibility with Conan 1.x.Feature: AutotoolsToolchain helper functions: update_configure_args, update_make_args, and update_autoreconf_args can also add new values #12889.Bugfix: fix failure of removing options for build_requires in cross-build.

Bugfix: Fix cmake_layout for single-config configurations when defining build_folder_vars.Bugfix: Version comparison (greater than) with integer was raising an error.Bugfix: Define CMAKE_PROGRAM_PATH in toolchain file generated by CMakeToolchain, when only one profile is used.Fix: Refactoring of NMakeToolchain to expose similar attributes than other toolchains, and honor build config like cflags, cxxflags, sharedlinkflags, exelinkflags, defines & compiler_executables.Fix: NMakeDeps support cpp_fines and cpp_info.system_libs of dependencies.Fix: fix_apple_shared_install_name() now fixes all dylib in libdirs and executables in bindirs regardless of shared option.Fix: Allow not propagating components to consumers.Fix: CMakeToolchain generates preset files with more than 1 configure preset.


Feature: Update requirements.txt to use distro package version
