Skip to content

Commit

Permalink
Merge pull request #3674 from tardyp/release
Browse files Browse the repository at this point in the history
Release notes for 0.9.12
  • Loading branch information
tardyp committed Oct 5, 2017
2 parents b3ad176 + 1320ca5 commit fdbb02a
Show file tree
Hide file tree
Showing 11 changed files with 27 additions and 10 deletions.
1 change: 0 additions & 1 deletion master/buildbot/newsfragments/3576.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion master/buildbot/newsfragments/buildsets.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion master/buildbot/newsfragments/encodestring.removal

This file was deleted.

1 change: 0 additions & 1 deletion master/buildbot/newsfragments/force_patch.feature

This file was deleted.

1 change: 0 additions & 1 deletion master/buildbot/newsfragments/github-py3.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion master/buildbot/newsfragments/gitlab-reporters.bugfix

This file was deleted.

This file was deleted.

1 change: 0 additions & 1 deletion master/buildbot/newsfragments/locks.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion master/buildbot/newsfragments/multiple-gerrit-repos.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion master/buildbot/newsfragments/nodaemon-pidfile.bugfix

This file was deleted.

27 changes: 27 additions & 0 deletions master/docs/relnotes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,33 @@ Release Notes

.. towncrier release notes start
Buildbot ``0.9.12`` ( ``2017-10-05`` )
======================================

Bug fixes
---------

- Fixed many issues related to connecting masters and workers with different major version of Python (:issue:`3416`).
- Fixed KeyError in the log when two buildrequests of the same buildset are finished at the same time (:issue:`3472`, :issue:`3591`)
- Fix for SVN.purge fails when modified files contain non-ascii characters (:issue:`3576`)
- Fix the GitHub change hook on Python 3 (:issue:`3452`).
- Fix :class:`reporters.gitlab` to use correct commit status codes (:issue:`3641`).
- Fixed deadlock issue, when locks are taken at least 3 times by the 3 Buildstep with same configuration (:issue:`3650`)
- Fix the Gerrit source step in the presence of multiple Gerrit repos (:issue:`3460`).
- Add empty pidfile option to master and worker start script when `--nodaemon` option is on. (:issue:`3012`).

Features
--------

- Add possibility to specify a :bb:sched:`PatchParameter` for any :bb:sched:`CodebaseParameter` in a :bb:sched:`ForceScheduler` (part of :issue:`3110`).
- Latent Workers will no longer continually retry if they cannot substantiate (:issue:`3572`)

Deprecations and Removals
-------------------------

- buildbot.util.encodeString() has been removed. buildbot.util.unicode2bytes() should be used instead.


Buildbot ``0.9.11`` ( ``2017-09-08`` )
======================================

Expand Down

0 comments on commit fdbb02a

Please sign in to comment.