diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-08-24 11:38:59 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-08-24 11:38:59 +0000 |
commit | 0cb6f3053ffc784eb7452c2311b536f4f798e946 (patch) | |
tree | a7daaaf77ca21d9266f8c3441d75cfaf2e500e80 /RELEASE-NOTES | |
parent | 95c2b205a4e33eab9ea331428565109bde99c8a5 (diff) |
- Marc de Bruin pointed out that configure --with-gnutls=PATH didn't work
properly and provided a fix. http://curl.haxx.se/bug/view.cgi?id=2843008
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 5ba3746df..fbdd93ff4 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -20,6 +20,7 @@ This release includes the following bugfixes: o use after free if we're completed but easy_conn not NULL (pipelined) o missing strdup() return code check o CURLOPT_PROXY_TRANSFER_MODE could pass along wrong syntax + o configure --with-gnutls=PATH fixed This release includes the following known bugs: |