diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-11-14 09:13:47 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-11-14 09:13:47 +0000 |
commit | eb16c0e1ebd56f0895ac475595a8fc70de98506a (patch) | |
tree | f358c54513592742608ae008c505511a83fc5762 /RELEASE-NOTES | |
parent | 9c49e51f7e223d7e48c2551e888d92a5e3cf76a6 (diff) |
- Claes Jakobsson restored the configure functionality to detect NSS when
--with-nss is set but not "yes".
I think we can still improve that to check for pkg-config in that path etc,
but at least this patch brings back the same functionality we had before.
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 9a4a6cfb4..4165591b5 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -19,6 +19,7 @@ This release includes the following bugfixes: o DNS cache timeout while transfer in progress o compilation when configured --with-gssapi having GNU GSS installed o SSL connection reused with mismatched protection level + o configure --with-nss is set but not "yes" This release includes the following known bugs: @@ -28,6 +29,6 @@ This release would not have looked like this without help, code, reports and advice from friends like these: Yang Tse, Kamil Dudka, Christian Schmitz, Constantine Sapuntzakis, - Marco Maggi + Marco Maggi, Camille Moncelier, Claes Jakobsson, Kevin Baughman Thanks! (and sorry if I forgot to mention someone) |