From 367e8bda298d82339fecb2025027651079dd0f89 Mon Sep 17 00:00:00 2001 From: warner Date: Mon, 1 Oct 2007 07:45:19 +0100 Subject: [PATCH] NEWS: small updates --- ChangeLog | 1 + NEWS | 15 ++++++--------- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4d9d833..49d4628 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ 2007-09-30 Brian Warner + * NEWS: small updates, remove duplicate items from the 0.7.5 notes * setup.py: install all test files from buildbot/test/mail/* . Also update URL to point at buildbot.net * MANIFEST.in: update with new files diff --git a/NEWS b/NEWS index 2ce2c93..1630c30 100644 --- a/NEWS +++ b/NEWS @@ -25,9 +25,13 @@ The old Waterfall page is deprecated, but it should continue to work for another few releases. It is now a subclass of WebStatus which just replaces the default root URL with another copy of the /waterfall resource. -*** Minimum Requirements: Python-2.3 and Twisted-2.0 +*** Compatiblity: Python-2.3 or newer, Twisted-2.0 or newer -We've dropped support for python-2.2 and for Twisted-1.3.0 . +No compatiblity losses here, buildbot-0.7.6 is compatible with the same +versions of python and twisted that 0.7.5 was. + +Buildbot is tested on a regular basis (http://buildbot.buildbot.net) against +nearly a full matrix of Python-(2.3,2.4,2.5) * Twisted-(2.0,2.1,2.2,2.4,2.5). *** New Buildbot Home Page @@ -180,13 +184,6 @@ A rudimentary Gnome Panel applet is provided in contrib/bb_applet.py, which provides 'buildbot statusgui' -like colored status boxes inside the panel. Installing it is a bit tricky, though. -A certain amount of integration with the Bonsai and Tinderbox tools has been -contributed by the Mozilla crew. The goal is to slowly replace tinderbox with -buildbot, one component at a time, and these integration classes allow the -buildbot to accept changes (via email) from Bonsai, run builds, and then -deliver build results (via email) to tinderbox status clients. Work on this -project is ongoing. - The 'buildbot try' command now accepts a '--diff=foo.patch' argument, to let you provide a pre-computed patch. This makes it easier to test out patches that you've looked over for safety, without first applying them to your local -- 2.11.4.GIT