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.1.8~21^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fae34f23dfa53760da89ead278cc9ab088882b5d;p=thirdparty%2Fpsycopg.git docs: add news entry about bug #630 fixed --- diff --git a/docs/news.rst b/docs/news.rst index 9bb2ddc83..5b7a07f52 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -7,6 +7,15 @@ ``psycopg`` release notes ========================= +Future releases +--------------- + +Psycopg 3.1.11 (unreleased) +^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +- Fix integer overflow in C/binary extension with OID > 2^31 (:ticket:`#630`). + + Current release ---------------