From: Daniele Varrazzo Date: Sat, 13 Nov 2021 22:20:44 +0000 (+0100) Subject: Add news entry about zoneinfo segfault fix X-Git-Tag: 3.0.4~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b443e5e7faa40bb54ffe0429a28ed6edeaa0b0a;p=thirdparty%2Fpsycopg.git Add news entry about zoneinfo segfault fix --- diff --git a/docs/news.rst b/docs/news.rst index 6324662aa..db793da12 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -14,6 +14,9 @@ Psycopg 3.0.4 ^^^^^^^^^^^^^ - Allow to use the module with strict strings comparison (:ticket:`#147`). +- Fix segfault on Python 3.6 running in ``-W error`` mode, related to + `!backport.zoneinfo` `ticket #109 + `__. Psycopg 3.0.3