diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-08-15 13:55:22 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-08-15 13:56:00 +0200 |
commit | b980c9a02758fafffedac389fe452a7ae1b8d715 (patch) | |
tree | d527ef2efb69ba9e4f10fed80a29779b562c65a8 | |
parent | 9124bfba450d4e5909cd55aa1f45362fd54a6299 (diff) |
multi: two fixes done
-rw-r--r-- | RELEASE-NOTES | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 080e572e9..b6e69f9e3 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -13,7 +13,8 @@ This release includes the following changes: This release includes the following bugfixes: - o + o multi: support the timeouts correctly, fixes known bug #62 + o multi: use timeouts properly for MAX_RECV/SEND_SPEED This release includes the following known bugs: @@ -22,6 +23,6 @@ This release includes the following known bugs: This release would not have looked like this without help, code, reports and advice from friends like these: - + Kamil Dudka Thanks! (and sorry if I forgot to mention someone) |