Skip to content

Commit

Permalink
Update NEWS, bump versions to 0.8.1-rc1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Hearsum committed Jun 16, 2010
1 parent 41fecde commit 709a73f
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 7 deletions.
40 changes: 36 additions & 4 deletions master/NEWS
Expand Up @@ -4,22 +4,54 @@ Major User visible changes in Buildbot. -*- outline -*-

* NEXT RELEASE

* Slave Split into separate component
* Release 0.8.1 (June 16, 2010)

** Slave Split into separate component

Installing 'buildbot' will no longer allow you to run a slave - for that,
you'll now need the 'buildslave' component, which is available by easy_install.
This is merely a packaging change - the buildslave and buildbot components are
completely inter-compatible, just as they always have been.

* Deprecations
** Features

*** Add googlecode_atom.py to contrib (ticket #842)

*** Implement clean master shutdown, available through WebStatus

** Fixes

*** Pass local environment variables along with getProcessOutput. Required for
ssh agent authentication.

*** IRC doc fixes (ticket #852)

*** Remove builder count from one_line_per_build (ticket #854)

*** Set the 'revision' property more often (ticket #101)

*** Change property priority ordering (ticket #809)

*** Fixes to MaildirSource for CVS

*** Use shutil.rmtree on POSIX systems

*** Fix NameError in MailNotifier (ticket #758)

*** Reduce verbosity of patches in twistd.log (ticket #803)

*** Documentation updates to reflect UI customization via
templates (ticket #866)

** Deprecations

** Arch, Bazaar, and Monotone to be removed in 0.8.2
*** Arch, Bazaar, and Monotone to be removed in 0.8.2

This decision isn't final, but support for these VC's will be removed in
version 0.8.2 unless a maintainers steps forward to document, test, and update
them.

** Support for starting buildmaster from Makefiles to be removed in 0.8.2
*** Support for starting buildmaster from Makefiles to be removed in 0.8.2

In a little-used feature, 'buildbot start' would run 'make start' if a
Makefile.buildbot existed in the master directory. This functionality will be
Expand Down
2 changes: 1 addition & 1 deletion master/buildbot/__init__.py
@@ -1 +1 @@
version = "latest"
version = "0.8.1-rc1"
6 changes: 5 additions & 1 deletion slave/NEWS
Expand Up @@ -2,6 +2,10 @@ Major User visible changes in Buildslave. -*- outline -*-
see the git log for a detailed list of changes:
http://github.com/djmitche/buildbot/commits/master

* NEXT RELEASE
* Buildbot 0.8.1

** First release of buildslave as a separate package

** Fixes

*** Delete srcdir before retrying git clone (ticket #884)
2 changes: 1 addition & 1 deletion slave/buildslave/__init__.py
@@ -1 +1 @@
version = "latest"
version = "0.8.1-rc1"

0 comments on commit 709a73f

Please sign in to comment.