From cf2ce5740619b196cb3b5496d2ac5d563f5da525 Mon Sep 17 00:00:00 2001 From: Mikhail Sobolev Date: Tue, 2 Dec 2014 19:45:19 +0200 Subject: [PATCH] archive release notes --- master/docs/relnotes/0.8.10.rst | 82 +++++++++++++++++++++++++++++++++ master/docs/relnotes/index.rst | 25 +--------- 2 files changed, 84 insertions(+), 23 deletions(-) create mode 100644 master/docs/relnotes/0.8.10.rst diff --git a/master/docs/relnotes/0.8.10.rst b/master/docs/relnotes/0.8.10.rst new file mode 100644 index 000000000000..a2ebd8b4cec0 --- /dev/null +++ b/master/docs/relnotes/0.8.10.rst @@ -0,0 +1,82 @@ +Release Notes for Buildbot 0.8.10 +================================= + +.. + Any change that adds a feature or fixes a bug should have an entry here. + Most simply need an additional bulleted list item, but more significant + changes can be given a subsection of their own. + +The following are the release notes for Buildbot 0.8.10. +Buildbot 0.8.10 was released on XXX. + +Master +------ + +Features +~~~~~~~~ + +* Both the P4 source step and P4 change source support ticket-based authentication. + +* Clickable 'categories' links added in 'Waterfall' page (web UI). + +Fixes +~~~~~ + +* Buildbot is now compatible with SQLAlchemy 0.8 and higher, using the newly-released SQLAlchemy-Migrate. + +* The :bb:step:`HTTPStep` step's request parameters are now renderable. + +* Fixed content spoofing vulnerabilities (:bb:bug:`2589`). + +* Fixed cross-site scripting in status_json (:bb:bug:`2943`). + +* :class:`~buildbot.status.status_gerrit.GerritStatusPush` supports specifying an SSH identity file explicitly. + +* Fixed bug which made it impossible to specify the project when using the BitBucket dialect. + +* Fixed SVN master-side source step: if a SVN operation fails, the repository end up in a situation when a manual intervention is required. + Now if SVN reports such a situation during initial check, the checkout will be clobbered. + +* Fixed master-side source steps to respect the specified timeout when removing files. + +Deprecations, Removals, and Non-Compatible Changes +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Changes for Developers +~~~~~~~~~~~~~~~~~~~~~~ + + +Slave +----- + +Features +~~~~~~~~ + +Fixes +~~~~~ + +Deprecations, Removals, and Non-Compatible Changes +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Details +------- + +For a more detailed description of the changes made in this version, see the git log itself: + +.. code-block:: bash + + git log v0.8.9..eight + +Older Versions +-------------- + +Release notes for older versions of Buildbot are available in the :bb:src:`master/docs/relnotes/` directory of the source tree. +Newer versions are also available here: + +.. toctree:: + :maxdepth: 1 + + 0.8.9 + 0.8.8 + 0.8.7 + 0.8.6 diff --git a/master/docs/relnotes/index.rst b/master/docs/relnotes/index.rst index 21b7c4463ec5..e38ff8a248a2 100644 --- a/master/docs/relnotes/index.rst +++ b/master/docs/relnotes/index.rst @@ -14,37 +14,15 @@ Master Features ~~~~~~~~ -* Both the P4 source step and P4 change source support ticket-based authentication. - -* Clickable 'categories' links added in 'Waterfall' page (web UI). - Fixes ~~~~~ -* Buildbot is now compatible with SQLAlchemy 0.8 and higher, using the newly-released SQLAlchemy-Migrate. - -* The :bb:step:`HTTPStep` step's request parameters are now renderable. - -* Fixed content spoofing vulnerabilities (:bb:bug:`2589`). - -* Fixed cross-site scripting in status_json (:bb:bug:`2943`). - -* :class:`~buildbot.status.status_gerrit.GerritStatusPush` supports specifying an SSH identity file explicitly. - -* Fixed bug which made it impossible to specify the project when using the BitBucket dialect. - -* Fixed SVN master-side source step: if a SVN operation fails, the repository end up in a situation when a manual intervention is required. - Now if SVN reports such a situation during initial check, the checkout will be clobbered. - -* Fixed master-side source steps to respect the specified timeout when removing files. - Deprecations, Removals, and Non-Compatible Changes ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Changes for Developers ~~~~~~~~~~~~~~~~~~~~~~ - Slave ----- @@ -64,7 +42,7 @@ For a more detailed description of the changes made in this version, see the git .. code-block:: bash - git log v0.8.9..eight + git log v0.8.10..eight Older Versions -------------- @@ -75,6 +53,7 @@ Newer versions are also available here: .. toctree:: :maxdepth: 1 + 0.8.10 0.8.9 0.8.8 0.8.7