aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-06-08 21:12:59 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-06-08 21:12:59 +0000
commitf90551ff413b9c343443eecaea56c9503442ed31 (patch)
treedbff4ece38cc25f7b0adac4efd7644fd1394d69f /RELEASE-NOTES
parent9442fc0b5281c1b77a28571dc327b9043c42ca2e (diff)
- Triggered by bug report #2798852 and the patch in there, I fixed configure
to detect gnutls build options with pkg-config only and not libgnutls-config anymore since GnuTLS has stopped distributing that tool. If an explicit path is given to configure, we will instead guess on how to link and use that lib. I did not use the patch from the bug report.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES1
1 files changed, 1 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index ca493dbc3..ff8d30029 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -25,6 +25,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
This release includes the following known bugs: