diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-01-11 23:41:50 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-01-11 23:41:50 +0000 |
commit | b9fdc0c251a2a2e8aaec9651768dec8c1b3faff4 (patch) | |
tree | c92b055e62265985e9bdfacec5f6be9aa889bcf7 /RELEASE-NOTES | |
parent | f471b4836f414def75f2ac5e379d9a1a044570f0 (diff) |
- Based on bug report #2498665 (http://curl.haxx.se/bug/view.cgi?id=2498665)
by Daniel Black, I've now added magic to the configure script that makes it
use pkg-config to detect gnutls details as well if the existing method
(using libgnutls-config) fails. While doing this, I cleaned up and unified
the pkg-config usage when detecting openssl and nss as well.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 1013e1a37..6aa8cf784 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -44,6 +44,7 @@ This release includes the following bugfixes: o improved NSS initing o curl_easy_reset now resets more options o rare Location: follow bug with the multi interface + o the configure script can now detect gnutls with pkg-config This release includes the following known bugs: @@ -56,6 +57,6 @@ advice from friends like these: Markus Koetter, Josef Wolf, Vlad Grachov, Pawel Kierski, Igor Novoseltsev, Fred Machado, Ken Hirsch, Keshav Krity, Patrick Monnerat, Mark Karpeles, Anthony Bryan, Peter Korsgaard, Phil Lisiecki, Bas Mevissen, Rob Crittenden, - Emil Romanus, Karl Moerder + Emil Romanus, Karl Moerder, Daniel Black Thanks! (and sorry if I forgot to mention someone) |