extras-buildsys ChangeLog,1.126.2.46,1.126.2.47

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Fri Mar 24 19:17:13 UTC 2006


Author: dcbw

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

Modified Files:
      Tag: STABLE_0_4
	ChangeLog 
Log Message:
2006-03-24  Dan Williams  <dcbw at redhat.com>

    * server/DBManager.py
        - Close database connection on delete for PostgreSQL and MySQL.  Fixes
            leaking MySQL connection with Python 2.3 and MySQL-python 1.0.0,
            as seen on RHEL4.  #rh182441#

    * server/BuildMaster.py
        - Delete the database context when on stop

    * server/User.py
    * server/UserInterface.py
        - Clean up deletion of database contexts and cursors




Index: ChangeLog
===================================================================
RCS file: /cvs/fedora/extras-buildsys/ChangeLog,v
retrieving revision 1.126.2.46
retrieving revision 1.126.2.47
diff -u -r1.126.2.46 -r1.126.2.47
--- ChangeLog	20 Mar 2006 12:48:33 -0000	1.126.2.46
+++ ChangeLog	24 Mar 2006 19:16:51 -0000	1.126.2.47
@@ -1,3 +1,17 @@
+2006-03-24  Dan Williams  <dcbw at redhat.com>
+
+    * server/DBManager.py
+        - Close database connection on delete for PostgreSQL and MySQL.  Fixes
+            leaking MySQL connection with Python 2.3 and MySQL-python 1.0.0,
+            as seen on RHEL4.  #rh182441#
+
+    * server/BuildMaster.py
+        - Delete the database context when on stop
+
+    * server/User.py
+    * server/UserInterface.py
+        - Clean up deletion of database contexts and cursors
+
 2006-03-20  Dan Williams  <dcbw at redhat.com>
 
     * common/FileDownloader.py




More information about the scm-commits mailing list