OpenSSL deadlock fix noted in NEWSfile

This commit is contained in:
Daniele Varrazzo 2015-05-03 12:25:39 +01:00
parent a59704cf93
commit d66165232e

1
NEWS
View File

@ -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`).