| Daniel Stenberg | 5a5287e | 2007-10-29 15:05:47 +0000 | [diff] [blame] | 1 | Curl and libcurl 7.17.2 |
| Daniel Stenberg | 734c17a | 2003-09-22 21:38:52 +0000 | [diff] [blame] | 2 | |
| Daniel Stenberg | 7aba59f | 2007-10-31 09:21:31 +0000 | [diff] [blame] | 3 | Public curl releases: 103 |
| Daniel Stenberg | 600d0b1 | 2007-11-20 10:08:42 +0000 | [diff] [blame] | 4 | Command line options: 122 |
| Daniel Stenberg | 7aba59f | 2007-10-31 09:21:31 +0000 | [diff] [blame] | 5 | curl_easy_setopt() options: 147 |
| 6 | Public functions in libcurl: 55 |
| Daniel Stenberg | 22e52dd | 2007-11-15 23:42:21 +0000 | [diff] [blame] | 7 | Public web site mirrors: 42 |
| Daniel Stenberg | 7aba59f | 2007-10-31 09:21:31 +0000 | [diff] [blame] | 8 | Known libcurl bindings: 36 |
| 9 | Contributors: 597 |
| Daniel Stenberg | e9c835a | 2003-10-29 09:53:21 +0000 | [diff] [blame] | 10 | |
| Daniel Stenberg | 1eedad2 | 2006-08-08 22:56:46 +0000 | [diff] [blame] | 11 | This release includes the following changes: |
| Daniel Stenberg | 4e717cd | 2006-10-21 11:32:05 +0000 | [diff] [blame] | 12 | |
| Daniel Stenberg | 600d0b1 | 2007-11-20 10:08:42 +0000 | [diff] [blame] | 13 | o --data-urlencode was added |
| Daniel Stenberg | 1eedad2 | 2006-08-08 22:56:46 +0000 | [diff] [blame] | 14 | |
| Daniel Stenberg | 734c17a | 2003-09-22 21:38:52 +0000 | [diff] [blame] | 15 | This release includes the following bugfixes: |
| 16 | |
| Daniel Stenberg | 2f285b3 | 2007-10-29 22:13:09 +0000 | [diff] [blame] | 17 | o curl-config --features and --protocols show the correct output when built |
| Dan Fandrich | 48dd0c5 | 2007-11-01 18:55:00 +0000 | [diff] [blame] | 18 | with NSS, and also when SCP, SFTP and libz are not available |
| Daniel Stenberg | 7f62028 | 2007-11-01 21:49:59 +0000 | [diff] [blame] | 19 | o free problem in the curl tool for users with empty home dir |
| Yang Tse | 775b60f | 2007-11-06 17:18:27 +0000 | [diff] [blame] | 20 | o curl.h version 7.17.1 problem when building C++ apps with MSVC |
| Daniel Stenberg | ba6f20a | 2007-11-08 10:22:49 +0000 | [diff] [blame] | 21 | o SFTP and SCP use persistent connections |
| Daniel Stenberg | c5b16d4 | 2007-11-12 21:38:43 +0000 | [diff] [blame] | 22 | o segfault on bad URL |
| Yang Tse | a2926eb | 2007-11-14 00:48:11 +0000 | [diff] [blame] | 23 | o variable wrapping when using absolutely huge send buffer sizes |
| Daniel Stenberg | 22e52dd | 2007-11-15 23:42:21 +0000 | [diff] [blame] | 24 | o variable wrapping when using debug callback and the HTTP request wasn't sent |
| 25 | in one go |
| Daniel Stenberg | c80b9c3 | 2007-11-18 09:45:05 +0000 | [diff] [blame] | 26 | o SSL connections with NSS done with the multi-interface |
| Daniel Stenberg | b6575ce | 2007-11-20 23:17:08 +0000 | [diff] [blame] | 27 | o setting a share no longer activates cookies |
| 28 | o Negotiate now works on auth and proxy simultanouesly |
| Yang Tse | d789097 | 2007-11-22 16:35:07 +0000 | [diff] [blame^] | 29 | o curl.h now includes a socklen_t definition for Win32 API build targets |
| Daniel Stenberg | 9af807a | 2007-07-22 10:17:52 +0000 | [diff] [blame] | 30 | |
| 31 | This release includes the following known bugs: |
| 32 | |
| 33 | o see docs/KNOWN_BUGS (http://curl.haxx.se/docs/knownbugs.html) |
| 34 | |
| 35 | Other curl-related news: |
| 36 | |
| Daniel Stenberg | 98ecad0 | 2007-11-05 15:43:41 +0000 | [diff] [blame] | 37 | o TclCurl 7.17.1 => http://personal1.iddeo.es/andresgarci/tclcurl/english/ |
| Daniel Stenberg | 3ec3226 | 2007-11-11 14:20:15 +0000 | [diff] [blame] | 38 | o Ruby Curl::Multi 0.1 => http://curl-multi.rubyforge.org/ |
| Daniel Stenberg | 9af807a | 2007-07-22 10:17:52 +0000 | [diff] [blame] | 39 | |
| 40 | New curl mirrors: |
| 41 | |
| Daniel Stenberg | 3ec3226 | 2007-11-11 14:20:15 +0000 | [diff] [blame] | 42 | o http://curl.gominet.net/ is new web mirror in Vizcaya, Portugal |
| Daniel Stenberg | 9af807a | 2007-07-22 10:17:52 +0000 | [diff] [blame] | 43 | |
| 44 | This release would not have looked like this without help, code, reports and |
| 45 | advice from friends like these: |
| 46 | |
| Daniel Stenberg | c5b16d4 | 2007-11-12 21:38:43 +0000 | [diff] [blame] | 47 | Dan Fandrich, Gisle Vanem, Toby Peterson, Yang Tse, Daniel Black, |
| Daniel Stenberg | b6575ce | 2007-11-20 23:17:08 +0000 | [diff] [blame] | 48 | Robin Johnson, Michal Marek, Ates Goral, Andres Garcia, Rob Crittenden, |
| Daniel Stenberg | ecfede9 | 2007-11-22 09:36:28 +0000 | [diff] [blame] | 49 | Emil Romanus, Alessandro Vesely |
| Daniel Stenberg | 04d3a8c | 2007-07-10 22:07:33 +0000 | [diff] [blame] | 50 | |
| Daniel Stenberg | 734c17a | 2003-09-22 21:38:52 +0000 | [diff] [blame] | 51 | Thanks! (and sorry if I forgot to mention someone) |