From: Daniele Varrazzo Date: Wed, 23 Aug 2023 14:39:54 +0000 (+0100) Subject: docs: add news entry about bug #630 fixed X-Git-Tag: pool-3.2.0~63^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc885107d11e2b71e9e3f2626c91f5a77d3508a7;p=thirdparty%2Fpsycopg.git docs: add news entry about bug #630 fixed --- diff --git a/docs/news.rst b/docs/news.rst index 153305ef6..e6eaca639 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -28,6 +28,12 @@ Psycopg 3.2 (unreleased) .. __: https://numpy.org/doc/stable/reference/arrays.scalars.html#built-in-scalar-types +Psycopg 3.1.11 (unreleased) +^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +- Fix integer overflow in C/binary extension with OID > 2^31 (:ticket:`#630`). + + Current release ---------------