extras-buildsys ChangeLog,1.126.2.20,1.126.2.21

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


Author: dcbw

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

Modified Files:
      Tag: STABLE_0_4
	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.126.2.20
retrieving revision 1.126.2.21
diff -u -r1.126.2.20 -r1.126.2.21
--- ChangeLog	18 Nov 2005 15:07:26 -0000	1.126.2.20
+++ ChangeLog	18 Nov 2005 15:13:10 -0000	1.126.2.21
@@ -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