diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-03-29 21:08:57 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-03-29 21:08:57 +0000 |
commit | 94459cab98a740dfa3ac12350e593a87a43f30da (patch) | |
tree | 449536a214f354ee357bd75f898959cc64330c0f /RELEASE-NOTES | |
parent | 158588640a6d79bb20b1b1ed6497b7802969868e (diff) |
Better connection keep-alive when POSTing with HTTP Digest or Negotiate.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index e95c856e6..b658d2202 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -18,6 +18,7 @@ This release includes the following changes: This release includes the following bugfixes: + o better connection keep-alive when POSTing with HTTP Digest o FTP-SSL o reading FTP server response in multiple reads o picking one out of multiple proxy auth methods @@ -31,6 +32,11 @@ This release includes the following bugfixes: Other curl-related news since the previous public release: + o the cURL projected is now over 7 years old + o we now provide daily CVS windows-builds: + http://cool.haxx.se/curl-daily/ + o curl-tracker is a new mailinglist for "tracker" activities: + http://cool.haxx.se/mailman/listinfo/curl-tracker o libcurl binding for Common Lisp: http://common-lisp.net/project/cl-curl/ o pycurl 7.13.1 http://pycurl.sf.net o http://curl.tolix.org is a new Californian mirror @@ -41,6 +47,7 @@ advice from friends like these: Dan Fandrich, Ignacio Vazquez-Abrams, Randy McMurchy, Dominick Meglio, Jean-Marc Ranger, Tor Arntsen, Nodak Sodak, David Houlder, Gisle Vanem, - Christopher R. Palmer, Gwenole Beauchesne, Augustus Saunders, Jesper Jensen + Christopher R. Palmer, Gwenole Beauchesne, Augustus Saunders, Jesper Jensen, + Tom Moers Thanks! (and sorry if I forgot to mention someone) |