Changes.txt in autobuild-1.5.31 vs Changes.txt in autobuild-1.5.32

- old
+ new

@@ -1,17 +1,28 @@ +== Version 1.5.32 +* autobuild importers delete the source directory when + initial checkouts fail. They now display a message + when they do so to avoid user confusion +* the Autobuild::Orogen.transports array can be used to + configure which transports are generated in orogen + packages + == Version 1.5.31 -* allow to override the type export policy for oroGen >= 1.1 -* allow to provide CMAKE_MODULE_PATH in the cmake handler. Unfortunately, cmake - does not support setting this through environment variables, so we have to - pass it as -D -* make ignore_errors work for updates as well. We obviously still have to fail - on checkout +* allow to override the type export policy for oroGen + >= 1.1 +* allow to provide CMAKE_MODULE_PATH in the cmake + handler. Unfortunately, cmake does not support + setting this through environment variables, so we + have to pass it as -D +* make ignore_errors work for updates as well. We + obviously still have to fail on checkout == Version 1.5.30 -* make the autotools handler behave more normally, calling "configure" without - --no-create and not calling config.status before make by default. The old - behaviour can be restored by setting #force_config_status to true on the - package. +* make the autotools handler behave more normally, + calling "configure" without --no-create and not + calling config.status before make by default. The old + behaviour can be restored by setting + #force_config_status to true on the package. == Version 1.5.29 * added --version == Version 1.5.28