extras-buildsys ChangeLog,1.179,1.180

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


Author: dcbw

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

Modified Files:
	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.179
retrieving revision 1.180
diff -u -r1.179 -r1.180
--- ChangeLog	24 Mar 2006 01:34:42 -0000	1.179
+++ ChangeLog	24 Mar 2006 19:13:40 -0000	1.180
@@ -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-23  Dan Williams  <dcbw at redhat.com>
 
     * server/Repo.py




More information about the scm-commits mailing list