v1.10.0
This release changes aliBuild's behaviour when rebuilding development packages. Previously, nothing that depended on the package was rebuilt. With this release, those packages are rebuilt.
If you're developing O2 and have previously built O2Physics, but you don't want to rebuild O2Physics this time, then run:
$ aliBuild build --defaults ... O2
...after which, the existing O2Physics build will refer to the newly rebuilt O2.
Additionally, this release contains performance improvements and bug fixes; see below for details.
What's Changed
- Use a connection pool for HTTP remote stores by @TimoWilken in #741
- Use GIT_DIR rather than cd by @ktf in #742
- Rebuild later packages if dev package changes by @TimoWilken in #739
- Provide more debugging information in the package spec by @ktf in #743
- Introduce support for plugins by @ktf in #744
Full Changelog: v1.9.9...v1.10.0