summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-02-01 07:54:36 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-02-01 07:54:36 +0000
commit4a9e12542dba5d3ce4b6205f1ec58e1336bc4b0e (patch)
tree4a033b1a3f233310bb515802271e7335c8cd28fa
parent21b410545445d8465011d4b4b91f7b5fe38b3095 (diff)
downloadcurl-4a9e12542dba5d3ce4b6205f1ec58e1336bc4b0e.tar.gz
7.13 coming upcurl-7_13_0
-rw-r--r--CHANGES5
-rw-r--r--RELEASE-NOTES6
-rw-r--r--TODO-RELEASE8
-rw-r--r--docs/KNOWN_BUGS3
4 files changed, 18 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index c35609a2c..901f077bb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,11 @@
Changelog
+Version 7.13.0 (1 February 2005)
+
+Daniel (31 January 2005)
+- Added Lars Nilsson's htmltitle.cc example
+
Daniel (30 January 2005)
- Fixed a memory leak when using the multi interface and the DO operation
failed (as in test case 205).
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 74609e5f8..355f2bb0c 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -22,6 +22,10 @@ This release includes the following changes:
This release includes the following bugfixes:
+ o re-sending a request when retrying on a fresh connection with multi
+ interface
+ o improved valgrind report parser in the test suite
+ o several valgrind reports
o CURLOPT_FTPPORT and -P work when built ipv6-enabled
o FTP third party transfers was much improved
o proxy environment variables are now ignored when built HTTP-disabled
@@ -51,6 +55,6 @@ advice from friends like these:
Werner Koch, Gisle Vanem, Alex Neblett, Kai Sommerfeld, Marty Kuhrt,
Hzhijun, Pavel Orehov, Bruce Mitchener, Cyrill Osterwalder, Dan Torop,
Martijn Koster, Alex aka WindEagle, Cody Jones, Samuel Díaz García,
- Stephan Bergmann, Philippe Hameau, Ian Ford, Stephen More
+ Stephan Bergmann, Philippe Hameau, Ian Ford, Stephen More, Lars Nilsson
Thanks! (and sorry if I forgot to mention someone)
diff --git a/TODO-RELEASE b/TODO-RELEASE
index 3bb7a10f5..c082e1255 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -1,11 +1,13 @@
Issues not sorted in any particular order.
-To get fixed in 7.13.0 (planned release: February 2005)
+To get fixed in 7.13.1 (planned release: April 2005)
======================
+58 - Fix KNOWN_BUGS #19: "FTP 3rd party transfers with the multi interface
+ doesn't work"
-To get fixed in 7.13.1 (planned release: April 2005)
-======================
+59 - Figure out a fix for David Byron's SSL problems:
+ http://curl.haxx.se/mail/lib-2005-01/0240.html
47 - Peter Sylvester's patch for SRP on the TLS layer
Awaits OpenSSL support for this, no need to support this in libcurl before
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index bfa9aec18..6436f1652 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -3,6 +3,9 @@ join in and help us correct one or more of these! Also be sure to check the
changelog of the current development status, as one or more of these problems
may have been fixed since this was written!
+19. FTP 3rd party transfers with the multi interface doesn't work. Test:
+ define CURL_MULTIEASY, rebuild curl, run test case 230 - 232.
+
18. test case 57 has </test> that should be </client> but when corrected, the
test case fails!