aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-11-15 22:41:31 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-11-15 22:41:31 +0000
commit44d408204a7902613c2843b7bfb8dbe073f9fcb8 (patch)
tree48cdaf1cc7ada6e1ff70cadc287742d580052a5d /CHANGES
parent50feea3eef87f1c07b954ad3020fdb836c7f279f (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--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 459d657b4..1bc88a298 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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.