extras-buildsys ChangeLog,1.34,1.35

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Mon Jun 27 02:40:55 UTC 2005


Author: dcbw

Update of /cvs/fedora/extras-buildsys
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22004

Modified Files:
	ChangeLog 
Log Message:
2005-06-26  Dan Williams <dcbw at redhat.com>

    * client/buildclient.py
      common/SSLCommon.py
      common/SimpleHTTPSServer.py
      common/SimpleSSLXMLRPCServer.py
        - Set a much lower socket read timeout than the default, which
            is 600 seconds.  We don't want clients blocking the server
            for too long, and non-blocking sockets are a bit too
            complicated at this time.




Index: ChangeLog
===================================================================
RCS file: /cvs/fedora/extras-buildsys/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	26 Jun 2005 15:14:10 -0000	1.34
+++ ChangeLog	27 Jun 2005 02:40:53 -0000	1.35
@@ -1,5 +1,16 @@
 2005-06-26  Dan Williams <dcbw at redhat.com>
 
+    * client/buildclient.py
+      common/SSLCommon.py
+      common/SimpleHTTPSServer.py
+      common/SimpleSSLXMLRPCServer.py
+        - Set a much lower socket read timeout than the default, which
+            is 600 seconds.  We don't want clients blocking the server
+            for too long, and non-blocking sockets are a bit too
+            complicated at this time.
+
+2005-06-26  Dan Williams <dcbw at redhat.com>
+
     * utils/package-builder.py
         - Report server errors
 




More information about the fedora-extras-commits mailing list