[Buildbot-commits] buildbot ChangeLog,1.847,1.848

Brian Warner warner at users.sourceforge.net
Sat Mar 24 18:40:25 UTC 2007


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

Modified Files:
	ChangeLog 
Log Message:
[project @ filetransfer: open files in 'b' mode to avoid text-conversion problems. Thanks to Phil Thompson for the patch. Fixes SF#1674927.]

Original author: warner at lothar.com
Date: 2007-03-24 18:34:35

Index: ChangeLog
===================================================================
RCS file: /cvsroot/buildbot/buildbot/ChangeLog,v
retrieving revision 1.847
retrieving revision 1.848
diff -u -d -r1.847 -r1.848
--- ChangeLog	4 Mar 2007 07:32:47 -0000	1.847
+++ ChangeLog	24 Mar 2007 18:40:23 -0000	1.848
@@ -1,3 +1,9 @@
+2007-03-24  Brian Warner  <warner at lothar.com>
+
+	* buildbot/steps/transfer.py: open all files in 'b' binary mode to
+	avoid text-conversion problems between DOS/windows and unix.
+	Thanks to Phil Thompson for the patch. Fixes SF#1674927.
+
 2007-03-03  Brian Warner  <warner at lothar.com>
 
 	* buildbot/status/html.py (_hush_pyflakes): hush a pyflakes





More information about the Commits mailing list