Skip to content

Commit

Permalink
update release notes for 0.9.0b4
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Oct 21, 2015
1 parent cc965f2 commit 78d8b3b
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 4 deletions.
53 changes: 53 additions & 0 deletions master/docs/relnotes/0.9.0b4.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
Release Notes for Buildbot 0.9.0b4
==================================

The following are the release notes for Buildbot 0.9.0b4
This version was released on October 20, 2015.

See :ref:`Upgrading to Nine` for a guide to upgrading from 0.8.x to 0.9.x

Master
------

This version is very similar to 0.9.0b3, re-released due to issues with PyPI uploads.

Changes for Developers
~~~~~~~~~~~~~~~~~~~~~~

* The data API's ``startConsuming`` method has been removed.
Instead of calling this method with a data API path, call ``self.master.mq.startConsuming`` with an appropriate message routing pattern.

Slave
-----

No changes since 0.9.0b3.

Details
-------

For a more detailed description of the changes made in this version, see the git log itself:

.. code-block:: bash
git log v0.9.0b3..master
Older Versions
--------------

Release notes for older versions of Buildbot are available in the :src:`master/docs/relnotes/` directory of the source tree.
Newer versions are also available here:

.. toctree::
:maxdepth: 1

0.9.0b3
0.9.0b2
0.9.0b1
0.8.12
0.8.10
0.8.9
0.8.8
0.8.7
0.8.6

Note that Buildbot-0.8.11 was never released.
6 changes: 2 additions & 4 deletions master/docs/relnotes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ Deprecations, Removals, and Non-Compatible Changes
Changes for Developers
~~~~~~~~~~~~~~~~~~~~~~

* The data API's ``startConsuming`` method has been removed.
Instead of calling this method with a data API path, call ``self.master.mq.startConsuming`` with an appropriate message routing pattern.

Slave
-----

Expand All @@ -51,7 +48,7 @@ For a more detailed description of the changes made in this version, see the git

.. code-block:: bash
git log v0.9.0b3..master
git log v0.9.0b4..master
Older Versions
--------------
Expand All @@ -62,6 +59,7 @@ Newer versions are also available here:
.. toctree::
:maxdepth: 1

0.9.0b4
0.9.0b3
0.9.0b2
0.9.0b1
Expand Down

0 comments on commit 78d8b3b

Please sign in to comment.