From 20cb12db8df6f956b885a5215bcffd425f2d34dd Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Tue, 10 Apr 2012 15:42:34 +0200 Subject: 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 --- RELEASE-NOTES | 2 ++ 1 file changed, 2 insertions(+) (limited to 'RELEASE-NOTES') 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 -- cgit v1.2.3