[Buildbot-commits] buildbot ChangeLog,1.971,1.972 NEWS,1.63,1.64

Brian Warner warner at users.sourceforge.net
Mon Oct 1 02:45:42 UTC 2007


Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv6370

Modified Files:
	ChangeLog NEWS 
Log Message:
[project @ NEWS: small updates]

Original author: warner at lothar.com
Date: 2007-10-01 02:45:19+00:00

Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.971
retrieving revision 1.972
diff -u -d -r1.971 -r1.972
--- ChangeLog	1 Oct 2007 02:31:00 -0000	1.971
+++ ChangeLog	1 Oct 2007 02:45:40 -0000	1.972
@@ -1,5 +1,6 @@
 2007-09-30  Brian Warner  <warner at lothar.com>
 
+	* 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

Index: NEWS
===================================================================
RCS file: /cvsroot/buildbot/buildbot/NEWS,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- NEWS	30 Sep 2007 21:16:49 -0000	1.63
+++ NEWS	1 Oct 2007 02:45:40 -0000	1.64
@@ -25,9 +25,13 @@
 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 @@
 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





More information about the Commits mailing list