diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-06-29 20:46:50 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-06-29 20:46:50 +0000 |
commit | 18f238dd53483aa510443f37e7242bfe9713fa84 (patch) | |
tree | 6d29cdf41d81ce2f78345c34abe3a91ef5109c7d | |
parent | 4f551259ddf79163660fdf44ec57b6ed2f409e50 (diff) |
my CURLINFO_CERTINFO fix
-rw-r--r-- | RELEASE-NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index fdcdd721c..c1fb701ad 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -30,6 +30,7 @@ This release includes the following bugfixes: continues the downloading even when the read stalls o ftp credentials are added to the url if needed for http proxies o curl -o - sends data to stdout using binary mode on windows + o fixed the separators for "array" style string that CURLINFO_CERTINFO returns This release includes the following known bugs: |