14
0

- Update to version 2.4.2:

* connection.h: added codec attribute to avoid repeated codec name
    lookups during unicode query/params manipulations.
  * setup.py: bumped to version 2.3.2.dev0
  * psycopg/connection_int.c: applied patch from Marti Raudsepp to close
    ticket #24. Fixed segfault in connection when DateStyle not available
    (e.g.  pgbouncer appars not passing it to the client)
  * psycopg/utils.c: Added psycopg_strdup function.
  - See ChangeLog for more...
- Don't package testsuite
- Fix non-executable script rpmlint warning

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psycopg2?expand=0&rev=27
This commit is contained in:
Sascha Peilicke
2011-09-21 13:46:02 +00:00
committed by Git OBS Bridge
parent 96993fcec3
commit 19d96d3eb0
5 changed files with 34 additions and 39 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Sep 21 13:43:29 UTC 2011 - saschpe@suse.de
- Update to version 2.4.2:
* connection.h: added codec attribute to avoid repeated codec name
lookups during unicode query/params manipulations.
* setup.py: bumped to version 2.3.2.dev0
* psycopg/connection_int.c: applied patch from Marti Raudsepp to close
ticket #24. Fixed segfault in connection when DateStyle not available
(e.g. pgbouncer appars not passing it to the client)
* psycopg/utils.c: Added psycopg_strdup function.
- See ChangeLog for more...
- Don't package testsuite
- Fix non-executable script rpmlint warning
-------------------------------------------------------------------
Mon Feb 28 07:52:40 UTC 2011 - saschpe@suse.de