[Buildbot-commits] buildbot ChangeLog,1.358,1.359 NEWS,1.36,1.37

Brian Warner warner at users.sourceforge.net
Wed Apr 20 23:28:29 UTC 2005


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

Modified Files:
	ChangeLog NEWS 
Log Message:
start creating entries for the next release


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.358
retrieving revision 1.359
diff -u -d -r1.358 -r1.359
--- ChangeLog	20 Apr 2005 20:13:24 -0000	1.358
+++ ChangeLog	20 Apr 2005 23:28:27 -0000	1.359
@@ -1,5 +1,7 @@
 2005-04-20  Brian Warner  <warner at lothar.com>
 
+	* NEWS: start creating entries for the next release
+
 	* buildbot/slave/commands.py (ShellCommand.__init__): use os.pathsep
 
 	* buildbot/test/test_web.py (WebTest.test_webPortnum): add timeout

Index: NEWS
===================================================================
RCS file: /cvsroot/buildbot/buildbot/NEWS,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- NEWS	13 Dec 2004 08:23:42 -0000	1.36
+++ NEWS	20 Apr 2005 23:28:27 -0000	1.37
@@ -1,5 +1,47 @@
 User visible changes in Buildbot.
 
+* Release X.X.X (XX)
+
+** API docs
+
+Thanks to Thomas Vander Stichele, most of the docstrings have been converted
+to epydoc format. There is a utility in docs/gen-reference to turn these into
+a tree of cross-referenced HTML pages. Eventually these docs will be
+auto-generated and somehow published on the buildbot web page.
+
+** web page has a favicon
+
+When constructing the html.Waterfall instance, you can provide the filename
+of an image that will be provided when the "favicon.ico" resource is
+requested. Many web browsers display this as an icon next to the URL or
+bookmark. A goofy little default icon is included.
+
+** bug fixes
+
+The waterfall page has been improved a bit. A circular-reference bug in the
+web page's TextLog class was fixed, which caused a major memory leak in a
+long-running buildmaster with large logfiles that are viewed frequently.
+
+** twisted-2.0.0 compatibility
+
+Both buildmaster and buildslave should run properly under Twisted-2.0 . There
+are still some warnings about deprecated functions, some of which could be
+fixed, but there are others that would require removing compatibility with
+Twisted-1.3, and I don't expect to do that until 2.0 has been out and stable
+for at least several months. The unit tests should pass under 2.0, whereas
+the previous buildbot release had tests which could hang when run against the
+new "trial" framework in 2.0.
+
+The Twisted-specific steps (including Trial) have been updated to match 2.0
+functionality.
+
+** win32 compatibility
+
+Thankt to Nick Trout, more compatibility fixes have been incorporated,
+improving the chances that the unit tests will pass on windows systems.
+
+
+
 * Release 0.6.2 (13 Dec 2004)
 
 ** new features





More information about the Commits mailing list