diff options
| author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2015-05-03 12:25:39 +0100 |
|---|---|---|
| committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2015-05-03 12:27:27 +0100 |
| commit | 9ee15f98453f1729a5567bbf0a5b6201e10bd297 (patch) | |
| tree | 642088feb7269e3ad94e90281342252ce148a91f | |
| parent | 60fe90d531f5302f5c062b3189041d63d929a2ff (diff) | |
| download | psycopg2-9ee15f98453f1729a5567bbf0a5b6201e10bd297.tar.gz | |
OpenSSL deadlock fix noted in NEWSfile
| -rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ Current release What's new in psycopg 2.6.1 ^^^^^^^^^^^^^^^^^^^^^^^^^^^ +- Fixed deadlock in multithread programs using OpenSSL (:ticket:`#290`). - Correctly unlock the connection after error in flush (:ticket:`#294`). - Fixed ``MinTimeLoggingCursor.callproc()`` (:ticket:`#309`). |
