rBuild 1.2 is a maintenance release.
New Features:
- The "rbuild rebase" command now prevents users from rebasing a
product-definition to a schema version that is not supported by the
project's rBuilder. (RBLD-249)
- The "rbuild checkout" command now takes a --template option which
is ignored unless the --new option is also provided or implied
because the package does not yet exist. (RBLD-118)
API Changes:
- A new experimental API, rbuild.api1, enables external consumption
of rBuild by easily initializing an rBuild handle. This API is
subject to change, including removal or entire replacement. (RBLD-238)
- Added support for rBuilder REST interface to rBuilder facade. (RBLD-249)
Bug Fixes:
- Conary 2.0.40 introduced a fix for another bug that caused
rBuild to no longer honor the "--debug-all" argument and not
write tracebacks to the .rbuild/tracebacks/ directory; rBuild
has been modified so that these features will be restored with
Conary version 2.0.44 and later. (RBLD-230, RBLD-234)