diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-06-29 00:13:04 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-06-29 00:13:04 +0200 |
commit | bcefe839c7ccbe57dc4f5d390d90e9370293c9fd (patch) | |
tree | 51b78c6418ab9afd587da33f9320d2de64c66e48 /RELEASE-NOTES | |
parent | 458dd4550b0e60c292f20ba206877f9074cb8a0c (diff) |
release-notes: sync up with recent commits
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index ef0f561a6..30fcb466a 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -9,11 +9,17 @@ Curl and libcurl 7.21.1 This release includes the following changes: - o + o maketgz: produce CHANGES automatically This release includes the following bugfixes: - o + o configure: spell --disable-threaded-resolver correctly + o multi: call the progress callback in all states + o multi: unmark handle as used when no longer head of pipeline + o sendrecv: treat all negative values from send/recv as errors + o ftp-wildcard: avoid tight loop when used without any pattern + o multi_socket: re-use of same socket without notifying app + o ftp wildcard: FTP LIST parser FIX This release includes the following known bugs: @@ -22,11 +28,7 @@ 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: - Rainer Canavan, Paul Howarth, Jerome Vouillon, Ruslan Gazizov, Yang Tse, - Kamil Dudka, Alex Bligh, Ben Greear, Hoi-Ho Chan, Howard Chu, Dirk Manske, - Pavel Raiskup, John-Mark Bell, Eric Mertens, Tor Arntsen, Douglas Kilpatrick, - Igor Novoseltsev, Jason McDonald, Dan Fandrich, Tanguy Fautre, Guenter Knauf, - Julien Chaffraix, Kalle Vahlman, Frank Meier, Constantine Sapuntzakis + Dan Fandrich, Kamil Dudka, Krister Johansen, Pavel Raiskup, Thanks! (and sorry if I forgot to mention someone) |