gnutls-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gnutls branch, master, updated. gnutls_2_9_6-21-g45147a2


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_9_6-21-g45147a2
Date: Tue, 06 Oct 2009 09:46:20 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=45147a2389feba814c6d83cebe98465e7880a154

The branch, master has been updated
       via  45147a2389feba814c6d83cebe98465e7880a154 (commit)
      from  0d5139fd4f481b018fa847907ba38b38d89d5c79 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 45147a2389feba814c6d83cebe98465e7880a154
Author: Simon Josefsson <address@hidden>
Date:   Tue Oct 6 11:46:10 2009 +0200

    Fix symbol export rules.
    
    Tiny patch by Boyan Kasarov <address@hidden>.

-----------------------------------------------------------------------

Summary of changes:
 lib/libgnutlsxx.map |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/lib/libgnutlsxx.map b/lib/libgnutlsxx.map
index f049df4..62f6c12 100644
--- a/lib/libgnutlsxx.map
+++ b/lib/libgnutlsxx.map
@@ -24,7 +24,11 @@ GNUTLS_1_6
 {
   global:
     extern "C++" {
-      gnutls*;
+      gnutls::*;
   };
+
+  # export typeinfo names and structures
+  _ZTI*;
+
   local: *;
 };


hooks/post-receive
-- 
GNU gnutls




reply via email to

[Prev in Thread] Current Thread [Next in Thread]