diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-11-15 22:41:31 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-11-15 22:41:31 +0000 |
commit | 44d408204a7902613c2843b7bfb8dbe073f9fcb8 (patch) | |
tree | 48cdaf1cc7ada6e1ff70cadc287742d580052a5d /CHANGES | |
parent | 50feea3eef87f1c07b954ad3020fdb836c7f279f (diff) |
Michal Marek fixed the test suite to better deal with the case when the HTTP
ipv6 server can't run.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -6,6 +6,14 @@ Changelog +Daniel S (15 Nov 2007) +- Fixed yet another remaining problem with doing SFTP directory listings on a + re-used persistent connection. Mentioned by Immanuel Gregoire on the mailing + list. + +- Michal Marek fixed the test suite to better deal with the case when the HTTP + ipv6 server can't run. + Yang Tse (14 Nov 2007) - Fix a variable potential wrapping in add_buffer() when using absolutely huge send buffer sizes. |