summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleg Pudeyev <code@olegp.name>2022-12-16 14:40:58 -0500
committerOleg Pudeyev <code@olegp.name>2022-12-16 14:40:58 -0500
commit84f775aa5879945ceab93f81e2a5ef2d956f8719 (patch)
tree6dd05f1fa7016eb524f5d8d46353fce6586641e4
parent79c4b70e85832c0a9eef1f73b3b40fc9bb2855b0 (diff)
downloadpycurl-84f775aa5879945ceab93f81e2a5ef2d956f8719.tar.gz
Release 7.45.2REL_7_45_2
-rw-r--r--ChangeLog17
-rw-r--r--RELEASE-NOTES.rst6
-rw-r--r--doc/conf.py4
-rw-r--r--setup.py2
-rw-r--r--winbuild.py2
5 files changed, 27 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index b41ab3a..f8d9bbe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,21 @@
+Version 7.45.2 [requires libcurl-7.19.0 or better] - 2022-12-16
+---------------------------------------------------------------
+
+ * Python 3.9 compatibility for Py_TRASHCAN_SAFE_BEGIN
+ (patch by Scott Talbert).
+ * Add support for CURL_HTTP_VERSION_3 (patch by Scott Talbert).
+ * Add CURLOPT_TLS13_CIPHERS and CURLOPT_PROXY_TLS13_CIPHERS options
+ (patch by Scott Talbert).
+ * Added HTTP09_ALLOWED option (patch by Scott Talbert).
+ * Removed use of distutils (patch by Scott Talbert).
+
+
Version 7.45.1 [requires libcurl-7.19.0 or better] - 2022-03-13
---------------------------------------------------------------
* Fixed build against libcurl < 7.64.1 (patch by Scott Talbert).
+
Version 7.45.0 [requires libcurl-7.64.1 or better] - 2022-03-09
---------------------------------------------------------------
@@ -21,12 +34,14 @@ Version 7.45.0 [requires libcurl-7.64.1 or better] - 2022-03-09
* Add support for SecureTransport SSL backend (MacOS)
(patch by Scott Talbert).
+
Version 7.44.1 [requires libcurl-7.19.0 or better] - 2021-08-15
---------------------------------------------------------------
* Fixed Python thread initialization causing hangs on operations
(patch by Scott Talbert).
+
Version 7.44.0 [requires libcurl-7.19.0 or better] - 2021-08-08
---------------------------------------------------------------
@@ -47,6 +62,7 @@ Version 7.44.0 [requires libcurl-7.19.0 or better] - 2021-08-08
* Compilation fixed against Python 3.10 alpha (patch by Kamil Dudka).
+
Version 7.43.0.6 [requires libcurl-7.19.0 or better] - 2020-09-02
-----------------------------------------------------------------
@@ -77,6 +93,7 @@ Version 7.43.0.6 [requires libcurl-7.19.0 or better] - 2020-09-02
* 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 e032622..e364d63 100644
--- a/RELEASE-NOTES.rst
+++ b/RELEASE-NOTES.rst
@@ -1,6 +1,12 @@
Release Notes
=============
+PycURL 7.45.2 - 2022-12-16
+--------------------------
+
+This release fixes several minor issues and adds support for several libcurl
+options.
+
PycURL 7.45.1 - 2022-03-13
--------------------------
diff --git a/doc/conf.py b/doc/conf.py
index 1268a86..9f98d71 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -54,9 +54,9 @@ copyright = u'2001-2022 Kjetil Jacobsen, Markus F.X.J. Oberhumer, Oleg Pudeyev'
# built documents.
#
# The short X.Y version.
-version = '7.45.1'
+version = '7.45.2'
# The full version, including alpha/beta/rc tags.
-release = '7.45.1'
+release = '7.45.2'
# 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 e450427..a5b115b 100644
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@
PACKAGE = "pycurl"
PY_PACKAGE = "curl"
-VERSION = "7.45.1"
+VERSION = "7.45.2"
import glob, os, re, shlex, sys, subprocess
from setuptools import setup
diff --git a/winbuild.py b/winbuild.py
index b05cd0b..0a1af62 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.45.1'
+ pycurl_version = '7.45.2'
# Sometimes vc14 does not include windows sdk path in vcvars which breaks stuff.
# another application for this is to supply normaliz.lib for vc9