Change logs for psycopg source package in Breezy

  • psycopg (1.1.18-1ubuntu6.1) breezy-security; urgency=low
    
      * typemod.c, new_psyco_bufferobject():
        - Escape quotes psycopg.Binary() results as '', not as \', since the
          latter does not work any more with some client encodings with the latest
          PostgreSQL (in some multi-byte encodings you can exploit \' escaping to
          inject SQL code, see CVE-2006-2314).
        - Closes: https://launchpad.net/bugs/46473
    
     -- Martin Pitt <email address hidden>   Sun, 28 May 2006 13:31:58 +0000
  • psycopg (1.1.18-1ubuntu6) breezy; urgency=low
    
    
      * Transition to new PostgreSQL architecture.
      * debian/control: Changed build dependency postgresql-dev to libpq-dev.
      * debian/rules: Use pg_config to determine PostgreSQL include/lib
        directories and pass it to configure.
    
     -- Martin Pitt <email address hidden>  Mon,  6 Jun 2005 12:36:11 +0200