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.3.0.dev1~127 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a8eb5605679fc1d7ea3e3e9ea3843500ecec111;p=thirdparty%2Fpsycopg.git docs: mention the binary packages changes in news file --- diff --git a/docs/news.rst b/docs/news.rst index b2d2927cd..b8bc4bc68 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -27,6 +27,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