summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2017-03-10 01:46:30 +0000
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2017-03-10 02:44:35 +0000
commit1b754eac5ffa73a5e4397a9bf0d97cbc9a4f0d98 (patch)
treee49486d0860af74dc304b0cd06b9a9084405083e /NEWS
parent5bd89af2319249f1691e6cb70425a6fc5e339fa8 (diff)
downloadpsycopg2-fix-518.tar.gz
Report ticket 518 fixedfix-518
The fix is actually implemented in the openssl1 branch of https://github.com/psycopg/psycopg2-wheels
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4759a6b..88689f6 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,8 @@ What's new in psycopg 2.7.1
- Ignore `!None` arguments passed to `~psycopg2.connect()` and
`~psycopg2.extensions.make_dsn()` (:ticket:`#517`).
+- OpenSSL upgraded from major version 0.9.8 to 1.0.2 in the Linux wheel
+ packages (:ticket:`#518`).
- Fixed build with libpq versions < 9.3 (:ticket:`#520`).