summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2020-09-05 18:04:45 +0100
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2020-09-05 18:04:45 +0100
commit9387bd3c099c6bde7bc0eeff7a5a9bc3625be20e (patch)
tree2ccae37856fb8ff7df2f4147d9bbf4c7e21b92b9
parent6de8c0c6d286a78b9f5fbfadb8be5989bf180292 (diff)
downloadpsycopg2-9387bd3c099c6bde7bc0eeff7a5a9bc3625be20e.tar.gz
Mention building wheels package with OpenSSL 1.1.1g in news file
-rw-r--r--.appveyor.yml2
-rw-r--r--NEWS1
2 files changed, 2 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 48eceb1..0106e04 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -24,7 +24,7 @@ environment:
- {PY_VER: "34", PY_ARCH: "32"}
- {PY_VER: "34", PY_ARCH: "64"}
- OPENSSL_VERSION: "1_1_1d"
+ OPENSSL_VERSION: "1_1_1g"
POSTGRES_VERSION: "11_4"
PSYCOPG2_TESTDB: psycopg2_test
diff --git a/NEWS b/NEWS
index 485b8db..ef24fbc 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,7 @@ What's new in psycopg 2.8.6
- Fixed memory leak changing connection encoding to the current one
(:ticket:`#1101`).
- 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