Mention building wheels package with OpenSSL 1.1.1g in news file

This commit is contained in:
Daniele Varrazzo 2020-09-05 18:04:45 +01:00
parent 6de8c0c6d2
commit 9387bd3c09
2 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,7 @@ environment:
- {PY_VER: "34", PY_ARCH: "32"} - {PY_VER: "34", PY_ARCH: "32"}
- {PY_VER: "34", PY_ARCH: "64"} - {PY_VER: "34", PY_ARCH: "64"}
OPENSSL_VERSION: "1_1_1d" OPENSSL_VERSION: "1_1_1g"
POSTGRES_VERSION: "11_4" POSTGRES_VERSION: "11_4"
PSYCOPG2_TESTDB: psycopg2_test PSYCOPG2_TESTDB: psycopg2_test

1
NEWS
View File

@ -7,6 +7,7 @@ What's new in psycopg 2.8.6
- Fixed memory leak changing connection encoding to the current one - Fixed memory leak changing connection encoding to the current one
(:ticket:`#1101`). (:ticket:`#1101`).
- Fixed search of mxDateTime headers in virtualenvs (:ticket:`#996`). - Fixed search of mxDateTime headers in virtualenvs (:ticket:`#996`).
- Wheel package compiled against OpenSSL 1.1.1g.
What's new in psycopg 2.8.5 What's new in psycopg 2.8.5