From 7ef45e82dc3c9a8980753241996a8cfed4e4a8c5 Mon Sep 17 00:00:00 2001 From: Oleg Pudeyev Date: Sun, 13 Mar 2022 03:13:55 -0400 Subject: Release 7.45.1 --- ChangeLog | 7 ++++++- RELEASE-NOTES.rst | 5 +++++ doc/conf.py | 4 ++-- setup.py | 2 +- winbuild.py | 2 +- 5 files changed, 15 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index f39908a..48b7055 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,9 @@ -Version 7.45.0 [requires libcurl-7.19.0 or better] - 2022-03-09 +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 --------------------------------------------------------------- * Add CURLOPT_MAXLIFETIME_CONN (patch by fsbs). diff --git a/RELEASE-NOTES.rst b/RELEASE-NOTES.rst index dc46071..e032622 100644 --- a/RELEASE-NOTES.rst +++ b/RELEASE-NOTES.rst @@ -1,6 +1,11 @@ Release Notes ============= +PycURL 7.45.1 - 2022-03-13 +-------------------------- + +This release fixes build when libcurl < 7.64.1 is used. + PycURL 7.45.0 - 2022-03-09 -------------------------- diff --git a/doc/conf.py b/doc/conf.py index 2f7aa5a..1268a86 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.0' +version = '7.45.1' # The full version, including alpha/beta/rc tags. -release = '7.45.0' +release = '7.45.1' # 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 c516c4f..22d4c85 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ PACKAGE = "pycurl" PY_PACKAGE = "curl" -VERSION = "7.45.0" +VERSION = "7.45.1" import glob, os, re, sys, subprocess import distutils diff --git a/winbuild.py b/winbuild.py index d981310..b05cd0b 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.0' + pycurl_version = '7.45.1' # Sometimes vc14 does not include windows sdk path in vcvars which breaks stuff. # another application for this is to supply normaliz.lib for vc9 -- cgit v1.2.1