diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-04-25 20:49:40 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-04-25 20:49:40 +0000 |
commit | 87c5ed8beca8ae36da5c38ef3594b56d132e7dde (patch) | |
tree | 87db25221379b802b1aee0c31cec9e0711f822ed /RELEASE-NOTES | |
parent | ecc6c1f501ae835471b8844cba393835a12bb803 (diff) |
Paul Querna fixed libcurl to better deal with deflate content encoding when
the stream (wrongly) lacks a proper zlib header. This seems to be the case on
too many actual server implementations.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index cb352f53d..179aeff2b 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -18,6 +18,7 @@ This release includes the following changes: This release includes the following bugfixes: + o deflate code survives lack of zlib header o CURLOPT_INTERFACE works with hostname o configure runs fine with ICC o closed control connection with FTP when easy handle was removed from multi @@ -42,6 +43,6 @@ advice from friends like these: Dan Fandrich, Ilja van Sprundel, David McCreedy, Tor Arntsen, Xavier Bouchoux, David Byron, Michele Bini, Ates Goral, Katie Wang, Robson Braga Araujo, - Ale Vesely + Ale Vesely, Paul Querna Thanks! (and sorry if I forgot to mention someone) |