diff --git a/CHANGELOG.rst b/CHANGELOG.rst index a207e6803..0e7ae558b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,44 @@ Changelog for package ros_buildfarm ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +1.2.0 (2016-10-04) +------------------ +* New features + + * add option to extract compiler warnings and mark builds unstable (`#293 `_) + * add option to extract CMake warnings and mark builds unstable (`#335 `_) + * support native jobs on ARM64 (`#343 `_) + * reconfigure devel and doc jobs when the rosdistro cache gets an updated entry (`#344 `_, `#345 `_) + +* Improvements + + * retry on more known apt errors (`#272 `_, `#289 `_) + * more compare status pages, add age information to status pages (`#299 `_) + * enable devel jobs on Debian (`#302 `_) + * check for circular dependencies (`#313 `_) + * automatically disable sourcedeb jobs after five failing attemps (`#315 `_) + * make the queue path configurable (`#316 `_) + * add build file specific labels (`#317 `_) + * configure devel and doc jobs in alphabetical order (`#323 `_) + * allow interrupting groovy reconfigure scripts (`#325 `_) + * allow auth token in GitHub urls (`#329 `_) + * run single apt call for folded dependencies (`#334 `_) + * use upstream CrumbRequester if available (`#340 `_) + +* Fixes + + * fix locale on Debian (`#281 `_) + * fix local scripts when git configuration contains pager (`#294 `_) + * ensure to source underlay in case the workspace doesn't create any setup files (`#296 `_) + * fix to include recursive run dependencies within the workspace (`#310 `_) + * fix wrapper scripts when using a virtual environment (`#318 `_) + * fix ssh authentication for devel jobs (`#319 `_) + * only require a source entry for the apt target repository (`#322 `_) + * fix not to use shallow clones when using merge-before-build (`#330 `_) + * fix url of diffutils (`#338 `_) + * fix newline expansion for some shells (`#342 `_) + * fix triggering of doc jobs for released packages (`#346 `_) + 1.1.0 (2016-03-18) ------------------ * New features