Skip to content

Commit

Permalink
fixes release note according to review
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre Tardy <pierre.tardy@intel.com>
  • Loading branch information
Pierre Tardy committed Aug 2, 2015
1 parent 24b5df9 commit 4dda5cf
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions master/docs/relnotes/0.9.0b2.rst
Expand Up @@ -17,13 +17,14 @@ Features

* Mercurial hook was updated and modernized.
It is no longer necessary to fork.
You can now extend PYTHONPATH via the hook config which allows you to use a buildbot-venv instead of installing buildbot to the system site-packages.
One can now extend PYTHONPATH via the hook configuration.
Among others, it permits to use a buildbot virtualenv instead of installing buildbot in all the system.
Added documentation inside the hook.
Misc. clean-up and reorganization in order to make the code a bit more readable.


* UI templates can now be customizable.
You can provide html or jade overrides to the www plugins, end then customize your look and feel.
You can provide html or jade overrides to the www plugins, to customize the UI

* UI side bar is now fixed by default for large screens.

Expand All @@ -32,12 +33,12 @@ Fixes

* Fix setup for missing www.hooks module

* Fix setup to install only on recent version of pip.
* Fix setup to install only on recents version of pip (>=1.4).
This prevents unexpected upgrade to nine from people who just use ``pip install -U buildbot``

* Fix a crash in the git hook.

* add checks to enforce slavenames are identifiers.
* Add checks to enforce slavenames are identifiers.


Deprecations, Removals, and Non-Compatible Changes
Expand Down Expand Up @@ -67,13 +68,13 @@ Features
Fixes
~~~~~

* Fix a race condition in the integration tests
* Fix a two race conditions in the integration tests

Deprecations, Removals, and Non-Compatible Changes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

* Providing Latent AWS EC2 credentails by the .ec2/aws_id file is deprecated:
Instead, use the standard .aws/credentials file.
Use the standard .aws/credentials file, instead.

Details
-------
Expand Down

0 comments on commit 4dda5cf

Please sign in to comment.