14
0

Accepting request 180856 from home:dirkmueller:branches:devel:languages:python

- update to 2.5.1:
 - Fixed build on Solaris 10 and 11 where the round() function is already
   declared (🎫`#146`).
 - Fixed comparison of `Range` with non-range objects (🎫`#164`).
   Thanks to Chris Withers for the patch.
 - Fixed double-free on connection dealloc (🎫`#166`). Thanks to
   Gangadharan S.A. for the report and fix suggestion.

OBS-URL: https://build.opensuse.org/request/show/180856
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psycopg2?expand=0&rev=38
This commit is contained in:
Sascha Peilicke
2013-06-25 12:20:06 +00:00
committed by Git OBS Bridge
parent c27618e517
commit d7dd055b98
4 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Jun 25 11:41:28 UTC 2013 - dmueller@suse.com
- update to 2.5.1:
- Fixed build on Solaris 10 and 11 where the round() function is already
declared (:ticket:`#146`).
- Fixed comparison of `Range` with non-range objects (:ticket:`#164`).
Thanks to Chris Withers for the patch.
- Fixed double-free on connection dealloc (:ticket:`#166`). Thanks to
Gangadharan S.A. for the report and fix suggestion.
-------------------------------------------------------------------
Tue Apr 16 18:05:47 UTC 2013 - jfunk@funktronics.ca