-
Notifications
You must be signed in to change notification settings - Fork 18
/
Changes
228 lines (182 loc) · 7.56 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
Change log for Net::Curl. See the complete list of changes at:
https://github.com/sparky/perl-Net-Curl/commits/master
0.56 2024-04-01T07:57+00Z
[Stanislaw Pusep <[email protected]>]
- More portable tests for bad URL
- Synced symbols-in-versions from libcurl/8.7.1
0.55 2023-09-20T06:25:00Z
[Stanislaw Pusep <[email protected]>]
- Fix t/old-01basic.t test for libcurl without CURLOPT_PROXYHEADER
- Fix for old-10errbuf.t failing with curl 8.2.0
- Synced symbols-in-versions from libcurl/8.3.0
0.54 2023-06-16T11:21:00Z
[Stanislaw Pusep <[email protected]>]
- Added support for CURLOPT_PROXYHEADER, introduced in libcurl/7.37.0
- Synced symbols-in-versions from libcurl/8.1.2
0.53 2023-05-16T10:57:20Z
[Stanislaw Pusep <[email protected]>]
- GitHub workflow for Perl 5.34 & 5.36
- Keep the excluded symbols apart
- Synced symbols-in-versions from libcurl/8.0.1
[David Geiger <[email protected]>]
- Adapt to curl 7.87.0
0.52 2022-08-17T09:19:00Z
[Felipe Gasper <[email protected]>]
- Add *_BLOB setopt options.
- Silence the flood of compiler warnings on newer macOS versions.
0.51 2022-07-08T08:57:00Z
[Stanislaw Pusep <[email protected]>]
- Synced symbols-in-versions from libcurl/7.84.0
[Todd Rinaldo <[email protected]>]
- Skip tests for all RHEL 6 derivatives, not all CentOS distros.
0.50 2022-02-12T08:53:00Z
[Felipe Gasper <[email protected]>]
- Omit github stuff from MANIFEST.
[Stanislaw Pusep <[email protected]>]
- Fixed tests failing due to unspecified CURLMOPT_SOCKETFUNCTION
- Synced symbols-in-versions from libcurl/7.81.0
0.49 2021-05-13T05:31:00Z
[Felipe Gasper <[email protected]>]
- Prevent multi from being freed during curl_multi_remove_handle().
[Stanislaw Pusep <[email protected]>]
- Synced symbols-in-versions from libcurl/7.76.1
0.48 2020-12-14T10:16:00Z
[Felipe Gasper <[email protected]>]
- Add CURLINFO_CERTINFO support.
[Stanislaw Pusep <[email protected]>]
- Fixed t/release-unused-vars.t;
- Synced symbols-in-versions from libcurl/7.74.0
0.47 2020-11-03T12:54:00Z
[Felipe Gasper <[email protected]>]
- Add GitHub CI;
- Fix segfault from recursive curl_multi_remove_handle();
- Suppress warning about unused “blacklist” in old curls.
[Stanislaw Pusep <[email protected]>]
- Synced symbols-in-versions from libcurl/7.73.0.
0.46 2020-10-13T09:25:00Z
[Felipe Gasper <[email protected]>]
- Fix double-free and extra sv_2mortal() in multi.
- Remove overeager warnings about missing multi callbacks.
[Stanislaw Pusep <[email protected]>]
- Synced symbols-in-versions from libcurl/7.72.0.
0.45 2020-06-01T17:59:00Z
[Stanislaw Pusep <[email protected]>]
- Synced symbols-in-versions from libcurl/7.70.0.
0.44 2020-03-14T09:43:00Z
[Stanislaw Pusep <[email protected]>]
- Synced symbols-in-versions from libcurl/7.69.0 (NOW FOR REAL!);
[Felipe Gasper <[email protected]>]
- Fix cookies in 02-multi-simple.pl to work with libcurl 7.67+;
- Fix failure to remove freed easy objects from multi->easies;
- more explicit warnings;
- Skip t/cleanup.t in Perl 5.8.9;
- Use $Config{ccflags} in CCFLAGS to fix compilation on Linux 5.4.12.
0.43 2020-01-20T11:51:00Z
[Stanislaw Pusep <[email protected]>]
- Synced symbols-in-versions from libcurl/7.69.0;
- Recognize SecureTransport as a valid ssl support in t/compat-08ssl.t.
[Felipe Gasper <[email protected]>]
- Fixed the segfault caused by curl_easy_cleanup() being called before curl_multi_remove_handle().
0.42 2019-12-22T10:45:00Z
[Stanislaw Pusep <[email protected]>]
- 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 <[email protected]>]
- Test old-10errbuf.t was still failing; more fixes.
0.40 2019-07-12T10:42:00Z
[Slaven Rezić <[email protected]>]
- Fixed the failing test old-10errbuf.t.
[Stanislaw Pusep <[email protected]>]
- Fixed tests failing due to HTTP_PROXY setting;
- Synced symbols-in-versions from libcurl/7.65.1.
[Yuni Kim <[email protected]>]
- Support CURLOPT_CONNECT_TO.
0.39 2017-09-09T19:13:00Z
[H.Merijn Brand <[email protected]>]
- LIBCURL_TIMESTAMP format changed in header.
[Slaven Rezić <[email protected]>]
- Compilation fails if $curl_flags is non-empty.
[Stanislaw Pusep <[email protected]>]
- Synced symbols-in-versions from libcurl/7.55.1.
[Yanick Champoux <[email protected]>]
- Wasn't testing all the methods.
0.38 2017-07-26T06:54:00Z
[Andy Jack <[email protected]>]
- Correct number of tests.
[Ferenc Erki <[email protected]>]
- Fix handling of constants without values.
[Nick Kostyria <[email protected]>]
- Fix perl_curl_multi_delete for GlobalDestruction.
[Daniel Ruoso <[email protected]>]
- In t/old-22sendrecv.t, the data may come in more than one read.
[Stanislaw Pusep <[email protected]>]
- Regression fixes & housekeeping;
- Synced symbols-in-versions from libcurl/7.54.1.
0.37 2015-02-01T09:25:00Z
[Stanislaw Pusep <[email protected]>]
- Synced symbols-in-versions from libcurl/7.40.0.
0.36 2014-07-05T12:56:26Z
[Przemysław Iskra <[email protected]>]
- Fixed the tests for libcurl older than 7.21.2.
[Stanislaw Pusep <[email protected]>]
- 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 <[email protected]>]
- Properly handle both UTF-8 and binary data within /(un)?escape/.
[Stanislaw Pusep <[email protected]>]
- Fixed the bugs introduced with the pipelining blacklist feature.
0.34 2014-05-30T15:40:00Z
[Maksym Davydov <[email protected]>]
- 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 <[email protected]>]
- Fixed typo in Makefile.PL error message.
[Stanislaw Pusep <[email protected]>]
- 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 <[email protected]>]
- 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 <[email protected]>]
- Silencing some noisy tests.
0.31 2013-08-15T19:03:19Z
[Stanislaw Pusep <[email protected]>]
- Fixed compatibility with libcurl/7.32.0.
0.30 2013-08-09T09:35:42Z
[Stanislaw Pusep <[email protected]>]
- Fixed compiling on 32-bit Debian Linux systems;
- More failing test fixes.
0.29 2013-08-01T11:39:27Z
[Stanislaw Pusep <[email protected]>]
- 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 <[email protected]>]
- Implemented curl_multi_wait() as Net::Curl::Multi::wait() method;
- META/documentation fixes.
0.27 2013-05-11T12:54:58Z
[Stanislaw Pusep <[email protected]>]
- 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 <[email protected]>]
- 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.