[Buildbot-commits] buildbot ChangeLog,1.315,1.316
Brian Warner
warner at users.sourceforge.net
Wed Nov 24 02:41:24 UTC 2004
Update of /cvsroot/buildbot/buildbot
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8495
Modified Files:
ChangeLog
Log Message:
* buildbot/status/html.py (TextLog): split render() up into
render_HEAD and render_GET. Use a Producer when sending log
chunks, to reduce memory requirements and avoid sending huge
non-Banana-able strings over web.distrib connections. Requires
peeking under the covers of IStatusLog.
* buildbot/status/builder.py (HTMLLogFile.waitUntilFinished): oops,
use defer.succeed, not the non-existent defer.success
(LogFile.waitUntilFinished): same
(LogFile.subscribe): don't add watchers to a finished logfile
Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.315
retrieving revision 1.316
diff -u -d -r1.315 -r1.316
--- ChangeLog 23 Nov 2004 11:19:55 -0000 1.315
+++ ChangeLog 24 Nov 2004 02:41:22 -0000 1.316
@@ -1,5 +1,21 @@
2004-11-23 Brian Warner <warner at lothar.com>
+ * buildbot/status/html.py (TextLog): split render() up into
+ render_HEAD and render_GET. Use a Producer when sending log
+ chunks, to reduce memory requirements and avoid sending huge
+ non-Banana-able strings over web.distrib connections. Requires
+ peeking under the covers of IStatusLog.
+
+ * buildbot/status/builder.py (HTMLLogFile.waitUntilFinished): oops,
+ use defer.succeed, not the non-existent defer.success
+ (LogFile.waitUntilFinished): same
+ (LogFile.subscribe): don't add watchers to a finished logfile
+
+ * buildbot/__init__.py (version): bump to 0.6.1+ while between
+ releases
+
+2004-11-23 Brian Warner <warner at lothar.com>
+
* buildbot/__init__.py (version): Releasing buildbot-0.6.1
2004-11-23 Brian Warner <warner at lothar.com>
More information about the Commits
mailing list