[Buildbot-commits] buildbot ChangeLog,1.504,1.505

Brian Warner warner at users.sourceforge.net
Sun Oct 2 23:25:12 UTC 2005


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

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

tolerate dnotify flag problems on 64-bit systems

	* buildbot/changes/maildir.py (Maildir.start): Tolerate
	OverflowError when setting up dnotify, because some 64-bit systems
	have problems with signed-vs-unsigned constants and trip up on the
	DN_MULTISHOT flag. Patch from Brad Hards.

--This line, and those below, will be ignored--
Files to commit:
   <can't compute list>

This list might be incomplete or outdated if editing the log
message was not invoked from an up-to-date changes buffer!


Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.504
retrieving revision 1.505
diff -u -d -r1.504 -r1.505
--- ChangeLog	6 Sep 2005 22:07:07 -0000	1.504
+++ ChangeLog	2 Oct 2005 23:25:10 -0000	1.505
@@ -1,3 +1,10 @@
+2005-10-02  Brian Warner  <warner at lothar.com>
+
+	* buildbot/changes/maildir.py (Maildir.start): Tolerate
+	OverflowError when setting up dnotify, because some 64-bit systems
+	have problems with signed-vs-unsigned constants and trip up on the
+	DN_MULTISHOT flag. Patch from Brad Hards.
+
 2005-09-06  Fred Drake  <fdrake at users.sourceforge.net>
 
 	* buildbot/process/step.py (BuildStep, ShellCommand): Add





More information about the Commits mailing list