summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-03-04 13:41:46 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-03-04 13:41:46 +0000
commit874fc8228a1126d2217f195aa674dfb4fbdf2002 (patch)
tree547859219137d7184a1d74e3adb8c6cb2da9b2ea
parent6f752c64bc18a9fdd0c0b2321faa230781280b8b (diff)
downloadgnurl-874fc8228a1126d2217f195aa674dfb4fbdf2002.tar.gz
gnurl-874fc8228a1126d2217f195aa674dfb4fbdf2002.tar.bz2
gnurl-874fc8228a1126d2217f195aa674dfb4fbdf2002.zip
stand clear for release timecurl-7_13_1
-rw-r--r--CHANGES2
-rw-r--r--RELEASE-NOTES6
-rw-r--r--TODO-RELEASE6
3 files changed, 11 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index e53b34dd0..bbc867f66 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,8 @@
Changelog
+Version 7.13.1 (4 March 2005)
+
Daniel (4 March 2005)
- Dave Dribin made it possible to set CURLOPT_COOKIEFILE to "" to activate
the cookie "engine" without having to provide an empty or non-existing file.
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 35c1db32c..5dba86d49 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -5,7 +5,7 @@ Curl and libcurl 7.13.1
Available command line options: 104
Available curl_easy_setopt() options: 122
Number of public functions in libcurl: 46
- Amount of public web site mirrors: 15
+ Amount of public web site mirrors: 18
Number of known libcurl bindings: 30
This release includes the following changes:
@@ -34,12 +34,14 @@ Other curl-related news since the previous public release:
o libcurl-vb 1.0 http://sf.net/projects/libcurl-vb/
o pycurl 7.13.0: http://pycurl.sf.net/
+ o new german mirror: http://curl.mons-new-media.de
+ o new US mirror: http://curl.islandofpoker.com
This release would not have looked like this without help, code, reports and
advice from friends like these:
Gisle Vanem, David Byron, Marty Kuhrt, Maruko, Eric Vergnaud, Christopher
R. Palmer, Mike Dobbs, David in bug report #1124588, Ralph Mitchell,
- Rene Rebe, Dave Dribin
+ Rene Rebe, Dave Dribin, Dan Fandrich
Thanks! (and sorry if I forgot to mention someone)
diff --git a/TODO-RELEASE b/TODO-RELEASE
index f524737c7..9ff068e4b 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -1,6 +1,6 @@
Issues not sorted in any particular order.
-To get fixed in 7.13.1 (planned release: April 2005)
+To get fixed in 7.13.2 (planned release: April 2005)
======================
58 - Fix KNOWN_BUGS #19: "FTP 3rd party transfers with the multi interface
@@ -10,6 +10,10 @@ To get fixed in 7.13.1 (planned release: April 2005)
Awaits OpenSSL support for this, no need to support this in libcurl before
there's an OpenSSL release that does it.
+58 - SSPI for libcurl on Windows
+
+59 - --form-string and --form-file as discussed on curl-users list
+
To get fixed in 7.14.0
======================