summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2020-09-02 01:10:30 -0400
committerOleg Pudeyev <oleg@bsdpower.com>2020-09-02 01:16:18 -0400
commit4acadab0a8a23fdbec2ed94f44e3827d7160e7e6 (patch)
treea605360c0bd7a399a942701cb70743c88b77d791
parentca0589bb7663fa9d490641af7637e0d34157ede0 (diff)
downloadpycurl-4acadab0a8a23fdbec2ed94f44e3827d7160e7e6.tar.gz
Release 7.43.0.6REL_7_43_0_6
-rw-r--r--ChangeLog30
-rw-r--r--RELEASE-NOTES.rst7
-rw-r--r--doc/conf.py4
-rw-r--r--setup.py2
-rw-r--r--winbuild.py2
5 files changed, 41 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index bc0d6cb..02fb92c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,33 @@
+Version 7.43.0.6 [requires libcurl-7.19.0 or better] - 2020-09-02
+-----------------------------------------------------------------
+
+ * Fixed offset parameter usage in seek callback (patch by Scott Talbert).
+
+ * Added support for libcurl SSL backend detection via
+ `curl-config --ssl-backends` (patch by Scott Talbert).
+
+ * Added support for libcurl MultiSSL (patch by Bo Anderson).
+
+ * Added ability to unset CURLOPT_PROXY.
+
+ * Added support for CURLOPT_UPLOAD_BUFFERSIZE (patch by Artur Sobierak).
+
+ * Added support for CURLOPT_MAXAGE_CONN (patch by Artur Sobierak).
+
+ * Added support for sharing connection cache in libcurl (patch by
+ Artur Sobierak).
+
+ * Added support for CURLOPT_HAPROXYPROTOCOL (patch by
+ Russell McConnachie).
+
+ * CC and CFLAGS environment variables are now respected when building
+ (patch by Michał Górny).
+
+ * Fixed OpenSSL detection on CentOS 7 and 8 (patch by Nicolas Pauss).
+
+ * surrogateescape error handler is used in multi_info_read to handle
+ invalid UTF-8.
+
Version 7.43.0.5 [requires libcurl-7.19.0 or better] - 2020-01-29
-----------------------------------------------------------------
diff --git a/RELEASE-NOTES.rst b/RELEASE-NOTES.rst
index 23e1248..a35f2a8 100644
--- a/RELEASE-NOTES.rst
+++ b/RELEASE-NOTES.rst
@@ -1,6 +1,13 @@
Release Notes
=============
+PycURL 7.43.0.6 - 2020-09-02
+----------------------------
+
+This release improves SSL backend detection on various systems, adds support
+for libcurl's multiple SSL backend functionality and adds support for several
+libcurl options.
+
PycURL 7.43.0.5 - 2020-01-29
----------------------------
diff --git a/doc/conf.py b/doc/conf.py
index a2b97ae..42848ed 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -54,9 +54,9 @@ copyright = u'2001-2020 Kjetil Jacobsen, Markus F.X.J. Oberhumer, Oleg Pudeyev'
# built documents.
#
# The short X.Y version.
-version = '7.43.0.5'
+version = '7.43.0.6'
# The full version, including alpha/beta/rc tags.
-release = '7.43.0.5'
+release = '7.43.0.6'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff --git a/setup.py b/setup.py
index e41efb8..e0d849f 100644
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@
PACKAGE = "pycurl"
PY_PACKAGE = "curl"
-VERSION = "7.43.0.5"
+VERSION = "7.43.0.6"
import glob, os, re, sys, subprocess
import distutils
diff --git a/winbuild.py b/winbuild.py
index 3810ffc..a7ff89e 100644
--- a/winbuild.py
+++ b/winbuild.py
@@ -103,7 +103,7 @@ class Config:
# whether to build binary wheels
build_wheels = True
# pycurl version to build, we should know this ourselves
- pycurl_version = '7.43.0.5'
+ pycurl_version = '7.43.0.6'
# Sometimes vc14 does not include windows sdk path in vcvars which breaks stuff.
# another application for this is to supply normaliz.lib for vc9