Skip to content

Commit

Permalink
archive release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Sobolev committed Dec 2, 2014
1 parent 7342111 commit cf2ce57
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 23 deletions.
82 changes: 82 additions & 0 deletions master/docs/relnotes/0.8.10.rst
Original file line number Diff line number Diff line change
@@ -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
25 changes: 2 additions & 23 deletions master/docs/relnotes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----

Expand All @@ -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
--------------
Expand All @@ -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
Expand Down

0 comments on commit cf2ce57

Please sign in to comment.