Change logs for python-mysqldb source package in Hardy

  • python-mysqldb (1.2.2-5ubuntu1) hardy; urgency=low
    
      * Disable the 02_reconnect patch. LP: #64270, #163184.
    
        Comment in Storm which explains the problem:
    
            # Here is another sad story about bad transactional behavior. MySQL
            # offers a feature to automatically reconnect dropped connections.
            # What sounds like a dream, is actually a nightmare for anyone who
            # is dealing with transactions. When a reconnection happens, the
            # currently running transaction is transparently rolled back, and
            # everything that was being done is lost, without notice. Not only
            # that, but the connection may be put back in AUTOCOMMIT mode, even
            # when that's not the default MySQLdb behavior. The MySQL developers
            # quickly understood that this is a terrible idea, and removed the
            # behavior in MySQL 5.0.3. Unfortunately, Debian and Ubuntu still
            # have a patch right now which *reenables* that behavior by default
            # even past version 5.0.3.
    
     -- Matthias Klose <email address hidden>   Wed, 09 Apr 2008 19:19:42 +0000
  • python-mysqldb (1.2.2-5) unstable; urgency=low
    
      [ Piotr Ożarowski ]
      * Rename XS-Vcs-Svn field to Vcs-Svn (dpkg supports it now)
      * Add Vcs-Browser field
    
      [ Bernd Zeimetz ]
      * debian/patches:
        - Adding 05_null-connection-guard.dpatch, providing an interface to set
          MYSQL_OPT_RECONNECT
        - Adding 00dpatch.conf to make the handling of dpatches more easy
      * debian/control
        - Adding myself as uploader
        - Adding Homepage field
        - Replacing the depricated ${Source-Version} by ${binary:Version} in the
          dependency list of python-mysqldb-dbg 
    
    python-mysqldb (1.2.2-4) unstable; urgency=low
    
       [ Scott Kitterman ]
      * Update debian/control and debian/rules to build python-dbg package
    
       [ Piotr Ozarowski ]
      * debian/watch file updated
      * add 04_disable_ez_setup patch (closes: #431552)
    
      [ Jonas Meurer ]
      * upload to unstable
    
     -- Soren Hansen <email address hidden>   Wed,  12 Dec 2007 10:13:54 +0000
  • python-mysqldb (1.2.2-3ubuntu1) gutsy; urgency=low
    
      * Merge from debian unstable, remaining changes:
        - Build a python-mysqldb-dbg package.
        - Set Ubuntu maintainer address.
      * Dropped 04_unicode.patch, integrated upstream.
    
    python-mysqldb (1.2.2-3) unstable; urgency=low
    
      * Build-Depend on python-setuptools, thanks to Michael Ablassmeier
        <email address hidden>. (closes: #422665)
    
    python-mysqldb (1.2.2-2) unstable; urgency=low
    
      * Move to python-support
      * Bump versoned Build-Depend on python-all-dev to (>= 2.4.4-3) for
        enabling extensions for python2.5. (closes: #409814)
    
    python-mysqldb (1.2.2-1) unstable; urgency=low
    
      * new upstream stable release 1.2.2
        - fixes crash with unicode chars (closes: #406956)
        - update patches accordingly
      * bump mysql version in debian rules to 5.0.38
      * update copyright file: change "program" to "package", and mention GPL
        version 2, not version 2.1 which is not available on debian systems.
        thanks to Marko Randjelovic <email address hidden> (closes: #417964)
      * remove dh_python call from debian/rules
    
    python-mysqldb (1.2.2~b2-1) unstable; urgency=medium
    
       [ Jonas Meurer ]
      * yet another beta, updated debian patches
      * bump minimal mysql version in package description to 3.23
      * bump versioned build-depends on libmysqlclient15-dev to >= 5.0.26-1
      * don't apply patch 03_converters_set2str. breaks too much and only one
        person reported problems without the patch. (closes: 394999)
      * don't install a ChangeLog file, as no one exists.
    
       [ Piotr Ozarowski ]
      * Added XS-Vcs-Svn field
    
    python-mysqldb (1.2.2~b1-1) unstable; urgency=low
    
      * new upstream beta release
      * adjust patches 01 and 02 for new beta
    
     -- Andrew Mitchell <email address hidden>   Wed, 23 May 2007 14:59:18 +1200