Change logs for psycopg source package in Hoary

  • psycopg (1.1.18-1ubuntu5.1) hoary-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:39:30 +0000
  • psycopg (1.1.18-1ubuntu5) hoary; urgency=low
    
    
      * fix psycopg segfault with closed connection objects (James Henstridge).
        Ubuntu #8096.
    
     -- Matthias Klose <email address hidden>  Tue, 29 Mar 2005 11:04:19 +0200