summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorKamil Dudka <kdudka@redhat.com>2012-04-10 15:42:34 +0200
committerKamil Dudka <kdudka@redhat.com>2012-04-13 12:19:36 +0200
commit20cb12db8df6f956b885a5215bcffd425f2d34dd (patch)
tree536225711e4e73b9b52e11894cd4412a61f6c594 /RELEASE-NOTES
parent42aa796150a580a0adff714c157d3b38b7672c7f (diff)
downloadcurl-20cb12db8df6f956b885a5215bcffd425f2d34dd.tar.gz
nss: use NSS_InitContext() to initialize NSS if available
NSS_InitContext() was introduced in NSS 3.12.5 and helps to prevent collisions on NSS initialization/shutdown with other libraries. Bug: https://bugzilla.redhat.com/738456
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 58a4cbd65..15b1d0a2a 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -14,6 +14,7 @@ This release includes the following changes:
This release includes the following bugfixes:
+ o nss: libcurl now uses NSS_InitContext() to prevent collisions if available [1]
o
This release includes the following known bugs:
@@ -29,4 +30,5 @@ advice from friends like these:
References to bug reports and discussions on issues:
+ [1] = https://bugzilla.redhat.com/738456