]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
docs: mention fix for solaris build
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 1 Sep 2023 12:32:51 +0000 (13:32 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 1 Sep 2023 12:33:20 +0000 (13:33 +0100)
docs/news.rst

index ea068839bca54df981471d6925c2c3f6552810ac..12d57e5e540989e8140c22e600387754412c19b7 100644 (file)
@@ -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()`.