summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2017-03-14 12:26:07 +0000
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2017-03-14 14:16:02 +0000
commit3626e961f852e1103ca72650f16f7fd427d48987 (patch)
tree0ec7a0ebddd403a70c78daebca1cbcc3cce861d2
parent8e28444897de74b9137f00c60a41f676058cc751 (diff)
downloadpsycopg2-3626e961f852e1103ca72650f16f7fd427d48987.tar.gz
Reported bug #443 fixed *again*fix-443
Also see ticket #527.
-rw-r--r--NEWS11
1 files changed, 10 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index f745b9c..e28202c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,14 @@
Current release
---------------
+What's new in psycopg 2.7.2
+^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+- Fixed inconsistent state in externally closed connections
+ (:tickets:`#263, #311, #443`). Was fixed in 2.6.2 but not included in
+ 2.7 by mistake.
+
+
What's new in psycopg 2.7.1
^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -93,7 +101,8 @@ What's new in psycopg 2.6.2
(:ticket:`#333`).
- Fixed `!PersistentConnectionPool` on Python 3 (:ticket:`#348`).
- Fixed segfault on `repr()` of an unitialized connection (:ticket:`#361`).
-- Allow adapting bytes using QuotedString on Python 3 too (:ticket:`#365`).
+- Allow adapting bytes using `~psycopg2.extensions.QuotedString` on Python 3
+ (:ticket:`#365`).
- Added support for setuptools/wheel (:ticket:`#370`).
- Fix build on Windows with Python 3.5, VS 2015 (:ticket:`#380`).
- Fixed `!errorcodes.lookup` initialization thread-safety (:ticket:`#382`).