mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
Release 1.1.7 - documentation update with licence info only.
This commit is contained in:
parent
c31216949d
commit
5a905e0bb8
@ -1,6 +1,10 @@
|
|||||||
Revision history for Perl extension Curl::easy.
|
Revision history for Perl extension Curl::easy.
|
||||||
Check out the file README for more info.
|
Check out the file README for more info.
|
||||||
|
|
||||||
|
1.1.7 Thu Sep 13 2001: - Cris Bailiff <c.bailiff@devsecure.com>
|
||||||
|
- Documentation Update only - Explicitly state that Curl_easy
|
||||||
|
is released under the MIT-X/MPL dual licence. No code changes.
|
||||||
|
|
||||||
1.1.6 Mon Sep 10 2001: - Cris Bailiff <c.bailiff@devsecure.com>
|
1.1.6 Mon Sep 10 2001: - Cris Bailiff <c.bailiff@devsecure.com>
|
||||||
- Fix segfault due to changes in header callback behaviour
|
- Fix segfault due to changes in header callback behaviour
|
||||||
since curl-7.8.1-pre3
|
since curl-7.8.1-pre3
|
||||||
|
@ -110,7 +110,7 @@ CURLINFO_CONTENT_LENGTH_UPLOAD
|
|||||||
USE_INTERNAL_VARS
|
USE_INTERNAL_VARS
|
||||||
);
|
);
|
||||||
|
|
||||||
$VERSION = '1.1.6';
|
$VERSION = '1.1.7';
|
||||||
|
|
||||||
$Curl::easy::headers = "";
|
$Curl::easy::headers = "";
|
||||||
$Curl::easy::content = "";
|
$Curl::easy::content = "";
|
||||||
|
Loading…
Reference in New Issue
Block a user