From 78d8b3bee47ac5d0adb3c40579931f1285cf456a Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Tue, 20 Oct 2015 21:15:18 -0400 Subject: [PATCH] update release notes for 0.9.0b4 --- master/docs/relnotes/0.9.0b4.rst | 53 ++++++++++++++++++++++++++++++++ master/docs/relnotes/index.rst | 6 ++-- 2 files changed, 55 insertions(+), 4 deletions(-) create mode 100644 master/docs/relnotes/0.9.0b4.rst diff --git a/master/docs/relnotes/0.9.0b4.rst b/master/docs/relnotes/0.9.0b4.rst new file mode 100644 index 00000000000..20c2b0f0e80 --- /dev/null +++ b/master/docs/relnotes/0.9.0b4.rst @@ -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. diff --git a/master/docs/relnotes/index.rst b/master/docs/relnotes/index.rst index a758f331713..55ac56529cf 100644 --- a/master/docs/relnotes/index.rst +++ b/master/docs/relnotes/index.rst @@ -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 ----- @@ -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 -------------- @@ -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