summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-08-31 08:28:34 +0000
committerSimon Josefsson <simon@josefsson.org>2005-08-31 08:28:34 +0000
commitcf6152087b8a74897d3c2a545de89b3a0a9f6c63 (patch)
tree5ed490965b808bf6d0f4131f541682e882e34cf8
parent1933030c8e27fb04c32c1e01b572cc36fbbef831 (diff)
downloadgnutls-cf6152087b8a74897d3c2a545de89b3a0a9f6c63.tar.gz
Add.
-rw-r--r--NEWS1
-rw-r--r--lib/libgnutls.vers27
2 files changed, 28 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b83f033821..382b62ed8c 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,7 @@ Copyright (C) 2000, 2001, 2002, 2003, 2004 Nikos Mavroyanopoulos
See the end for copying conditions.
* Version 1.2.7
+- The GNUTLS and GNUTLS-EXTRA libraries are now built with versioned symbols.
- Certtool now complains when reading out-of-range X.509 serial
numbers, suggested by Fran <e_agf@yahoo.es>.
- Certtool now uses the readline library (when available) when reading
diff --git a/lib/libgnutls.vers b/lib/libgnutls.vers
new file mode 100644
index 0000000000..39bf6174b5
--- /dev/null
+++ b/lib/libgnutls.vers
@@ -0,0 +1,27 @@
+# libgnutls.vers -- Versioning script to control what symbols to export.
+# Copyright (C) 2005 Free Software Foundation
+#
+# Author: Simon Josefsson
+#
+# This file is part of GNUTLS.
+#
+# The GNUTLS library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public License
+# as published by the Free Software Foundation; either version 2.1 of
+# the License, or (at your option) any later version.
+#
+# The GNUTLS library is distributed in the hope that it will be
+#useful, but WITHOUT ANY WARRANTY; without even the implied warranty
+#of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+#Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with the GNUTLS library; if not, write to the Free
+# Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+# MA 02110-1301, USA
+
+GNUTLS_1_2
+{
+ global: _gnutls*; gnutls*; _E_*;
+ local: *;
+};