[Buildbot-commits] buildbot ChangeLog,1.457,1.458

Brian Warner warner at users.sourceforge.net
Tue May 24 18:57:52 UTC 2005


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

Modified Files:
	ChangeLog 
Log Message:
Revision: arch at buildbot.sf.net--2004/buildbot--dev--0--patch-223
Creator:  Brian Warner <warner at monolith.lothar.com>

handle old Change instances without exploding

	* buildbot/changes/changes.py (Change.branch): doh! Add a
	class-level attribute to accomodate old Change instances that were
	pickled before 0.6.5 (where .branch was added for new Changes).
	This fixes the exception that occurs when you try to look at an
	old Change (through asHTML).

	* buildbot/__init__.py (version): bump to 0.6.6+ while between
	releases


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.457
retrieving revision 1.458
diff -u -d -r1.457 -r1.458
--- ChangeLog	23 May 2005 23:27:44 -0000	1.457
+++ ChangeLog	24 May 2005 18:57:50 -0000	1.458
@@ -1,3 +1,14 @@
+2005-05-24  Brian Warner  <warner at lothar.com>
+
+	* buildbot/changes/changes.py (Change.branch): doh! Add a
+	class-level attribute to accomodate old Change instances that were
+	pickled before 0.6.5 (where .branch was added for new Changes).
+	This fixes the exception that occurs when you try to look at an
+	old Change (through asHTML).
+
+	* buildbot/__init__.py (version): bump to 0.6.6+ while between
+	releases
+
 2005-05-23  Brian Warner  <warner at lothar.com>
 
 	* buildbot/__init__.py (version): release 0.6.6





More information about the Commits mailing list