extras-buildsys ChangeLog,1.147,1.148

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Fri Nov 18 15:11:07 UTC 2005


Author: dcbw

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

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

    * common/SSLConnection.py
        - Fix behavior when socket timeout is set
        - Increase default socket timeout
        - Fix position of refcount decrease in close() so we
            actually close the socket now

    * common/SSLCommon.py
        - Add optional socket timeout parameter for PlgHTTPSConnection

    * common/HTTPSURLopener.py
        - Pass along a socket timeout, if specified

    * common/FileDownloader.py
        - Specify a socket timeout for download connections




Index: ChangeLog
===================================================================
RCS file: /cvs/fedora/extras-buildsys/ChangeLog,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -r1.147 -r1.148
--- ChangeLog	18 Nov 2005 14:33:54 -0000	1.147
+++ ChangeLog	18 Nov 2005 15:11:05 -0000	1.148
@@ -1,5 +1,22 @@
 2005-11-18  Dan Williams  <dcbw at redhat.com>
 
+    * common/SSLConnection.py
+        - Fix behavior when socket timeout is set
+        - Increase default socket timeout
+        - Fix position of refcount decrease in close() so we
+            actually close the socket now
+
+    * common/SSLCommon.py
+        - Add optional socket timeout parameter for PlgHTTPSConnection
+
+    * common/HTTPSURLopener.py
+        - Pass along a socket timeout, if specified
+
+    * common/FileDownloader.py
+        - Specify a socket timeout for download connections
+
+2005-11-18  Dan Williams  <dcbw at redhat.com>
+
     * server/ArchJob.py
         - Log failed downloads before retrying
         - Retry downloads from builder up to 5 times, not 3




More information about the fedora-extras-commits mailing list