summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2019-01-22 11:16:52 +0000
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2019-01-22 11:20:36 +0000
commitc34c99aa7f820ef90be0a9f917e85c51d7838485 (patch)
treef10945763b57ceb9def84ecb01cd8a11a9edcb5e /NEWS
parent92e615a1a47a49e5da5bfe69d7c3689cce0ccf90 (diff)
downloadpsycopg2-c34c99aa7f820ef90be0a9f917e85c51d7838485.tar.gz
Mention cursor locks cleanup in news file
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 76b6b80..6995f81 100644
--- a/NEWS
+++ b/NEWS
@@ -44,6 +44,13 @@ Other changes:
install``.
+What's new in psycopg 2.7.7
+^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+- Cleanup of the cursor results assignment code, which might have solved
+ double free and inconsistencies in concurrent usage (:tickets:`#346, #384`).
+
+
What's new in psycopg 2.7.6.1
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^