[Buildbot-commits] buildbot ChangeLog, 1.1049, 1.1050 NEWS, 1.67, 1.68

Brian Warner warner at users.sourceforge.net
Sun Mar 23 03:40:56 UTC 2008


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

Modified Files:
	ChangeLog NEWS 
Log Message:
[project @ NEWS: preliminary list of changes for upcoming release]

Original author: warner at lothar.com
Date: 2008-03-23 03:35:52+00:00

Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.1049
retrieving revision 1.1050
diff -u -d -r1.1049 -r1.1050
--- ChangeLog	23 Mar 2008 03:14:52 -0000	1.1049
+++ ChangeLog	23 Mar 2008 03:40:53 -0000	1.1050
@@ -1,5 +1,8 @@
 2008-03-22  Brian Warner  <warner at lothar.com>
 
+	* NEWS: preliminary list of changes for the upcoming release.
+	Needs editing and explanations.
+
 	* buildbot/status/web/base.py (make_stop_form): add a label=
 	argument so that the button says "Stop Builds" or "Stop Build" as
 	appropriate. It used to say "Stop Builder", which was wrong.

Index: NEWS
===================================================================
RCS file: /cvsroot/buildbot/buildbot/NEWS,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- NEWS	20 Mar 2008 18:04:40 -0000	1.67
+++ NEWS	23 Mar 2008 03:40:54 -0000	1.68
@@ -10,6 +10,41 @@
 "_all" pseudo-builder that the web pages use to allow force-build buttons
 that start builds on all Builders at once.
 
+** Bugs Fixed
+
+Many of the URLs generated by the buildbot were wrong.
+Display of last-heard-from timestamps on the buildslaves web page were wrong.
+Asking an IRC bot about a build waiting on a Lock should no longer crash.
+Same for the web viewer.
+Stop treating the encouraged info/ directory as leftover.
+
+Add more force/stop build buttons.
+Builder names can no longer start with an underscore: these are reserved.
+Timestamps displayed on the waterfall now handle daylight savings properly.
+p4poller no longer quits after a single failure
+Improved Git support, including 'try', branch, and revisions. Use 'git', not 'cogito'
+Make older hg client/servers handle specific-revision builds properly.
+Fix twisted.scripts._twistw problem on twisted-2.5.0 and windows.
+Fix workdir= and env= on ShellCommands
+Fix logfile-watching in 'buildbot start' on OS-X.
+Fix ShellCommand crashes when the program emits >640kB of output per chunk.
+New WarningCountingShellCommand step
+Fix TreeSize step.
+Fix transfer.FileUpload/FileDownload crashes for large files.
+Make 'buildbor reconfig' on windows tell you that it doesn't work.
+Add a To: header to the mail sent by the slave-missing timeout.
+Disable usePTY= for most unit tests, it makes some debian systems flunk tests.
+Add 'absolute source stamps'
+Add 'triggerable schedulers', and a buildstep to trigger them.
+Remove buildbot.changes.freshcvsmail
+Add new XMLRPC methods: getAllBuilders, getStatus, getLastBuilds.
+Accept WithProperties in more places: env=, workdir=, others.
+Use --no-auth-cache with SVN commands to avoid clobbering shared svn state.
+Add hours/minutes/seconds in the waterfall's ETA display.
+Trial: count Doctest lines too.
+ShellCommand: record more info in the headers: stdin closing, PTY usage.
+Make it possible to stop builds across reconfig boundaries.
+
 ** Deprecation Schedule
 
 The changes.freshcvsmail change source was replaced by





More information about the Commits mailing list