summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-10-11 07:25:01 +0200
committerSimon Josefsson <simon@josefsson.org>2008-10-11 07:25:01 +0200
commit85b33112823daf0a0b8e189793dd92adfac523e7 (patch)
tree2d9f6f49a233a6a438b57e068b8de841a5a8079d
parent8080538ff60efe605727401bf37f270112703f46 (diff)
downloadgnutls-85b33112823daf0a0b8e189793dd92adfac523e7.tar.gz
Add.
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 07db60330c..3a803a14ca 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,10 @@ See the end for copying conditions.
* Version 2.6.1 (unreleased)
+** libgnutls-extra: Protect internal symbols with static.
+Fixes problem when linking certtool statically. Tiny patch from Aaron
+Ucko <ucko@ncbi.nlm.nih.gov>.
+
** libgnutls-openssl: Fix patch against X509_get_issuer_name.
It incorrectly returned the subject DN instead of issuer DN in v2.6.0.
Thanks to Thomas Viehmann <tv@beamnet.de> for report.