summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCris Bailiff <c.bailiff@awayweb.com>2001-09-13 11:27:59 +0000
committerCris Bailiff <c.bailiff@awayweb.com>2001-09-13 11:27:59 +0000
commit5a905e0bb81582843fd7a250d694091ac5a6bb08 (patch)
tree1482592ddf18ddcf2e2f769f6eed05ad80910730
parentc31216949d69f539e47878d966cded9e7082d88a (diff)
downloadgnurl-Curl_easy_1-1-7.tar.gz
gnurl-Curl_easy_1-1-7.tar.bz2
gnurl-Curl_easy_1-1-7.zip
Release 1.1.7 - documentation update with licence info only.Curl_easy_1-1-7
-rw-r--r--perl/Curl_easy/Changes4
-rw-r--r--perl/Curl_easy/easy.pm2
2 files changed, 5 insertions, 1 deletions
diff --git a/perl/Curl_easy/Changes b/perl/Curl_easy/Changes
index c20dd29e6..11ac7f107 100644
--- a/perl/Curl_easy/Changes
+++ b/perl/Curl_easy/Changes
@@ -1,6 +1,10 @@
Revision history for Perl extension Curl::easy.
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>
- Fix segfault due to changes in header callback behaviour
since curl-7.8.1-pre3
diff --git a/perl/Curl_easy/easy.pm b/perl/Curl_easy/easy.pm
index 2d4769f41..0ffe7100d 100644
--- a/perl/Curl_easy/easy.pm
+++ b/perl/Curl_easy/easy.pm
@@ -110,7 +110,7 @@ CURLINFO_CONTENT_LENGTH_UPLOAD
USE_INTERNAL_VARS
);
-$VERSION = '1.1.6';
+$VERSION = '1.1.7';
$Curl::easy::headers = "";
$Curl::easy::content = "";