From: Daniele Varrazzo Date: Fri, 1 Sep 2023 12:32:51 +0000 (+0100) Subject: docs: mention fix for solaris build X-Git-Tag: pool-3.1.8~18^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a2eebe8f193d2113ed12b997cb20bbe0bc0c83e;p=thirdparty%2Fpsycopg.git docs: mention fix for solaris build --- diff --git a/docs/news.rst b/docs/news.rst index ea068839b..12d57e5e5 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -14,6 +14,7 @@ Psycopg 3.1.11 (unreleased) ^^^^^^^^^^^^^^^^^^^^^^^^^^^ - Fix integer overflow in C/binary extension with OID > 2^31 (:ticket:`#630`). +- Fix building on Solaris and derivatives (:ticket:`#632`). - Fix possible lack of critical section guard in async `~AsyncCursor.executemany()`. - Fix missing pipeline fetch in async `~AsyncCursor.scroll()`.