From: Daniele Varrazzo Date: Tue, 14 Jan 2025 23:54:40 +0000 (+0100) Subject: docs: mention the binary packages changes in news file X-Git-Tag: 3.2.4~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d959f8d044c6b6ac5ce9ae5276c9339026c38292;p=thirdparty%2Fpsycopg.git docs: mention the binary packages changes in news file --- diff --git a/docs/news.rst b/docs/news.rst index ff760ad86..c9f385393 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -21,6 +21,13 @@ Psycopg 3.2.4 (unreleased) or `!IdleInTransactionSessionTimeout`) instead of a generic `OperationalError` when a server error causes a client disconnection (:ticket:`#988`). +- Build macOS dependencies from sources instead using the Homebrew versions + in order to avoid problems with ``MACOSX_DEPLOYMENT_TARGET`` (:ticket:`#858`). +- Bump libpq to 17.2 in Linux and macOS binary packages. +- Bump libpq to 16.4 in Windows binary packages, using the `vcpkg library`__ + (:ticket:`#966`). + +.. __: https://vcpkg.io/en/package/libpq Current release