Change log for Net::Curl. See the complete list of changes at: https://github.com/sparky/perl-Net-Curl/commits/master 0.43 2020-01-20T11:51:00Z [Stanislaw Pusep ] - Synced symbols-in-versions from libcurl/7.69.0; - Recognize SecureTransport as a valid ssl support in t/compat-08ssl.t. [Felipe Gasper ] - Fixed the segfault caused by curl_easy_cleanup() being called before curl_multi_remove_handle(). 0.42 2019-12-22T10:45:00Z [Stanislaw Pusep ] - Fixed POD links to libcurl docs. - Updated libcurl symbols. - Fixed t/old-23socket-action.t bitrot. 0.41 2019-07-15T10:46:00Z [Stanislaw Pusep ] - Test old-10errbuf.t was still failing; more fixes. 0.40 2019-07-12T10:42:00Z [Slaven Rezić ] - Fixed the failing test old-10errbuf.t. [Stanislaw Pusep ] - Fixed tests failing due to HTTP_PROXY setting; - Synced symbols-in-versions from libcurl/7.65.1. [Yuni Kim ] - Support CURLOPT_CONNECT_TO. 0.39 2017-09-09T19:13:00Z [H.Merijn Brand ] - LIBCURL_TIMESTAMP format changed in header. [Slaven Rezić ] - Compilation fails if $curl_flags is non-empty. [Stanislaw Pusep ] - Synced symbols-in-versions from libcurl/7.55.1. [Yanick Champoux ] - Wasn't testing all the methods. 0.38 2017-07-26T06:54:00Z [Andy Jack ] - Correct number of tests. [Ferenc Erki ] - Fix handling of constants without values. [Nick Kostyria ] - Fix perl_curl_multi_delete for GlobalDestruction. [Daniel Ruoso ] - In t/old-22sendrecv.t, the data may come in more than one read. [Stanislaw Pusep ] - Regression fixes & housekeeping; - Synced symbols-in-versions from libcurl/7.54.1. 0.37 2015-02-01T09:25:00Z [Stanislaw Pusep ] - Synced symbols-in-versions from libcurl/7.40.0. 0.36 2014-07-05T12:56:26Z [Przemysław Iskra ] - Fixed the tests for libcurl older than 7.21.2. [Stanislaw Pusep ] - Added MANIFEST.SKIP; - Added Devel::Leak v0.04 special case to t/t/96-leak.t; - Updated release tests. 0.35 2014-06-03T08:54:00Z [Przemysław Iskra ] - Properly handle both UTF-8 and binary data within /(un)?escape/. [Stanislaw Pusep ] - Fixed the bugs introduced with the pipelining blacklist feature. 0.34 2014-05-30T15:40:00Z [Maksym Davydov ] - Added support for CURLOPT_XFERINFOFUNCTION callback (and CURLOPT_XFERINFODATA option) to Net::Curl::Easy; - Added functions escape() and unescape() to Net::Curl::Easy. [Olaf Alders ] - Fixed typo in Makefile.PL error message. [Stanislaw Pusep ] - Synced symbols-in-versions from libcurl/7.37.0; - Makefile.PL cleanup; - Attempted to silence test noise under -DDEBUGGING; - Attept to fix a test failing on MidnightBSD (and potentially others); - CURLMOPT_PIPELINING_SERVER_BL/CURLMOPT_PIPELINING_SITE_BL support added. 0.33 2014-01-17T10:38:11Z [Stanislaw Pusep ] - Fixed Net-Curl test failures on FreeBSD 9.2 (cookies related); - Fixed slight versioning bug in Net::Curl + Net::Curl::Compat; - Synced symbols-in-versions from libcurl/7.34.0. 0.32 2013-10-15T09:48:06Z [Stanislaw Pusep ] - Silencing some noisy tests. 0.31 2013-08-15T19:03:19Z [Stanislaw Pusep ] - Fixed compatibility with libcurl/7.32.0. 0.30 2013-08-09T09:35:42Z [Stanislaw Pusep ] - Fixed compiling on 32-bit Debian Linux systems; - More failing test fixes. 0.29 2013-08-01T11:39:27Z [Stanislaw Pusep ] - Fixed compatibility down to libcurl/7.15.5 (7.15.4 is not compatible); - Updated the Changes file to conform with the CPAN::Changes Kwalitee Service; - Synced symbols-in-versions from libcurl/7.31.0; - Attempt to fix tests failing behind a proxy. 0.28 2013-05-12T11:46:53Z [Stanislaw Pusep ] - Implemented curl_multi_wait() as Net::Curl::Multi::wait() method; - META/documentation fixes. 0.27 2013-05-11T12:54:58Z [Stanislaw Pusep ] - Net::Curl::Easy::reset() now works; - Fixed the leak test for Perl >= 5.017; - Few steps towards Modern Perl (checked with Perl::Critic, updated META, added real change log); - Minor cleanups. 0.26 2013-05-05T23:20:46Z [Stanislaw Pusep ] - Fixed "Attempt to free unreferenced scalar: SV 0xdeadbeef during global destruction."; - ExtUtils::PkgConfig now recognizes libcurl installed anywhere; - Updated inc/symbols-in-versions from libcurl/7.30.0.