aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-08-02 22:38:15 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-08-02 22:38:15 +0000
commit2838362a7ba5fdf69e0207d2eb5f970632fd9d44 (patch)
treec9bdb75e6575408ed5e1d693057224c5b988e0d3
parent0b66efac9cb0b606d943870237f689d71ba798f7 (diff)
clarified configure detection of GnuTLS
-rw-r--r--RELEASE-NOTES2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 8f18e2bb1..414116b02 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -27,7 +27,7 @@ This release includes the following bugfixes:
o curl tool exit codes fixed for VMS
o --no-buffer treated correctly
o djgpp build fix
- o configure detection of GnuTLS now based on pkg-config
+ o configure detection of GnuTLS now based on pkg-config as well
o libcurl-NSS client cert handling segfaults
o curl uploading from stdin/pipes now works in non-blocking way so that it
continues the downloading even when the read stalls