14
0

- update to 3.1.18:

* Fix possible deadlock on pipeline exit (ticket #685).
  * Fix overflow loading large intervals in C module (ticket #719).
  * Fix compatibility with musl libc distributions affected
    by CPython issue #65821 (ticket #725).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psycopg-c?expand=0&rev=12
This commit is contained in:
2024-03-16 09:44:45 +00:00
committed by Git OBS Bridge
parent a61cf88cae
commit ae80aa8c52
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sat Mar 16 09:43:36 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 3.1.18:
* Fix possible deadlock on pipeline exit (ticket #685).
* Fix overflow loading large intervals in C module (ticket #719).
* Fix compatibility with musl libc distributions affected
by CPython issue #65821 (ticket #725).
-------------------------------------------------------------------
Mon Jan 15 13:03:50 UTC 2024 - Antonio Larrosa <alarrosa@suse.com>