summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-12-09 11:23:33 +0100
committerDaniel Stenberg <daniel@haxx.se>2010-12-09 11:23:33 +0100
commit573a2900cd9379241ca3245ce6434ee6518bff15 (patch)
tree2427112d0f0608016dda34ba037288f71cfd1b80 /RELEASE-NOTES
parentc28443c55182506ee6e647d319f21a72342c50c2 (diff)
downloadcurl-573a2900cd9379241ca3245ce6434ee6518bff15.tar.gz
RELEASE-NOTES: synced with c28443c551825
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES14
1 files changed, 13 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 6e783c2c7..9fc919a66 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -13,6 +13,7 @@ This release includes the following changes:
o Added --xattr option
o Added CURLOPT_RESOLVE and --resolve
o Added CURLAUTH_ONLY
+ o Added version-check.pl to the examples dir
This release includes the following bugfixes:
@@ -32,6 +33,17 @@ This release includes the following bugfixes:
o TFTP: resend the correct data
o configure: fix autoconf 2.68 warning: no AC_LANG_SOURCE call detected
o GnuTLS: now detects socket errors on Windows
+ o symbols-in-versions: updated en masse
+ o added a couple examples that were missing from the tar ball
+ o Curl_send/recv_plain: return errno on failure
+ o Curl_wait_for_resolv (for c-ares): correct timeout
+ o ossl_connect_common: detect connection re-use
+ o configure: Prevent link errors with --librtmp
+ o openldap: use remote port in URL passed to ldap_init_fd()
+ o url: provide dead_connection flag in Curl_handler::disconnect
+ o lots of compiler warning fixes
+ o ssh: fix a download resume point calculation
+ o fix getinfo CURLINFO_LOCAL* for reused connections
This release includes the following known bugs:
@@ -42,6 +54,6 @@ advice from friends like these:
Dan Fandrich, Guenter Knauf, Pat Ray, Hongli Lai, Kamil Dudka,
Stefan Tomanek, Alfred Gebert, Yang Tse, Julien Chaffraix, Adam Light,
- Rutger Hofman, Matthias Bolte
+ Rutger Hofman, Matthias Bolte, Heinrich Ko
Thanks! (and sorry if I forgot to mention someone)