mirror of
https://github.com/psycopg/psycopg2.git
synced 2024-11-22 08:56:34 +03:00
Mention building wheels package with OpenSSL 1.1.1g in news file
This commit is contained in:
parent
6de8c0c6d2
commit
9387bd3c09
|
@ -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
1
NEWS
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user